To determine which matrix can be obtained by performing elementary row transformations on the 3×3 identity matrix I3, we recall the properties of elementary row operations:
Performing an elementary row operation on a matrix A is equivalent to premultiplying A by an elementary matrix E.
Every elementary matrix E is non-singular (i.e., invertible), meaning det(E)=0.
If a 3×3 matrix M is obtained from I3 via a sequence of elementary row transformations, then:
M=EkEk−1⋯E1I3
where each Ei is an elementary matrix.
Taking the determinant on both sides:
det(M)=det(Ek)⋅det(Ek−1)⋯det(E1)⋅det(I3)
Since det(Ei)=0 for all i and det(I3)=1, it follows that det(M)=0.
Conversely, any non-singular 3×3 matrix can be transformed into I3 (and vice-versa) using elementary row transformations. Therefore, a matrix can be obtained from I3 by elementary row transformations if and only if its determinant is non-zero.
Now, we compute the determinants of the given matrices:
Option A:A=111111111
Since all three rows are identical, the rows are linearly dependent, so:
det(A)=0
Option B:B=121132141
Evaluating the determinant of B:
det(B)=1(3⋅1−4⋅2)−1(2⋅1−4⋅1)+1(2⋅2−3⋅1)det(B)=1(3−8)−1(2−4)+1(4−3)=−5+2+1=−2=0
Option C:C=122135148
Performing the row operations R2→R2−2R1 and R3→R3−2R1:
det(C)=100113126=1(1⋅6−2⋅3)=0
Option D:D=1−10112123
Observing that R3=R1+R2 since (1,1,1)+(−1,1,2)=(0,2,3), the rows are linearly dependent. Hence:
det(D)=0
Since only the matrix in Option B has a non-zero determinant, it is the only matrix that can be obtained from the 3×3 identity matrix using elementary row transformations.
Correct Option: B
Matrix Transformation from Identity Matrix using Elementary Row Transformations | Mathematics PYQ Solution - JEE Challenger