Re: basis finding of rectangular matrix
- From: ellieandrogerxyzzy@xxxxxxxxxxxxxxxxxxxxxx (Roger Stafford)
- Date: Thu, 20 Oct 2005 19:33:15 GMT
In article <ef18cf1.-1@xxxxxxxxxxxxxxxx>, Abhishek <denim83@xxxxxxxxx> wrote:
> how to find out a basis of a rectangular matrix where rows>cols.?
-----------------
Hello Abhishek,
As was pointed out in this newsgroup recently by John D'Errico, you can
accomplish that as follows with matrix A:
[Q,R,E] = qr(A,0);
B = A(:,E(1:rank(A)));
The columns of B will be a linearly independent set selected from the
columns of A and forming a basis for the A column space. This holds
whether or not the number of rows in A exceeds its number of columns.
(Remove "xyzzy" and ".invalid" to send me email.)
Roger Stafford
.
- Follow-Ups:
- Re: basis finding of rectangular matrix
- From: Roger Stafford
- Re: basis finding of rectangular matrix
- References:
- basis finding of rectangular matrix
- From: Abhishek
- basis finding of rectangular matrix
- Prev by Date: Link for Modelsim Problem
- Next by Date: Re: How to display MATLAB version (e.g., "MATLAB 7.1") in Windows taskbar?
- Previous by thread: basis finding of rectangular matrix
- Next by thread: Re: basis finding of rectangular matrix
- Index(es):
Relevant Pages
|
Loading