edited by
21,234 views
69 69 votes
Suppose that the eigenvalues of matrix $A$ are $1, 2, 4$. The determinant of $\left(A^{-1}\right)^{T}$ is _________.

5 Answers

Best answer
124 124 votes
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
24 24 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.
8 8 votes
$|A|= \text{Product of eigenvalues of A} =1*2*4=8$

$|(A^{-1})^{T}| = |(A^{T})^{-1}| = \frac{1}{|A^{T}|} = \frac{1}{|A|} = \frac{1}{8} = 0.125$

Property Used:

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

$|A^T|=|A|$

$|A^{-1}| = \frac{1}{|A|}$
0 0 votes
Answer: 0.125 

$$\text{If eigenvalues of matrix A are } \lambda_1, \lambda_2 \text{ and } \lambda_3 \text{ then, eigenvalues of } A^{-1} \text{ are } 1/\lambda_1 \text{ , } 1/\lambda_2 \text{ and } 1/\lambda_3.$$

$$\text{If eigenvalues of matrix A are } \lambda_1, \lambda_2 \text{ and } \lambda_3 \text{ then, eigenvalues of } A^{T} \text{ are } \lambda_1 \text{ , } \lambda_2 \text{ and } \lambda_3.$$

$$\text{Determinant of a matrix is product of its eigenvalues.} $$

$$ \text{Thus, eigenvalues of } A^{-1} \text{ are } 1 \text{, } 1/2 \text{ and } 1/4.$$

$$\text{Hence, eigenvalues of matrix } (A^{-1})^T \text{are } 1, 1/2 \text{ and }1/4.$$

$$\text{ Therefore, determinant of } (A^{-1})^T \text{ = } 1/8 = 0.125$$

Answer:
Position:
Show:

Related questions

93 93 votes
11 answers 11 answers
27.7k
27.7k views
Akash Kanase asked Feb 12, 2016
27,685 views
Consider the systems, each consisting of $m$ linear equations in $n$ variables.If $m < n$, then all such systems have a solution.If $m n$, then none of these systems has...
27 27 votes
6 answers 6 answers
11.5k
11.5k views
Akash Kanase asked Feb 12, 2016
11,494 views
Among $150$ faculty members in an institute, $55$ are connected with each other through Facebook and $85$ are connected through Whatsapp. $30$ faculty members do not have...
88 88 votes
16 answers 16 answers
27.2k
27.2k views
Sandeep Singh asked Feb 12, 2016
27,192 views
Two eigenvalues of a $3 \times 3$ real matrix $P$ are $(2+\sqrt {-1})$ and $3$. The determinant of $P$ is _______
141 141 votes
15 answers 15 answers
39.8k
39.8k views
Akash Kanase asked Feb 12, 2016
39,833 views
Suppose the functions $F$ and $G$ can be computed in $5$ and $3$ nanoseconds by functional units $U_{F}$ and $U_{G}$, respectively. Given two instances of $U_{F}$ and two...