History & Comments
Back
Fill content
Description:Added eigenvalue definition
# Definition of eigenvalue of a matrixPut content here**Definition:** A scalar $\lambda$ is an **eigenvalue** of an $n \times n$ matrix $A$ if there exists a nonzero vector $v$ such that $Av = \lambda v$. Equivalently, $\det(A - \lambda I) = 0$. # Parents * Eigenvalues and eigenvectors
Sign in to add a new comment