Re: How does Eigensystem works ?
- To: mathgroup at smc.vnet.net
- Subject: [mg103096] Re: How does Eigensystem works ?
- From: guerom00 <guerom00 at gmail.com>
- Date: Tue, 8 Sep 2009 05:56:03 -0400 (EDT)
- References: <h829hp$3pk$1@smc.vnet.net>
Ah I see. It's a little bit like in C : there is no notion of matrix build in. It is seen as a list of list. OK, I'll just define my own MyEigensystem[] function which systematically transpose the eigenvectors, no big deal :) Thanks