Difference between revisions of "Eigenvalues and Eigenvectors"
(Created page with "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 e...") |
|||
| Line 12: | Line 12: | ||
\end{bmatrix}</math> | \end{bmatrix}</math> | ||
| − | + | ||
| + | <math> \mathbf{A}v_1 = \begin{bmatrix} | ||
| + | 3 & 4 & -2\\ | ||
| + | 1 & 4 & -1\\ | ||
| + | 2 & 6 & -1 | ||
| + | \end{bmatrix} \begin{bmatrix} | ||
| + | 1\\ | ||
| + | 1\\ | ||
| + | 2 | ||
| + | \end{bmatrix} = \begin{bmatrix} | ||
3\\ | 3\\ | ||
3\\ | 3\\ | ||
Revision as of 14:25, 24 September 2021
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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda } , is the factor by which the eigenvector is scaled. That is, given some eigenvector Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle v_i } of a square matrix , , where is the corresponding eigenvalue of . For example:
Let ,
Thus, is an eigenvector of matrix , and its corresponding eigenvalue Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda_1 = 3 } .
Resources
- Eigenvalues and Eigenvectors, MIT Math Department
- Eigenvalues and Eigenvectors, Wikipedia