I need program to LU decomposition of tridiagonal matrix?
Show older comments
How can help to a program LU decomposition of tridiagonal matrix
Accepted Answer
More Answers (1)
Steven Lord
on 3 Apr 2016
1 vote
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.
1 Comment
Malak
on 10 Mar 2023
How??
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!