LDU Decomposition
• LDU decomposition :
• It is a form of matrix factorization where a square matrix A is decomposed
into three matrices: a lower triangular matrix L, a diagonal matrix D, and an
upper triangular matrix U. This method is to express the matrix A as:
• A = LDU
PLU Decomposition
• PLU decomposition
• It is a form of matrix factorization where a square matrix A is decomposed
into three matrices: a permutation matrix P, a lower triangular matrix L, and
an upper triangular matrix U. This method is to express the matrix A as:
• A = PLU
THE POWER METHOD