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