LU Factorization by Doolittle's method
Version 1.0.0.0 (580 Bytes) by
Yasin Shiboul
LU factorization of a square matrix.
10.4K Downloads
Updated
6 Jun 2005
No License
This program factorize(decompose)the square matrix of any size into a product of a Lower-triangular matrix (L) and an Upper-triangular matrix (U). All the elements of the main diagonal in the L matrix are ones, (Doolittle's method).
This factorization is very helpfull in solving different mathematical problems and problems in linear control systems.
Cite As
Yasin Shiboul (2024). LU Factorization by Doolittle's method (https://www.mathworks.com/matlabcentral/fileexchange/7779-lu-factorization-by-doolittle-s-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |