Simple Linear Algebra question

Click For Summary
SUMMARY

The discussion centers on performing an LDLT decomposition of a symmetric matrix, specifically the matrix: [2 -1 0], [-1 2 -1], [0 -1 2]. The user inquires about the necessity of row exchanges and the structure of the L matrix. It is confirmed that the L matrix must be lower triangular, containing only zeros above the diagonal, but it is not mandatory for all other entries to be non-zero. This clarification is crucial for correctly executing the LDLT transformation.

PREREQUISITES
  • Understanding of LDLT decomposition
  • Familiarity with symmetric matrices
  • Knowledge of lower triangular matrices
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of LDLT decomposition in linear algebra
  • Learn about symmetric matrix characteristics and their applications
  • Explore the implications of lower triangular matrix forms in matrix factorization
  • Practice solving similar matrix decomposition problems
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as data scientists and engineers working with matrix computations.

ChEJosh
Messages
26
Reaction score
0
I have to do a LDL^{T} transform of a symmetrical matrix:

[2 -1 0]
[-1 2 -1]
[0 -1 2]

And, I'm just wondering if I have to do a row exchange, or something. I can't remember if the L matrix has to have the form

[x 0 0]
[x x 0]
[x x x]

where the x's are nonzero numbers.

Basically, I'm asking if that 0 in the lower left hand corner is all right, and if I only need to eliminate the -1 at positions 2,3 and 1,2

Thank you.
 
Physics news on Phys.org
Yes, L is, by definition, a "Lower Triangular" matrix. It must have only 0s above ther diagonal. It is not required that all other numbers not be 0.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
9
Views
2K
Replies
8
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K