Matrix Decomposition Technique
Version 1.0.0.0 (518 Bytes) by
Praveen Ranganath
A common technique for matrix decomposition into triangular matrices
Among the various methods to decompose a matrix, here the common method of LU decomposition is used.
Given a n-by-n square matrix A, it is decomposed into product of L (matrix with lower diagonal elements), and U (matrix with upper diagonal elements) such that A = L*U;
Cite As
Praveen Ranganath (2025). Matrix Decomposition Technique (https://www.mathworks.com/matlabcentral/fileexchange/47305-matrix-decomposition-technique), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Matrix Decomposition 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 |