History & Comments
Back
Fill content
Description:Added eigenvector definition
# Definition of eigenvector of a matrixPut content here**Definition:** A nonzero vector $v$ is an **eigenvector** of a matrix $A$ corresponding to eigenvalue $\lambda$ if $Av = \lambda v$. Eigenvectors are found by solving $(A - \lambda I)v = 0$. # Parents * Eigenvalues and eigenvectors
Sign in to add a new comment