PDA

View Full Version : eigenvalues problem


tc
Nov21-04, 04:01 AM
let A be a diagonalizable matrix with eignvalues = x1, x2, ..., xn
the characteristic polynomial of A is
p (x) = a1 (x)^n + a2 (x)^n-1 + ...+an+1
show that inverse A = q (A) for some polynomial q of degree less than n

matt grime
Nov21-04, 05:43 AM
By cayley-hamilton p(A)=0, now what can you do with that?

mansi
Nov21-04, 06:52 AM
Yeah, you use cayley-hamilton theorem
so, you have p(A)=0...
That implies a*A^n + b*A^(n-1) + c*A^(n-2)........+ I= 0
(i've used a,b,c as coefficients)...then take the identity matrix to the other side. Multiply both sides by inverse of A. Then RHS becomes -A^(-1) the LHS shows that the characteristic polynomial is of degree < n.

matt grime
Nov21-04, 06:56 AM
of course, we assuming that none of the eigenvalues is zero, too.

tc
Nov22-04, 03:16 AM
o..thx matt and mansi