LU Decomposition Calculator
Enter the four entries of your 2×2 matrix to compute its L and U factors.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
LU decomposition factors a matrix A into the product of a lower triangular matrix L and an upper triangular matrix U, so that A = LU. This calculator uses the Doolittle method — which fixes L's diagonal entries to 1 and derives the rest through Gaussian elimination — to factor any 2×2 matrix and also reports its determinant, which falls out directly as the product of U's diagonal entries.
Once a matrix is split into triangular factors, solving a linear system Ax = b becomes two simple substitution steps instead of one harder elimination, which is why LU decomposition is a core technique in numerical linear algebra, engineering simulations, and computer graphics — anywhere the same system needs to be solved repeatedly for different right-hand sides, since the expensive factorization only needs to be done once.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)