MuPad 3.0 extraction of individual eigenvectors

From: Brad Cooper (Brad.Cooper_17_at_bigpond.com)
Date: 11/10/04


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



Relevant Pages

  • Re: MuPad 3.0 extraction of individual eigenvectors
    ... > that case, the aforementioned use of op, map and indexing is still required. ... way of asking MuPAD “if I wanted to extract this, ... > something with it i.e. feed it into another command. ... general not be eigenvectors any longer: ...
    (sci.math.symbolic)
  • Re: MuPad 3.0 extraction of individual eigenvectors
    ... >I now want to extract the eigenvectors from S ... experienced with the standard data types of MuPAD. ... its algebraic multiplicity and a basis for the eigenspace of. ...
    (sci.math.symbolic)
  • Re: MuPad 3.0 extraction of individual eigenvectors
    ... > I now want to extract the eigenvectors from S ... Use map with op to extract the 3rd operands of the resulting ... Our bug tracking system is ... us to improve MuPAD by providing suggestions for improvements. ...
    (sci.math.symbolic)
  • Re: MuPad 3.0 extraction of individual eigenvectors
    ... >> I now want to extract the eigenvectors from S ... >> use of that output as input to another command. ... > not only for there for sending bug reports, ...
    (sci.math.symbolic)