513 views
0 votes
0 votes

If matrix A =  

1 2 -1
-1 1 2
2 -1 1

Then find det(adj(adj A)) is

a) 14^4

b)14^6

c)14^9

d)14^2

1 Answer

Best answer
1 votes
1 votes

We know that

A.adj(A)=adj(A).A=|A|.I

http://mathinstructor.net/2012/04/how-to-prove-that-a-adja-adja-adeta-i/

Take the determinant both side , it becomes

|A.adj(A)| = | |A|.I |                 // |KD|=Kn.|D|   ; K is constant and D is n*n square matrix

so |A.adj(A)| = |A|n.|I|            //  |I|=1

=> |A|.|adj(A)|=|A|n             //   |A.B|=|A||B|

=> |adj(A)|=|A|n-1   

Now adjoint of adjoint of A

| adj(adj(A)) | =?

Let adj(A)=B        

so | adj(adj(A)) | =|adj(B)|       

|adj(B)|  = |B|n-1      //   |adj(A)|=|A|n-1   

Put the value of B and get | adj(adj(A)) |   = |adj A|n-1   = (|A|n-1 )n-1 = |A|(n-1)*(n-1)

| adj(adj(A)) |  =|A|(n-1)(n-1) 

selected by

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
1 answer
2
srestha asked May 27, 2019
1,297 views
$1)$ How to find a matrix is diagonalizable or not?Suppose a matrix is $A=\begin{bmatrix} \cos \Theta &\sin \Theta \\ \sin\Theta & -\cos\Theta \end{bmatrix}$Is it diagona...
0 votes
0 votes
0 answers
3
Surya Dhanraj asked Oct 3, 2017
172 views
A= 12221-2a2bAnd AAA^T = 3lI is 3*3 identity matrixa ,b can be....A) 2,-1B) -2,1C) -2,-1D) none
1 votes
1 votes
2 answers
4
Aboveallplayer asked Aug 16, 2016
909 views
If A is a Skew Symmetric MAtrix then A.A is_______a)symmetric b)skew-symmetric c)Diagonal d)nothing can be said