Calculadora De Fatoração LU

A Calculadora de Fatoração LU é uma ferramenta online gratuita que permite decompor rapidamente matrizes em formas triangulares inferior (L) e superior (U). Oferece explicações passo a passo para auxiliar estudantes, engenheiros e matemáticos a resolver problemas de matrizes com facilidade.

Matrix Input

Enter your square matrix (2x2 to 6x6) to perform LU decomposition

About LU Decomposition

LU decomposition (sometimes called LU factorization) is a method that decomposes a matrix into the product of:

  • L - A lower triangular matrix (all entries above the main diagonal are zero)
  • U - An upper triangular matrix (all entries below the main diagonal are zero)

Formally, for a matrix A, we can write: A = LU

Applications:

  • Solving systems of linear equations
  • Computing matrix inverses
  • Calculating determinants
  • Numerical analysis and engineering computations

How It Works:

LU decomposition is essentially a form of Gaussian elimination that factors a matrix into the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well (LUP decomposition) when partial pivoting is used.

Resultados instantâneos Sem cadastro Fórmulas padrão Grátis