Difference between revisions of "Eigenvalues and Eigenvectors"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
* [http://math.mit.edu/~gs/linearalgebra/ila0601.pdf Eigenvalues and Eigenvectors], MIT Math Department | * [http://math.mit.edu/~gs/linearalgebra/ila0601.pdf Eigenvalues and Eigenvectors], MIT Math Department | ||
* [https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors Eigenvalues and Eigenvectors], Wikipedia | * [https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors Eigenvalues and Eigenvectors], Wikipedia | ||
+ | * [https://www.khanacademy.org/math/linear-algebra/alternate-bases/eigen-everything/v/linear-algebra-example-solving-for-the-eigenvalues-of-a-2x2-matrix Solving for Eigenvalues of 2x2 Matrix], Khan Academy | ||
+ | * [https://www.khanacademy.org/math/linear-algebra/alternate-bases/eigen-everything/v/linear-algebra-eigenvalues-of-a-3x3-matrix Eigenvalues of a 3x3 Matrix], Khan Academy | ||
+ | * [https://www.youtube.com/watch?v=IdsV0RaC9jM Finding Eigenvalues and Eigenvectors: 2x2 Matrix Example], patrickJMT | ||
+ | * [https://metric.ma.ic.ac.uk/metric_public/matrices/eigenvalues_and_eigenvectors/eigenvalues2.html Eigenvalues and Eigenvectors of a 3x3 Matrix], |
Revision as of 14:41, 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
- Solving for Eigenvalues of 2x2 Matrix, Khan Academy
- Eigenvalues of a 3x3 Matrix, Khan Academy
- Finding Eigenvalues and Eigenvectors: 2x2 Matrix Example, patrickJMT
- Eigenvalues and Eigenvectors of a 3x3 Matrix,