asked 11.0k views
4 votes
Suppose that A = PDP-1 . Prove that det(A) = det(D)

asked
User Iqon
by
7.5k points

1 Answer

1 vote

Answer:

Check.

Explanation:

To prove it we need to know that for two matrices A and B we have that:

det(AB) = det(A)*det(B) and
det(A^(-1)) = (1)/(det(A)). Now:


A = PDP^(-1)


det(A) = det(PDP^(-1))


det(A) = det(P)*det(D)*det(P^(-1))


det(A) = det(P)*det(D)*(1)/(det(P))


det(A) = det(P)*(1)/(det(P))*det(D)


det(A) = det(D).

answered
User Wally Altman
by
7.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.