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

Projections

The following code will calculate the projection matrix onto a space V after the user inputs a basis of V.

To project a vector v onto V, we use the matrix-vector product P*v.

The following code will take a matrix A and print data describing its four fundamental subspaces, including the projection matrices onto each subspace.