Math 781: Matrices and Data

Welcome! You have found the homepage of the Spring 2025 manifestation of Math 781.

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.