Math 218: Matrices and Vectors

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

PA=LU Factorizations

The following code will show the steps in calculating PA=LU using the algorithm from class. At each step, the current data is displayed in the form [U|L|P].