Rank revealing lu decomposition

calculates rank revealing lu decomposition
1,4K download
Aggiornato 21 ago 2006

Nessuna licenza

rrlu computes a rank revealing LU factorization of a general m-by-n real full matrix A using partial pivoting with row and column interchanges.

The factorization has the form
A(P,Q) = L * U
where P and Q are permutation vectors, L is lower triangular
(lower trapezoidal if m > n), and U is upper triangular
(upper trapezoidal if m < n).

if VERSION = 0
then L has unit diagonal elements and the matrix U takes form
U = [ U1 U2 ] (*)
[ 0 0 ]
where U1 in upper triangulal with nonzero elements on diagonal

if VERSION = 1
then U has unit diagonal elements and the matrix L takes form
L = [ L1 0 ] (**)
[ L2 0 ]

where L1 in lower triangulal with nonzero elements on diagonal

rrlu allows to find left or right null space faster than QR or SVD decomposition, but in some cases is less accurate.

Cita come

Pawel Kowal (2025). Rank revealing lu decomposition (https://it.mathworks.com/matlabcentral/fileexchange/12016-rank-revealing-lu-decomposition), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Sparse Matrices in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0