Question
Question: Find which of the given matrices is not invertible. A. \(\left[ \begin{matrix} 1 & 1 \\\ ...
Find which of the given matrices is not invertible.
A. 1 0 11
B. −1 −1 −12
C. 2 4 36
D. 2 1 −21
Solution
We first define what is the condition for a matrix to be invertible. We establish the concept of a non-singular matrix. Then we find the determinant value of the given matrices. If the matrix is nonsingular then we find the inverse of the matrix.
Complete step-by-step solution
We know that for a matrix A to be invertible, it has to be non-singular which means the determinant value is non-zero. So, we have to find the determinant value of every given matrix.
Let’s assume A=1 0 11. So, det(A)=1 0 11.
Using expansion method, we get det(A)=∣A∣=1×1−0×1=1. So, A is invertible.
Now we find its inverse. If A−1 be the inverse of A then A−1=∣A∣adj(A). Here adj(A) defines the cofactors of elements. If A=[aij], then adj(A)=[Aji]. Here aij represents the element of ith row and jth column. Aji represents the cofactor of the element aij.
adj(A)=1 0 −11 and A−1=1 0 −11 as det(A)=1.
Let’s assume B=−1 −1 −12. So, det(B)=−1 −1 −12.
Using expansion method, we get det(B)=∣B∣=2×(−1)−(−1)×(−1)=−2−1=−3. So, B is invertible.
Now we find its inverse. If B−1 be the inverse of B then B−1=∣B∣adj(B). Here adj(B) defines the cofactors of elements. If B=[bij], then adj(B)=[Bji]. Here bij represents the element of ith row and jth column. Bji represents the cofactor of the element bij.
adj(B)=2 1 1−1 and B−1=3−12 1 1−1=31−2 −1 −11 as det(B)=−3.
Let’s assume C=2 4 36. So, det(C)=2 4 36.
Using expansion method, we get det(C)=∣C∣=2×6−3×4=12−12=0. So, C is not invertible.
Let’s assume D=2 1 −21. So, det(D)=2 1 −21.
Using expansion method, we get det(D)=∣D∣=2×1−(−2)×1=2+2=4. So, D is invertible.
Now we find its inverse. If D−1 be the inverse of D then D−1=∣D∣adj(D). Here adj(D) defines the cofactors of elements. If D=[dij], then adj(D)=[Dji]. Here dij represents the element of ith row and jth column. Dji represents the cofactor of the element dij.
adj(D)=1 −1 22 and D−1=411 −1 22=211 −1 11 as det(A)=4.
Therefore, the matrix in option C isn’t invertible.
Note: We need to remember that another trick way to find the adjoint of only 2×2 matrix A is that we interchange the elements of aij,i=j. There are two such elements a11,a22. Then we just change the sign of the element of aij,i=j where we have two such elements a12,a21. To find the inverse we follow the normal procedure of A−1=∣A∣adj(A)..