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

Home » Public Forums » archive » Infinity matrix determinant
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: Infinity matrix determinant [message #89695 is a reply to message #89693] Mon, 17 November 2014 03:27 Go to previous message
Sergey Anfinogentov is currently offline  Sergey Anfinogentov
Messages: 11
Registered: September 2012
Junior Member
You can still calculate inverse matrix.

because for inverse matrix you have

(kA)^-1 = 1/k*(A^-1)
and
A^-1 = k*(kA^-1)

Try the following IDL code:

factor = 1d12
matrrix = matrix/factor
inverse = invert(matrix) ; invert is a built in function of IDL
inverse = inverse/factor

This should work fine.
For the determinant of such a matrix double precision is not enough. You should probably just memorize that you have a multiplier 1e24000.


> Dear Sergey,
>
> Thank you for answer.
> The point is here that the factor^2000d return Infinity
>
> IDL> print,(1.0d12)^2000d
> Infinity
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SAR change values for pixels
Next Topic: cgmap__define error?

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

Current Time: Wed Oct 08 17:28:55 PDT 2025

Total time taken to generate the page: 0.00422 seconds