Proving directly Trace-Matrix

$\begingroup$

I am having difficulties in proving directly the following statement:

I know that similar matrices have the same eigenvalues and that implies that their traces are the equal (if eigenvalues exist).

I would like to know if to prove directly that $Tr(A)$= $Tr(U^{-1}AU)$ for a general đť‘› Ă—đť‘› matrix, using the definitions of Trace and matrix multiplication.

I found this on the internet:

$Tr(AB)=Tr(BA)$ implies that if U is a square matrix n x n and it is invertible then

$Tr(A)$= $Tr(U^{-1}AU)$.

However I do not understand how can I prove directly that $Tr(A)$= $Tr(U^{-1}AU)$ using the fact that $Tr(AB)=Tr(BA)$

Can anyone help me on this?

Thanks

$\endgroup$

1 Answer

$\begingroup$

You only need to apply the properties of trace. If you set $A = U^{-1}$ and $B = AU$ then $$Tr(AB) = Tr(U^{-1}AU) = Tr(BA) = Tr(A U U^{-1}) = Tr(AI) = Tr(A)$$.

$\endgroup$ 3

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