Question
Question: Let \(M=\left[ \begin{matrix} 0 & 1 & a \\\ 1 & 2 & 3 \\\ 3 & b & 1 \\\ \end{matrix...
Let M=0 1 3 12ba31 and adj(M)=−1 8 −5 1−63−12−1 where a and b are real numbers.
Which of the following options is/are correct?
[a] det(adj(M2))=81
[b] a+b=3
[c] If Mα β γ =1 2 3 , then α+β+γ=3
[d] adj(M−1)+adj(M)−1=−M
Solution
Use the fact that Aadj(A)=det(A)I, where I is the identity matrix of same order as A. Hence determine the values of a, b and det(A). Hence verify which of the options are correct and which are incorrect.
Complete step-by-step answer:
We have
M=0 1 3 12ba31 and adj(M)=−1 8 −5 1−63−12−1
We know that Aadj(A)=det(A)I, where I is the identity matrix of same order as A.
Hence, we have
0 1 3 12ba31−1 8 −5 1−63−12−1=det(M)1 0 0 010001
Hence, we have
8−5a 0 8(b−1) 3(a−2)−26(1−b)2−a02(−2+y)=det(M) 0 0 0det(M)000det(M)
Hence, we have
3(a−2)=0⇒a=2det(M)=−28(b−1)=0⇒b=1
Checking option [a] We know that det(adj(A))=det(A)n−1 where n is the order of A.
Hence, we have
det(adj(M2))=det(M2)3−1=det(M2)2
We know that det(M2)=det(M)2
Hence, we have
det(adj(M2))=det(M)4=(−2)4=16
Checking option [b]: We have a =2 and b= 1. Hence, we have a+b = 2+1 = 3
Checking option [c]:
We have Mα β γ =1 2 3 (i)
Since det(M)=0, we have M−1 exists.
Pre-multiplying equation (i) by M−1, we get
α β γ =M−11 2 3
We know that A−1=det(A)1adj(A)
Hence, we have
M−1=−21−1 8 −5 1−63−12−1=21 −4 25 2−132−321−121
Hence, we have
α β γ =21 −4 25 2−132−321−1211 2 3 =1 −1 1
Hence, we have
α=1,β=−1,γ=1
Hence, we have
α+β+γ=1
Checking option [d]:
We know that Aadj(A)=det(A)I
Hence, we have
M−1adj(M−1)=det(M−1)I
Pre-multiplying both sides by M, we get
adj(M−1)=det(M)1M=−2M
We know that AA−1=I
Hence, we have
adj(M)adj(M)−1=I
Pre-multiplying both sides by M, we get
Madj(M)adj(M)−1=Mdet(M)Iadj(M)−1=M⇒adj(M)−1=det(M)M=−2M
Hence, we have
adj(M−1)+adj(M)−1=−2M−2M=−M
So, the correct answers are “Option b and d”.
Note: [1] The properties of adjoint of a matrix are very important in matrix algebra and students are advised to remember them. In particular the following two properties are very important
[a] Aadj(A)=adj(A)A=det(A)I
[b] det(adj(A))=det(A)n−1
The calculations in this problem would have been very long and tedious if we had not used these two properties.