MuPad 3.0 extraction of individual eigenvectors
From: Brad Cooper (Brad.Cooper_17_at_bigpond.com)
Date: 11/10/04
- Next message: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Previous message: Darren E. Mason: "Re: Mathematica and Matlab. Some thoughts"
- Next in thread: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Reply: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Reply: Ralf Hillebrand: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Nov 2004 14:10:44 GMT
Hi,
In MuPad 3.0 I can find eigenvectors as follows:
A := matrix([[1, 1, 1], [1, 1, 1], [1, 1, 1]]):
S := linalg::eigenvectors(A);
I now want to extract the eigenvectors from S
to use linalg::orthog(S) to orthogonalise these
eigenvectors.
I have tried things "like" ...
split(S,linalg::vectorOf(Dom::Integer,3));
including combinations with testtype etc. to try
to get the individual eigenvectors, but
I cannot get the correct command.
Any pointers gratefully accepted.
I have found the problem I usually have with MuPad
is taking the output from a command and making further
use of that output as input to another command. Just
a general observation.
Cheers,
Brad
- Next message: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Previous message: Darren E. Mason: "Re: Mathematica and Matlab. Some thoughts"
- Next in thread: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Reply: Torsten Metzner: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Reply: Ralf Hillebrand: "Re: MuPad 3.0 extraction of individual eigenvectors"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|