Online LU Decomposition (Factorization) Calculator

Online LU Decomposition Calculator is online tool to decompose given square matrix to Lower triangular matrix (L) and Upper triangular matrix (U).  View all Online Tools  

Note: Calculates the Matrix L & U with partial pivoting.

Enter Coefficients of Matrix:

Please correct the following error(s) :

  1. {{ error }}
Lower Triangular Matrix (L):
{{sol.L[i][j].toFixed(3)}}

Upper Triangular Matrix (U):
{{sol.U[i][j].toFixed(3)}}