Thread Closed

characteristic polynomial

 
Share Thread Thread Tools
Apr29-05, 02:30 PM   #1
 

characteristic polynomial


So, I have stared at this for a while:
Notation: Q' - inverse of Q, != stands for "not equal";

Suppose A and B are nxn matrices such that A = QBQ' for some invertible matrix Q. Prove that A and B have the same characteristic polynomials

I can prove that they have the same determinant, but that is about it. I know that charact. polyn. looks like so:

det(A - I*lambda) = det(B - I*lambda)
det(QBQ' - I*lamda) = det(B - I*lambda)

It would be equal if Q and Q' cancel out, but isn't it true that det(A + B) != det(A) + det(B).
I am not sure where to go from here. Is it correct to multiply expressions inside parenthesis by something on both sides? even if it's in determinant
I am studying for the final, so any help is appreciated more than ever.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Apr29-05, 02:50 PM   #2
AKG
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
det(QBQ' - kI) = det(QBQ' - Q(kI)Q'), where I'm using k instead of [itex]\lambda[/itex] because it's easier to type. Now, do you see why this equality holds?

Q(kI)Q' = kQIQ' = k(QI)Q' = k(Q)Q' = kQQ' = k(I) = kI, so the equality does hold. Use the distributive property of matrix multiplaction twice, then use the fact that det(ABC) = det(A)det(B)det(C), and you should be done.
 
Apr29-05, 03:20 PM   #3
 
Ohhh, OK. So you also used this identity: AI = IA.
Thanks
 
Thread Closed
Thread Tools


Similar Threads for: characteristic polynomial
Thread Forum Replies
property of characteristic polynomial Calculus & Beyond Homework 1
characteristic polynomial Linear & Abstract Algebra 3
Characteristic Polynomial Calculus & Beyond Homework 11
Characteristic Polynomial in Einsteins Equations Special & General Relativity 0
Minimal and characteristic polynomial Linear & Abstract Algebra 4