comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Decompose a matrix
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Decompose a matrix [message #57690] Wed, 19 December 2007 04:15
d.poreh is currently offline  d.poreh
Messages: 406
Registered: October 2007
Senior Member
Folks
I have a problem could anyone help me?
Let:
A = [[ 0,0,1], $
[ 0,1,0], $
[ 0,0,0]]
B = [0.5,0.5,1]

; Decompose A
SVDC, A, W, U, V
; Solve A.X=B
X=SVSOL(U, W, V, B)
new_B=A##X
IDL> print,new_B
0.500000
0.500000
0.000000
Why new_B is not equal to B' ?
Thanks for any help in advance
Cheers
Dave
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Command Line IDL for Windows, now available
Next Topic: Re: Decompose a matrix

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:45:30 PDT 2025

Total time taken to generate the page: 0.00602 seconds