Solve the characteristic polynomial λ² - tr(A)λ + det(A) = 0 by factoring. Verify that each eigenvalue satisfies p(λ) = 0.

Example

Solve the characteristic quadratic.

highlighted = computed this step

Step 1 — Set up

Set up the given matrix data.

A=[4123]A=\begin{bmatrix}4&1\\2&3\end{bmatrix}

Step 2 — Trace and determinant

Record trace and determinant: 7,10.

trdet=(7,10)tr_det=\hl{(7,10)}

Step 3 — Solve quadratic

Solve the quadratic roots: 2,5.

roots=(2,5)roots=\hl{(2,5)}

Step 4 — Eigenvalues

The eigenvalues are 2 and 5.

λ=2,5\lambda=\hl{2,5}
eigenvalue A scalar λ is an eigenvalue of A if Av = λv for some nonzero vector v. Eigenvalues are roots of the characteristic polynomial det(A - λI) = 0.