Math Challenges

Problem #37

Tag: linear_algebra

LU Factorization
Find an LU factorization of the given matrix (L a lower triangular matrix, U an echelon form)

Submit solution

View submissions