LU decomposition with (partial) pivoting for solving Ax=b and computing determinants
From MaRDI portal
This page was built for algorithm: LU decomposition with (partial) pivoting for solving Ax=b and computing determinants
Factorizes a nonsingular matrix A into PA = LU with a permutation P, unit-lower L, and upper-triangular U. Once factored, multiple right-hand sides and determinants are efficient, and the factorization is more stable than naive Gauss-Jordan.
This page was built for algorithm: LU decomposition with (partial) pivoting for solving Ax=b and computing determinants