Difference between revisions of "Eigenvalues and Eigenvectors"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(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>
  
Then, <math> \mathbf{A}v_1 = \begin{bmatrix}
+
 
 +
<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 , 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