lumy2.m

PA=LU factorization (version 2 with permuted known term)
142 Downloads
Updated 6 May 2014

View License

This function calculate PA=LU factorization of a square matrix using "partial pivot".
The standard call is: [L U P b2]=lumy2(A,b); in which A and b represent respectively
the system matrix and the known term. The output are: the lower and up
triangular matrices (L U) and P is the permutation matrix; finally b
represents the permuted known term.

Cite As

Riccardo Dessi (2024). lumy2.m (https://www.mathworks.com/matlabcentral/fileexchange/46495-lumy2-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0