Eigenvector: Difference between revisions

From Rice Wiki
(Created page with "Category:Linear Algebra")
 
No edit summary
Line 1: Line 1:
[[Category:Linear Algebra]]
[[Category:Linear Algebra]]
Given a [[matrix]], its '''eigenvectors''' are special vectors that satisfy the following property:
<math>
A\vec{x}=\lambda\vec{x}
</math>
where <math>\lambda</math> is the '''eigenvalue''' associated with the eigenvector <math>\vec{x}</math>
The definition of eigenvectors are also frequently written in this form:
<math>
(A-\lambda I)\vec{x}=0
</math>
= Intuition =
If we think of a matrix as a linear transformation, eigenvectors do not change direction. Instead, they simply scale by an eigenvalue.

Revision as of 06:35, 10 June 2024


Given a matrix, its eigenvectors are special vectors that satisfy the following property:

where is the eigenvalue associated with the eigenvector

The definition of eigenvectors are also frequently written in this form:

Intuition

If we think of a matrix as a linear transformation, eigenvectors do not change direction. Instead, they simply scale by an eigenvalue.