retagged by
414 views
2 votes
2 votes

Let A represent the below matrix:

$\begin{pmatrix} 1 & 0 & 3 \\ 2 & 1 & -1 \\ 1 & -1 & 1 \end{pmatrix}$

Then which among these four options are correct :

  1. $A^{3}$ $+ 3$ $A^{2}$ $+ A – 9I = 0$
  2. $A^{3}$ $- 3$ $A^{2}$ $- A + 9I = 0$
  3. $A^{3}$ $- 3$ $A^{2}$ $+ A + 9I = 0$
  4. $A^{3}$$+ 3$ $A^{2}$$- A + 9I = 0$
retagged by

2 Answers

Best answer
5 votes
5 votes

Here we Don't need to calculate the Eigen values, 

We just need the equation(cayley-Hamilton)

let K be the eigen value, then the relation AX=O we know

now

the matrix

1-k   0    3 

2    1-k   -1         =0 

1    -1   1-k 

=>(1-k){(1-k)2-1}  -0(...)  +3(2-(1-k))

=>simplifying we get

K3-3K2-K+9

now we don't need the value of K, according to cayley-hamilton, the matrix A ,matches this Equation..

so we can write

A3-3A2-A+9I=0   [I is identity matrix ]

so B is correct answer here

selected by
1 votes
1 votes
By Cayley Hamilton theorem, every square matrix satisfies its own characteristic equation so A^3 - 3A^2 - A + 9I = 0
Answer:

Related questions

3 votes
3 votes
2 answers
2
Bikram asked Jan 24, 2017
649 views
An experiment gives three mutually exclusive and collectively exhaustive events $X, Y, Z$ such that$P$$\left ( X\right )$$=$ $2P$$\left ( Y\right )$ $=$ $3P$$\left ( Z\r...
5 votes
5 votes
1 answer
4