Combine upper, lower, and diagonal matrix?

  • Context: Undergrad 
  • Thread starter Thread starter sarahfh
  • Start date Start date
  • Tags Tags
    Diagonal matrix Matrix
Click For Summary
SUMMARY

The discussion focuses on solving a matrix that combines diagonal, upper, and lower triangular components using MATLAB. The provided example illustrates a 4x4 matrix with specific values, questioning whether it is feasible to solve the upper and lower triangles separately before combining results. Additionally, participants seek clarification on the term "solve" in the context of matrix operations, indicating a need for a deeper understanding of matrix decomposition and solution methods.

PREREQUISITES
  • Understanding of matrix decomposition techniques
  • Familiarity with MATLAB for matrix operations
  • Knowledge of triangular matrices (upper and lower)
  • Basic concepts of linear algebra, particularly solving systems of equations
NEXT STEPS
  • Research MATLAB matrix manipulation functions, such as 'lu' for LU decomposition
  • Learn about solving systems of equations using triangular matrices
  • Explore the concept of matrix factorization and its applications
  • Investigate the efficiency of solving matrices with identical diagonal elements
USEFUL FOR

Mathematicians, engineers, and data scientists working with linear algebra, particularly those utilizing MATLAB for matrix computations and seeking to optimize their problem-solving techniques.

sarahfh
Messages
1
Reaction score
0
If you have a matrix that is a combination of a diagonal, upper, and lower matrix - what is the best way to solve it? (I use MATLAB for matrix work)

Example:
5 1 0 0 x1 1
-1 5 1 0 x2 2
0 -1 5 1 x3 3
0 0 -1 5 x4 4

Is it possible to solve the upper triangle and lower triangle and then combine them?
Would it be possible to solve it quicker if the all three diagonals were the same (as above)?
 
Physics news on Phys.org
I can't understand the example you have written. What does an "x" denote?

What do you mean by "solve" a matrix? Please clarify your example and I think someone will be able to help you.
 

Similar threads

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