Math 218: Matrices and Vectors

Welcome! You have found the homepage of the Fall 2022 manifestation of Math 218.

PLEASE FILL OUT YOUR COURSE EVALUATIONS

The Characteristic Polynomial

We can calculate the characteristic polynomial of a matrix with the syntax A.characteristic_polynomial('t').

If the eigenvalues of A are nice enough, then we can factor the characteristic polynomial with the syntax factor(A.characteristic_polynomial('t')).