4×4 LU Decomposition Calculator

LU decomposition of a 4×4 matrix with steps. Get the lower triangular L and upper triangular U, the 6 elimination multipliers, and a check that LU returns your original matrix.

Factor a 4×4 matrix into L and U. The grid is preset to 4×4, and the 6 multipliers that build L are named as each one is used.

Matrix A — fractions like 3/4 are fine

The shape of L and U at 4×4

L is 4×4 with 1s down the diagonal, zeros above it, and 6 multipliers below. U is 4×4 with zeros below the diagonal and the eliminated values above. Between them they hold exactly the same information as the original matrix — 16 numbers in, 16 numbers out.

Other sizes

Frequently asked questions

How many multipliers does a 4×4 LU decomposition have?

A 4×4 factorisation has 6 multipliers — one for each entry below the diagonal of L. The rest of L is 1s on the diagonal and 0s above it.

How do you check a 4×4 LU decomposition?

Multiply L by U. If the product is your original matrix, the factorisation is right. The calculator performs this check and shows the product for you.

What if a pivot is zero in a 4×4 matrix?

Elimination cannot divide by zero, so the rows get swapped and the swap is recorded in a permutation matrix P. The result is then PA = LU, which the calculator labels clearly.

About this Calculator

LU decomposition of a 4×4 matrix with steps. Get the lower triangular L and upper triangular U, the 6 elimination multipliers, and a check that LU returns your original matrix.

Related Searches

4×4 lu decompositionlu decomposition 4×4 calculator4×4 lu factorizationdoolittle 4×4lower upper decomposition 4×4