I need program to LU decomposition of tridiagonal matrix?

2 views (last 30 days)
How can help to a program LU decomposition of tridiagonal matrix

Accepted Answer

Jan
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.

More Answers (1)

Steven Lord
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.

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!