Factor a square matrix \(A\) into \(A = LU\) (lower/upper triangular). Optionally use partial pivoting so that \(PA = LU\). If you provide \(\mathbf{b}\), the tool also solves \(A\mathbf{x}=\mathbf{b}\) using forward and back substitution.
IU Decomposition Preview
Math Linear Algebra • Matrices and Systems of Equations
Elimination animation (building L and U)
Shows the current \(U\) during elimination; pivot cell and target row are highlighted.
U
pivot
pivot row
target row
Enter A (and optionally b) and click “Calculate”.