Question
Question: If \(AX=B\), where \(A=\left[ \begin{matrix} 3 & 1 \\\ -1 & 2 \\\ \end{matrix} \right]\)...
If AX=B, where A=3 −1 12, B=7 0 36. Then X=?
A. 1 2 03
B. 0 1 32
C. 3 0 21
D. 2 1 03
Solution
We first form the multiplication form of matrices to find the coefficient matrix AX=B. Then we use the inverse matrix to find the variable matrix with the form of X=A−1B. We find the inverse after finding the matrix being singular or not.
Complete step-by-step solution:
We multiply the equation AX=B with A−1 to get
A−1.AX=A−1.B⇒IX=X=A−1B
The variables matrix will be in the form of X=A−1B. We have to multiply the inverse matrix of A with the solution matrix.
The inverse of any matrix A=[aij] will be A−1=∣A∣adj(A). Here aij denotes the element of ith row and jth column.
∣A∣ is defined as the determinant value of the matrix A.
The adj(A) is defined by the adj(A)=[Aij]T=[Aji]. Here, Aij denotes the cofactor of the element aij. The term ‘T’ denotes the transpose of the matrix.
We find the cofactors of the matrix A and get [Aij]=2 −1 13 which gives
adj(A)=[Aij]T=[Aij]=2 1 −13.
Now we find the determinant which is ∣A∣=3×2−1×(−1)=6+1=7.
As the matrix A is a non-singular matrix the inverse of the matrix exists.
We have A−1=∣A∣adj(A)=712 1 −13.
We get X=A−1B.
Therefore, X=A−1B=712 1 −137 0 36=7114 7 021=2 1 03.
The correct option is D.
Note: If the determinant value of the matrix of which we are finding the inverse is 0 then the matrix is non-invertible. Those types of matrices are called singular matrices.
Also, we need to remember that the multiplications X=A−1B and X=BA−1 are different.