Example
Reduce each eigenspace matrix and read eigenvectors.
highlighted = computed this step
Step 1 — Set up
Set up the given matrix data.
A=[4213]
Step 2 — Reduce lambda 1 matrix
Row-reduce A-lambda I for the eigenspace.
B=[2211]
Step 3 — Eigenvector for lambda 1
Solve the eigenspace equation for the first eigenvector.
v=[1-2]
Step 4 — Reduce lambda 2 matrix
Row-reduce A-lambda I for the second eigenspace.
C=[−121-2]
Step 5 — Eigenvector for lambda 2
Read eigenvectors for lambda 2 and lambda 5.
v=[1−2],w=[11]
eigenvector
A nonzero vector v is an eigenvector of A for eigenvalue λ if Av = λv. Eigenvectors are found by solving (A - λI)v = 0 — equivalently, by row-reducing A - λI and reading off the free variable.