413 views

2 Answers

4 4 votes

Since the eigenvalues of $A$ are $2$, $3$, and $5$, the characteristic polynomial is

$p(\lambda)=(\lambda-2)(\lambda-3)(\lambda-5)$.

Expanding,

$p(\lambda)=\lambda^3-10\lambda^2+31\lambda-30$.

By the Cayley-Hamilton theorem,

$A^3-10A^2+31A-30I=0$.

Since all eigenvalues are nonzero, $A$ is invertible. Multiplying by $A^{-1}$, we get

$A^2-10A+31I-30A^{-1}=0$.

So,

$30A^{-1}=A^2-10A+31I$,

$\boxed{\therefore A^{-1}=\frac{1}{30}(A^2-10A+31I)}$.

Hence, the correct answer is A.

1 1 vote

For a $3 \times 3$ matrix $A$, the characteristic equation is given by:

$$\lambda^3 - S_1\lambda^2 + S_2\lambda - S_3 = 0$$

Where the coefficients are defined as:

  • $S_1$ (Sum of Eigenvalues / Trace):

    $$S_1 = \lambda_1 + \lambda_2 + \lambda_3 = \text{tr}(A)$$

  • $S_2$ (Sum of Principal Minors):

    $$S_2 = \lambda_1\lambda_2 + \lambda_2\lambda_3 + \lambda_3\lambda_1$$

  • $S_3$ (Product of Eigenvalues / Determinant):

    $$S_3 = \lambda_1\lambda_2\lambda_3 = \det(A)$$

  • subtituting  given eignen value we  get 

  • s1 = 3 + 5 +2 = 10 

  • s2 = 2* 3 + 3*5 + 5*2 = 31 

  • s3 = 2*3 * 5= 30 

  • on simplifiying we get option A .

  •  

Answer:
Position:
Show:

Related questions

2 2 votes
1 1 answer
344
344 views
GO Classes asked Apr 14
344 views
Let $A$ be an $n \times n$ real matrix. Which of the following statement(s) is(are) true?If $A^2=I$ and $A$ has only one eigenvalue, then $A=\pm I$. If $A^3=0$, then $A=0...
5 5 votes
4 4 answers
535
535 views
GO Classes asked Mar 9
535 views
Let \(N\) be the matrix\[N=\begin{bmatrix}1&2\\3&4\end{bmatrix}.\]Which of the following matrix equations does \(N\) satisfy?\(N^{2}-5N-2I=0\) \(N^{2}+5N-2I=0\) \(N^{2}-5...
3 3 votes
2 2 answers
394
394 views
GO Classes asked Apr 14
394 views
Suppose that $Q$ is a $6 \times 9$ matrix such that every solution of the equation $Qx=0$ is of the form$x=a(1,0,2,-1,3,0,1,4,-2)^T+b(0,1,-1,2,0,3,-2,1,5)^T+c(2,-1,0,1,4,...
7 7 votes
1 1 answer
490
490 views
GO Classes asked Apr 14
490 views
Mark all the correct statements given below. Let $P$ be an $l \times m$ matrix and $Q$ be an $m \times n$ matrix.$\operatorname{rank}(P^TP)=\operatorname{rank}(P)$ If $P$...