LU / Cholesky decomposition

Layer 0 — Mathematicsin the linear-algebra subtree

LU: A = LU with L unit lower, U upper (pivoting: PA = LU). Cholesky: positive-definite A = LL*. Backward-stable Gauss elimination.

Related concepts

Explore LU / Cholesky decomposition on the interactive knowledge graph →