Math 218: Matrices and Vector Spaces

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

Cholesky Factorizations

The following code will calculate S=LDL^T if this factorization exists.

The following code will calculate a Cholesky factorization S=R^TR if S is positive semidefinite.