retagged by
1,631 views
4 votes
4 votes
Let $A$ be a $4\times 4$ matrix with real entries such that $-1,1,2,-2$ are eigen values.If $B=A^4-5A^2+5I$ then trace of $A+B$ is...........
retagged by

1 Answer

Best answer
5 votes
5 votes

Put every eigenvalue of A in the equation of B to get the respective eigenvalue of B [ The Cayley-Hamilton Theorem  ]

let b1, b2, b3, and b4 are the eigenvalues of B and a1, a2, a3 and a4 are the eigenvalues of A

a1 = -1, a2 = 1, a3 = 2, a4 = -2

$b_{1} = a_{1}^{4} - 5a_{1}^{2} + 5$

$b_{2} = a_{2}^{4} - 5a_{2}^{2} + 5$

$b_{3} = a_{3}^{4} - 5a_{3}^{2} + 5$

$b_{4} = a_{4}^{4} - 5a_{4}^{2} + 5$

on putting values of a1,a2,a3 and a4, we get

b1 = 1, b2 = 1, b3 = 1 and b4 = 1

trace of a matrix = sum of eigenvalues 

trace(A + B ) = trace(A) + trace(B) 

trace(A) = -1 + 1 + 2 -2 = 0

trace(B) = 1 + 1 + 1 + 1 = 4

trace(A + B ) = 0 + 4 = 4

selected by

Related questions

0 votes
0 votes
2 answers
1
Reshu $ingh asked Jan 19, 2019
3,215 views
Let A be a 3*3 matrix whose characteristics roots are 3,2,-1. If $B=A^2-A$ then |B|=?a)24b)-2c)12d)-12Please explain in detail.
2 votes
2 votes
2 answers
2
Avik Chowdhury asked Mar 22, 2018
735 views
A $3\times 3$ matrix $P$ is such that $P^3 =P$.Then the eigenvalues of $P$ are$1,1,1$$1,0.5+j(0.886),0.5-j(0.866)$$1,-0.5+j(0.866),-0.5-j(0.886)$$0,1,-1$
2 votes
2 votes
2 answers
3
Avik Chowdhury asked Mar 22, 2018
8,740 views
Let $A$ be a $3\times 3$ matrix such that $\mid A-I \mid=0$.If trace of $A=13$ and $det A = 32$ then sum of squares of the eigen values of $A$ is .....$82$$13$$169$$81$