Do similar matrices have the same determinant?

$\begingroup$

Let $A$, $P$ and $D$ be $n \times n$ matrices, with $P$ being invertible. If $A = PDP^{-1}$, then $\det A = \det D$

I used an example to show its false, but just looking for verification to see if it is indeed false.

$\endgroup$ 3

1 Answer

$\begingroup$

Suppose that $A$ and $B$ are similar. Then there exists a nonsingular matrix $S$ such that$[S^{-1}AS=B]$ by definition. Then we have\begin{align*} &\det(B)\\ &=\det(S^{-1}AS)\\ &=\det(S)^{-1}\det(A)\det(S) &\text{(by multiplicative properties of determinants)}\\ &=\det(A) &\text{(since determinants are just numbers, hence commutative)} \end{align*}

Thus, we obtain $\det(A)=\det(B)$ as required.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like