Question
Question: If a matrix is given as \(2A=\left( \begin{matrix} 2 & 1 \\\ 3 & 2 \\\ \end{matrix} \rig...
If a matrix is given as 2A=2 3 12 , then what is A−1 equal to?
(a). 2 −3 −12
(b). 212 −3 −12
(c). 412 −3 −12
(d). None of the above
Solution
Hint: The inverse of a matrix A is the matrix which when multiplied with A gives the identity matrix I, which is given as I=1 0 01 , i.e., If A . B = I ⇒ B = A−1 .
It is somewhat analogous to the multiplicative inverse of a number. Calculation of A is particularly important in solving simultaneous linear equations of several variables. To find A−1 , we require a determinant of A and adjoint of A.
Complete step-by-step solution -
The inverse of the matrix Acan be calculated as follows:
A−1=∣A∣adj(A)
Where adj(A) is adjoint of the matrix A given by the transpose of the matrix of the cofactors of the elements of A given by Csuch that the matrix element at ith row and jth column, Cijis the cofactor of the matrix element of Agiven by Aij .
If 2A=2 3 12 then A=1 23 211
Since, Cijis the co-factor of Aij , we can write
C11=(−1)2A11=1
C12=(−1)3A12=2−3
C21=(−1)3A21=2−1
C22=(−1)4A22=1
Therefore, C=1 −21 −231
adj(A)=CT=1 −23 −211
Now, we calculate determinant of A
∣A∣=1 23 211=41
Thus, A−1= 4.1 −23 −211=4.21.2 −3 −12=22 −3 −11
Hence, the correct answer is (d).
Note: To avoid any mistake it is advisable to multiply the constant term outside the matrix Awith the matrix. Alternatively, one should remember as a rule that if
X=k . Y
where X and Y are matrices and k is a constant, then
∣X∣ = kn ∣Y∣ where n is the order of the matrix.
Another source of mistake is the calculation of adjoint matrix A. Sometimes, when we are not careful we tend to forget the step where we have to take the transpose of the matrix and use Cinstead as an adjoint. It is a very common source of error.