Properties of Determinants for Lower Triangular Matrices?

  • Thread starter cragar
  • Start date
  • Tags
    Matrix
In summary, the conversation is about trying to turn a 4x4 matrix into a lower triangular matrix and then finding the determinant by multiplying along the diagonal. The person is having trouble getting the correct answer and is wondering if there is a property about determinants they are missing. It is mentioned that adding rows together does not change the determinant, but only replacing a row by a multiple of itself or switching two rows will change the value.
  • #1
cragar
2,552
3

Homework Statement


I keep trying to turn a 4x4 matrix into a lower triangular matrix and then multiply along the diagonal to get the determinant , but I can't get the answer in the back of the book , is there some property about determinates I am missing .
 
Physics news on Phys.org
  • #2
Hard to say without seeing your work.

BTW, the word is determinant.
 
  • #3
ok as long as we add rows together it doesn't change the det(A)
i can go 5R1+R2=R2 and it won't change the det(A) correct.
 
  • #4
Right. Of the three row operations, the only ones that change the value of the determinant are replacing a row by a multiple of itself (Rn <-- k*Rn) and switching two rows (Rn <--> Rm).
 

1. What is a lower triangular matrix?

A lower triangular matrix is a square matrix where all the elements above the main diagonal are equal to 0. The main diagonal is the line that runs from the top left corner to the bottom right corner of the matrix.

2. How is a lower triangular matrix used in mathematics?

In mathematics, a lower triangular matrix is commonly used for solving systems of linear equations, as it simplifies the process of solving the equations. It is also used in algorithms for solving optimization problems and in linear algebra operations such as matrix multiplication.

3. How is a lower triangular matrix different from an upper triangular matrix?

A lower triangular matrix has 0s above the main diagonal, while an upper triangular matrix has 0s below the main diagonal. Both matrices have non-zero elements on the main diagonal. Additionally, the elements in the lower triangular matrix are mirrored in the upper triangular matrix.

4. How is a lower triangular matrix stored in memory?

When storing a lower triangular matrix in memory, only the elements below the main diagonal are typically stored, as the elements above the diagonal are all equal to 0. The elements are usually stored in a 1-dimensional array, with the first element being the first row of the matrix, followed by the second row, and so on.

5. What are the advantages of using a lower triangular matrix?

One advantage of using a lower triangular matrix is that it reduces the storage space needed, as only the non-zero elements are stored. It also simplifies calculations and operations, as the 0 elements can be ignored. Additionally, it can make solving systems of linear equations more efficient and less prone to errors.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
384
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
783
  • Calculus and Beyond Homework Help
Replies
0
Views
150
  • Calculus and Beyond Homework Help
Replies
1
Views
905
  • Calculus and Beyond Homework Help
Replies
2
Views
4K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top