Question
Question: If A is a non-singular invertible square matrix of order n, then adj(adj(A)) is equal to [a] \(\d...
If A is a non-singular invertible square matrix of order n, then adj(adj(A)) is equal to
[a] det(A)nA
[b] det(A)n−1A
[c] det(A)n−2A
[d] None of these.
Solution
Hint: Use the property that adj(A)A= det(A)I where I is an identity matrix of the same dimensions as A.
Assume B = adj(adj(A)). Then multiply both sides by adj(A) and simplify. Again multiply both sides by A and simplify again to get the result. Use the property that if n is the order of the square matrix A, then det(adj(A))=det(A)n−1
Complete step-by-step answer:
Let B = adj(adj(A))
Pre multiplying both sides by adj(A), we get
adj(A)B = adj(A) adj (adj (A))
We know that adj(A)A= det(A)I
Hence, we get
adj(A)B = det( adj(A))I
Pre multiplying both sides by A, we get
Aadj(A)B = det(adj(A)) IA
We know that IA = AI = A and A adj(A) =det(A)I
Hence we get
det(A)IB = det(adj(A))A
Now, we know that det(adj(A))=(detA)n−1
Hence, we have
det(A)B=(det(A))n−1A
Since A is non-singular, dividing both sides by det(A), we get
B=det(A)n−2A
Hene option [c] is correct.
Note: [1] Alternative solution
We know that A adj(A) = det(A) I
Pre multiplying both sides by A−1, we get
adj(A)=det(A)A−1
Pre multiplying both sides by adj(A)−1, we get
A=det(A)adj(A)−1
Hence we have
adj(adj(A))=det(adj(A))adj(A)−1
Now, we know that det(adj(A))=(detA)n−1
Hence, we have
adj(adj(A))=det(A)n−1adj(A)−1=det(A)n−2det(A)adj(A)−1
Using A=det(A)adj(A)−1, we get
adj(adj(A))=det(A)n−2A
Hence option [c] is correct.
[2] Note that pre multiplying by A−1 is possible if and only if A−1 exists, i.e. if and only if A is non-singular.
[3] If A is non-singular, then so is adj(A)