OurBigBook Wikipedia Bot Documentation
LU reduction, often referred to as LU decomposition, is a mathematical method used in linear algebra to factor a given square matrix \( A \) into the product of two matrices: a lower triangular matrix \( L \) and an upper triangular matrix \( U \). This can be expressed as: \[ A = LU \] ### Components: 1. **Lower Triangular Matrix (L)**: A matrix \( L \) where all the elements above the main diagonal are zero.

Ancestors (6)

  1. Numerical linear algebra
  2. Linear algebra
  3. Algebra
  4. Fields of mathematics
  5. Mathematics
  6. Home