Prove that the trace (main diagonal sum) of a normal matrix is equal to the sum of the eigenvalues.
Note: For a matrix A to be normal we must have AA*=A* A where A* is the Hermitian Conjugate
I am working on this proof and not sure how to proceed other than writing the trace out for a normal matrix but a hint or some guidance would be greatly appreciated.
Hints:
If $A$ is normal, it is orthogonally diagonalizable, that is, there exists unitary $Q$ ($Q^*Q = QQ^* = I$) so that
$$ D = Q^*AQ $$
is a diagonal matrix, with the eigenvalues of $A$ along the diagonal.
Then, trace properties (like $\textrm{tr}(A^TB) = \textrm{tr}(AB^T)$ will finish the job.