Difference between revisions of "Eigenvalues and Eigenvectors"
| 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 Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \mathbf {A} } , , where Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lambda _{i}} is the corresponding eigenvalue of . For example:
Let ,
Thus, Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle v_{1}} is an eigenvector of matrix Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \mathbf {A} } , and its corresponding eigenvalue Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \lambda _{1}=3} .
Resources
- Eigenvalues and Eigenvectors, MIT Math Department
- Eigenvalues and Eigenvectors, Wikipedia