Exercise 1.6.11

Answers

The eigenvalues of A equal the eigenvalues of AT. This is because the determinant of a matrix A equals to the determinant of its transpose AT, so det(A λI) = det(A λI)T = det(AT λI).

Example, for A = [02 1 1 ]

The eigenvalues of A are: λ1 = 2, λ2 = 1. The eigenvectors are v1 = [1 1 ], and v2 = [2 1 ].

The eigenvalues of AT are: λ1 = 2, λ2 = 1. The eigenvectors are v1 = [1 2 ], and v2 = [ 1 1 ].

User profile picture
2020-03-20 00:00
Comments