BraedenP
- 94
- 0
Homework Statement
I'm supposed to write a proof for the fact that det(A)=det(B) if A and B are similar matrices.
Homework Equations
Similar matrices have an invertible matrix P which satisfies the following formula:
A=PBP^{-1}
det(AB) = det(A)det(B)
The Attempt at a Solution
Basically, I rearranged the above formulae to do the following:
A=PBP^{-1}
AP=PB
det(AP)=det(PB)
det(A)det(P)=det(P)det(B)
At this point, everything is scalar, so the det(P) on each side cancel, leaving det(A)=det(B)
My question is.. Is this sufficient proof, or is more required?