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

Home » Public Forums » archive » Re: failed matrix inversion returns input-- interesting
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: failed matrix inversion returns input-- interesting [message #49309 is a reply to message #49307] Fri, 14 July 2006 00:09 Go to previous message
marc schellens[1] is currently offline  marc schellens[1]
Messages: 183
Registered: January 2000
Senior Member
Ed Hyer wrote:
> Can someone explain this behavior?
> IDL> testm=[[0,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
> IDL> testmi=invert(testm,status)
> IDL> print,status; 0=success, 1=fail, 2=pivot used
> 1
> IDL> print,testmi
> 0.00000 0.00000 0.00000 0.00000
> 0.00000 1.00000 0.00000 0.00000
> 0.00000 0.00000 1.00000 0.00000
> 0.00000 0.00000 0.00000 1.00000
>
> Is there any reason in creation why IDL simply copies the input into
> the output if it cannot do the inversion? That seems, well, malevolent,
> unless I'm missing something.

Well, what do you suggest is better?

Marc
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDL 6.3 for Mac OS X on Intel Now Available
Next Topic: Re: IDL and Macs. Speed is not only about squared roots

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

Current Time: Sat Oct 11 10:28:00 PDT 2025

Total time taken to generate the page: 1.04261 seconds