LU decomposition

Layer 0 — Mathematicsin the linear-algebra subtree

Any square matrix A (generically, up to a permutation P) factorises as A = PLU where L is unit lower-triangular and U is upper-triangular. Computed by Gaussian elimination in O(n³) operations; reduces solving Ax = b to two triangular…

Related concepts

Explore LU decomposition on the interactive knowledge graph →