Changes

Jump to navigation Jump to search
Line 6: Line 6:  
*In <math>LUDECOMPOSITION (Matrix)</math>, <math>Matrix</math> is any square matrix.
 
*In <math>LUDECOMPOSITION (Matrix)</math>, <math>Matrix</math> is any square matrix.
 
*LU Decomposition is the procedure for decomposing any square matrix in to a product of Lower Triangular matrix and Upper Triangular matrix.
 
*LU Decomposition is the procedure for decomposing any square matrix in to a product of Lower Triangular matrix and Upper Triangular matrix.
*In LU Decomposition,L stands for Lower Triangular matrix and U stands for Upper Triangular matrix.
+
*In LU Decomposition, L stands for Lower Triangular matrix and U stands for Upper Triangular matrix.
 
*So A=LU.But sometimes the product includes Permutation Matrix also.
 
*So A=LU.But sometimes the product includes Permutation Matrix also.
 
*LU Decomposition is also called LU Factorization.Here given matrix is split in to lower triangular and Upper triangular matrix.
 
*LU Decomposition is also called LU Factorization.Here given matrix is split in to lower triangular and Upper triangular matrix.
writer
1,835

edits

Navigation menu