Differences between revisions 1 and 2
Revision 1 as of 2024-01-28 05:37:38
Size: 725
Comment: Initial commit
Revision 2 as of 2024-01-28 05:38:35
Size: 726
Comment: Typo
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
If there is a repeated eigenvalue, there may not be ''n'' independent eigenvalues. If there is a repeated eigenvalue, there may not be ''n'' independent eigenvectors.

Eigenvalues and Eigenvectors


Definition

Eigenvalues and eigenvectors are paired. For an invertible n x n matrix, there should be n pairs. They satisfy the conditions Ax = λx and |A - λI| = 0.

If there is a repeated eigenvalue, there may not be n independent eigenvectors.

Properties

Adding nI to A does not change its eigenvectors and adds n to the eigenvalues.

The sum of the eigenvalues is the trace (sum of diagonal). The product of the eigenvalues is the determinant.


CategoryRicottone

LinearAlgebra/EigenvaluesAndEigenvectors (last edited 2024-02-06 05:04:28 by DominicRicottone)