in Linear Algebra edited by
11,474 views
37 votes
37 votes
Suppose that the eigenvalues of matrix $A$ are $1, 2, 4$. The determinant of $\left(A^{-1}\right)^{T}$ is _________.
in Linear Algebra edited by
11.5k views

3 Comments

Can we apply transpose first and inverse second?
0
0
AA-¹ = I

Transpose^ both sides we get,

(A-¹)^. A^ = I^= I

This means (A^)-¹ = (A-¹)^.

So the order doesn't matter.

You can wear the hat after the shoes, or the shoes after the hat. Either way works.
2
2

What I did

  1. (λ-1)(λ-2)(λ-4) = 0, solved this and got the characteristic equation as $\lambda ^3 - 7\lambda^2 + 14\lambda-8 = 0$
  2. Replaced $\lambda$ with A → $A^3-7A^2+14A-8=0$
     $A^3-7A^2+14A=8$
  3. To get the inverse Multiplied both side by $A^{-1}$
  4.  $A^{-1}(A^3-7A^2+14A)=A^{-1}8A$
    $A^{2}-7A+14I = 8I$
    therefore, $A^{-1} = \frac{A^2-7A+14I}{8} $
  5. After solving this equation I got $A^{-1} = 1*\frac{1}{2} * \frac{1}{4} = \frac{1}{8}$ 😥
1
1

2 Answers

69 votes
69 votes
Best answer
Determinant of Matrix $A =$ product of eigen values $= 1 \times 2 \times 4 =8$

Determinant of Inverse Matrix of $A, \text{det}(A^{-1}) = \frac{1}{\text{det}(A)} =\frac{1}{8}$

Determinant remains same after the Transpose operation.

So, determinant of $(A^{-1})^T = \text{det}(A^{-1}) = \frac{1}{8} = 0.125$
edited by

3 Comments

Inverse of a matrix comprises of transpose of cofactor matrix divided by det of that matrix, so do we not need to consider the value of transpose of cofactor matrix turned into determinant? pls explain.
0
0
1
1
edited by

We can use any of these 2 properties:

1) det(A$^{-1}$) = 1 / (det(A))

Proof:

det(AA$^{-1}$) = det(I)

i;e

det(A) det(A$^{-1}$) = 1

det(A$^{-1}$) = 1 / (det(A))

2) if $\lambda$ is the eigen value of A, then (1/$\lambda$) is the eigen value of A$^{-1}$

Proof: (source: stackoverflow)

Av=λv

Pre multiply by A$^{-1}$, we have

⟹A$^{-1}$Av=λA$^{-1}$v

⟹Iv=λA$^{-1}$v

⟹(1/λ)v=A$^{-1}$v

7
7
20 votes
20 votes
0.125

Eigen value of A inverse is 1,1/2,1/4. Product of those eigen values gives determinant value.

Transposing a matrix doesn't change is eigen value.
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true