Difference between revisions of "Eigenvalues and Eigenvectors"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | ==Definition== | ||
In linear algebra, an eigenvector of a matrix is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted by <math> \lambda </math>, is the factor by which the eigenvector is scaled. That is, given some eigenvector <math> v_i </math> of a square matrix <math> | In linear algebra, an eigenvector of a matrix is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted by <math> \lambda </math>, is the factor by which the eigenvector is scaled. That is, given some eigenvector <math> v_i </math> of a square matrix <math> | ||
\mathbf{A}</math>, <math> \mathbf{A}v_i = \lambda_i v_i</math>, where <math> \lambda_i </math> is the corresponding eigenvalue of <math> v_i </math>. For example: | \mathbf{A}</math>, <math> \mathbf{A}v_i = \lambda_i v_i</math>, where <math> \lambda_i </math> is the corresponding eigenvalue of <math> v_i </math>. For example: |
Revision as of 14:26, 24 September 2021
Definition
In linear algebra, an eigenvector of a matrix is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted by , is the factor by which the eigenvector is scaled. That is, given some eigenvector of a square matrix , , where is the corresponding eigenvalue of . For example:
Let ,
Thus, is an eigenvector of matrix , and its corresponding eigenvalue .
Resources
- Eigenvalues and Eigenvectors, MIT Math Department
- Eigenvalues and Eigenvectors, Wikipedia