What Are the Rules for Diagonal Elements in LU Decomposition?

  • Context: Undergrad 
  • Thread starter Thread starter Muthuraj R
  • Start date Start date
  • Tags Tags
    Decomposition Matrix
Click For Summary
SUMMARY

The discussion centers on the rules for diagonal elements in LU decomposition, specifically whether the principal diagonal elements of the lower triangular matrix (L) or the upper triangular matrix (U) should be unity. Consensus indicates that while many algorithms standardize L to have unity diagonal elements, there are scenarios where U can also be required to have unity diagonal elements. The unique factorization condition for LU decomposition allows for either matrix to have unity diagonals, depending on the algorithm used.

PREREQUISITES
  • Understanding of matrix factorization concepts
  • Familiarity with LU decomposition terminology
  • Basic knowledge of triangular matrices
  • Experience with numerical algorithms for matrix operations
NEXT STEPS
  • Research algorithms that allow U to have unity diagonal elements in LU decomposition
  • Explore numerical stability considerations in LU decomposition
  • Learn about the implications of choosing L or U for unity diagonal elements
  • Study the implementation of LU decomposition in numerical libraries like NumPy or MATLAB
USEFUL FOR

Mathematicians, computer scientists, and engineers involved in numerical analysis, particularly those working with matrix computations and algorithms for LU decomposition.

Muthuraj R
Messages
9
Reaction score
0
Actually I am new to this topic.
I read few tutorials about LU decomposition of matrix in the net.
A = LU ; A - actual matrix, L - Lower triangular matrix, U - Upper triangular matrix.Few people say that, principal diagonal elements of L should be unity.
Some others say that, principal diagonal elements of U should be unity.
Pls clarify.
or else suggest me some suitable method for LU decomposition of a matrix.
Thanks.
 
Physics news on Phys.org
Thanks, chiro.
Wikipedia says,
"The factorization is unique if we require that the diagonal of L (or U) consist of ones."
Fine. Either 'L' or 'U' has to have unity diagonal elements.
Algorithms for LU decomposition that I can see in the net follows 'L' to have unity diagonal elements. But my problem requires 'U' to have unity diagonal elements.
Could pls suggest such algorithm.
 
Ya. Got it.
Attached that file.
Pls check and correct me if anything is wrong.
Thanks all.
 

Attachments

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K