I need program to 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)

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

Asked:

on 3 Apr 2016

Commented:

on 10 Mar 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!