Let us consider a square matrix, A of order n with eigen values of a,b,c. Then the eigen values of the matrix AT could be
Explanation
Solution
If a square matrix A of order n has eigenvalues a,b,c, then the eigenvalues of its transpose matrix AT are exactly the same: a,b,c.
Proof/Reasoning
The eigenvalues of any matrix are the roots of its characteristic equation:
To find the eigenvalues of AT, we look at its characteristic equation:
Since the identity matrix I is symmetric (IT=I), we can rewrite this as:
We know from the properties of determinants that the determinant of a matrix is equal to the determinant of its transpose, i.e., det(M)=det(MT). Therefore:
Since both matrices share the same characteristic polynomial, they must have the same eigenvalues.
Summary:
The eigenvalues of AT are {a,b,c}.