- http://www.webpages.uidaho.edu/~barannyk/Teaching/LU_factorization_tridiagonal.pdf
- http://de.mathworks.com/matlabcentral/fileexchange/1359-fast-tridiagonal-system-solver
- http://www.sci.sdsu.edu/Faculty/Don.Short/math541/matlabcode.htm#TRIDIAGONAL
I need program to LU decomposition of tridiagonal matrix?
2 views (last 30 days)
Show older comments
How can help to a program LU decomposition of tridiagonal matrix
0 Comments
Accepted Answer
Jan
on 3 Apr 2016
Edited: Jan
on 3 Apr 2016
I find many instructions and even Matlab implementations, when I ask an internet search engine for "Matlab lu tridiagonal". E.g.:
So my actual answer is a meta-message: Asking Google before posting is more efficient.
0 Comments
More Answers (1)
Steven Lord
on 3 Apr 2016
Simple: just call the lu function built into MATLAB.
If you need to do this for homework, your textbook probably has pseudocode for the LU decomposition that you can translate into MATLAB code.
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!