Re: basis finding of rectangular matrix



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
.



Relevant Pages

  • Re: basis finding of rectangular matrix
    ... ellieandrogerxyzzy@xxxxxxxxxxxxxxxxxxxxxx (Roger Stafford) wrote: ... >> how to find out a basis of a rectangular matrix where rows>cols.? ... > Hello Abhishek, ... > columns of A and forming a basis for the A column space. ...
    (comp.soft-sys.matlab)
  • Re: "Conduct unbecoming of a profession"
    ... I trust that you don't! ... As John Osborne's mum Nellie Beatrice used to say to him, ...
    (uk.legal)
  • Exception Handling unter WPF
    ... ich stehe gerade vor dem Problem, dass ich Exceptions, die nicht aus dem UI-Thread kommen, nicht abfangen kann. ... Deshalb wende ich mich nun an die Newsgroup. ... Da ich mein Abschlussprojekt auf Basis des MVVM - Pattern aufgebaut habe, sollte die Auswertung des Fehlers im View erfolgen. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Kill List
    ... John F Kappler wrote: ... Persecution" on the basis the subject doesn't seem to be relevant to ...
    (uk.railway)
  • Re: Diameters of planets?
    ... I subscribed to the classical music newsgroup less than 3 weeks ago. ... >> Ask my ISP. ... I challenge you to prove that my ISP does not allow off-topic posts to ... >On what basis do you make that claim? ...
    (sci.astro)

Loading