Re: symbolic computation
- From: "Nasser Abbasi" <nma@xxxxxxxxx>
- Date: Sun, 6 May 2007 09:26:03 -0700
"dimitur" <sypermen2000@xxxxxxxxx> wrote in message
news:ef55e54.6@xxxxxxxxxxxxxxxxxxxxxxxxxx
Matrix Q form [Q,R]=qr(A), have important properties im my task. By
symbolic decomposition I can see feature of matrix Q. For this I need
symbolic presentation of matrix Q.
Are exist presentation by "pretty" of matrix Q (result from
maple('linalg[QRdecomp](A)')?
I could NOT find one. output of the above is in Maple full matrix format,
which Matlab does not know how to 'pretty'
When decomposition matrix A
A=[0.907/z -0.106/z;
-0.041+0.345/z 0.005-0.1/z;
0.087+0.167/z -0.103+0.84/z;
-0.148 0.017+0.527/z].
with
obtained error!!maple('linalg[QRdecomp](A)')
May be I missing anything ?
I got the same error:
??? Error using ==> maplemaple('A:=Matrix([ [0.907/z, -0.106/z], [-0.041+0.345/z,
0.005-0.1/z], [0.087+0.167/z, -0.103+0.84/z], [-0.148,
0.017+0.527/z] ])');
maple('linalg[QRdecomp](A)')
Error, (in linalg[QRdecomp]) matrix entries must all evaluate to complex
floats
linalg is old maple linear algebra package any way, one should use
LinearAlgebra package instead.
Try to enter the above using LinearAlgebra package.
(if you want to do lots of symbolic stuff you should get Maple or
Mathematica), I did the above in Mathematica 6 and got the answer right
away.(too large to post here)
Nasser
.
- Follow-Ups:
- Re: symbolic computation
- From: dimitur
- Re: symbolic computation
- References:
- Re: symbolic computation
- From: dimitur
- Re: symbolic computation
- From: Nasser Abbasi
- Re: symbolic computation
- From: Nasser Abbasi
- Re: symbolic computation
- From: dimitur
- Re: symbolic computation
- From: Nasser Abbasi
- Re: symbolic computation
- From: dimitur
- Re: symbolic computation
- Prev by Date: Re: Quickie
- Next by Date: Re: 2007a problem on PPC
- Previous by thread: Re: symbolic computation
- Next by thread: Re: symbolic computation
- Index(es):
Relevant Pages
|
Loading