lumy2.m
Version 1.0.0.0 (1.11 KB) by
Riccardo Dessi
PA=LU factorization (version 2 with permuted known term)
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 (2026). 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 LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
