eigenvalue

Given a square matrix A, an eigenvector is a direction that doesn’t change when you apply A to it, only scales.

is the eigenvalue.

computation

  • we want a non-zero v, so we must have

compute determinant to get quadratic equation in lambda - solve for eigenvalues

for each eigenvalue, solve original equation to get eigenvectors