X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 Jan 2021 01:17 PM by  Ben Castellani
How can I calculate square root of a matrix in IDL 8.4?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Uzzal Dash



New Member


Posts:
New Member


--
05 Jan 2021 07:53 PM
    I need to calculate square root of a large dimension matrix. How can I do it using IDL?

    Ben Castellani



    Basic Member


    Posts:130
    Basic Member


    --
    08 Jan 2021 01:17 PM
    IDL does not have a specific routine dedicated to find the square root(s) of a matrix. You would need to write the code for that yourself using the theory behind the calculation.

    However, I do note that light online searching turned up a few existing third -artly IDL routines that would do the trick!
    You are not authorized to post a reply.