No BSD License  

Highlights from
Rank revealing lu decomposition

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 15.07 KB File ID: #12016

Rank revealing lu decomposition

by Pawel Kowal

 

21 Aug 2006 (Updated 21 Aug 2006)

calculates rank revealing lu decomposition

| Watch this File

File Information
Description

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.

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
linear algebra Pawel Kowal 22 Oct 2008 08:35:24
lu Pawel Kowal 22 Oct 2008 08:35:24
rank revealing Pawel Kowal 22 Oct 2008 08:35:24
null space Pawel Kowal 22 Oct 2008 08:35:24
mathematics Pawel Kowal 22 Oct 2008 08:35:24

Contact us at files@mathworks.com