Post Reply 
(49G) Function of a Matrix
10-31-2017, 05:16 PM (This post was last modified: 10-31-2017 05:31 PM by Gilles59.)
Post: #3
RE: (49G) Function of a Matrix
Hi Gerald

I think you can do this with the integrated DIAGMAP function. With your example :

Code:
[[ -9 0 -1 -4 ]
[ 4 9 3 3 ]
[ 0 4 -9 9 ]
[ 5 -1 -6 -4 ]]

'LN(X)' DIAGMAP XNUM

takes ~11,6s in approx mode on a 50g (i dont test with the 49g)

Then :

Code:
 'EXP(X)' DIAGMAP XNUM
and your retrieve exactly the real parts and x.xxxxE-12 for the imaginary parts.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(49G) Function of a Matrix - Gerald H - 05-05-2015, 03:47 PM
RE: (49G) Function of a Matrix - Gilles59 - 10-31-2017 05:16 PM
RE: (49G) Function of a Matrix - Gerald H - 10-31-2017, 10:04 PM
RE: (49G) Function of a Matrix - Gerald H - 10-31-2017, 10:15 PM
RE: (49G) Function of a Matrix - Gilles59 - 10-31-2017, 11:03 PM
RE: (49G) Function of a Matrix - Gerald H - 11-01-2017, 01:19 PM
RE: (49G) Function of a Matrix - pier4r - 11-01-2017, 06:06 PM
RE: (49G) Function of a Matrix - Gerald H - 11-01-2017, 06:27 PM



User(s) browsing this thread: 4 Guest(s)