Question
Question: If \(A=\left[ \begin{matrix} 5 & 8 & 1 \\\ 0 & 2 & 1 \\\ 4 & 3 & -1 \\\ \end{matrix...
If A=5 0 4 82311−1, B=2 −1 3 and AX = B, then find X.
Solution
Hint: Use simple matrix multiplication to understand the relation given to us in the question. Then, use the formula for calculating the inverse of a given matrix, to calculate the matrix X. This is because, if we multiply A−1 on both sides, then the LHS becomes only X, and further calculation will get us the answer.
Complete step-by-step answer:
Given to us is the equation AX = B.
Let’s multiply both sides by A−1.
⇒A−1AX=A−1B⇒IX=A−1B (Since A.A−1=A−1A=I)⇒X=A−1B
We can find the matrix A−1 by using the formula A−1=∣A∣adjA.
To find the adjoint of a matrix, first find the cofactor matrix of the given matrix. Then find the transpose of the cofactor matrix.
Cofactor of 5 = A11=2 3 1−1=−5
Cofactor of 8 = A12=−0 4 1−1=4
Cofactor of 1 = A13=0 4 23=−8
Cofactor of 0 = A21=−8 3 1−1=11
Cofactor of 2 = A22=5 4 1−1=−9
Cofactor of 1 = A23=−5 4 83=17
Cofactor of 4 = A31=8 2 11=6
Cofactor of 3 = A32=−5 0 11=−5
Cofactor of -1 = A33=5 0 82=10
So, the cofactor matrix of A is −5 11 6 4−9−5−81710 .
Now, the adjoint of matrix A is the transpose of the cofactor matrix of A, which is given as −5 4 −8 11−9176−510 .
Now, the determinant of matrix A is given as ∣A∣=5 0 4 82311−1 .
=5(−5)−8(−4)+1(−8)
=−25−8+32=−1
Now, we know the inverse of a matrix given by dividing the adjoint of the matrix by its determinant. So, the inverse of matrix A is given as A−1=∣A∣(adjA) .
=−1−5 4 −8 11−9176−510
=5 −4 8 −119−17−65−10
Now, we have X=A−1B .
⇒X=5 −4 8 −119−17−65−102 −1 3
⇒X=(5×2)+(−11×(−1))+(−6×3) (−4×2)+(9×(−1))+(5×3) (8×2)+(−17×(−1))+(−10×3)
⇒X=10+11−18 −8−9+15 16+17−30
⇒X=3 −2 3
Therefore, X=3 −2 3 .
Note: You can also find the inverse of the matrix by carrying out row or column transformations.
Be careful about the fact when (i + j) is odd in Aij the cofactor is the negative of the minor value of Aij.