some exponentials exist:

sage: M = matrix(SR,2,[1,0,3,x])
sage: M.exp()
[                   e                    0]
[-3*(e - e^x)/(x - 1)                  e^x]


sage: M = matrix(CDF,2,[1+i,0,3,i])
sage: M.exp()
[  1.46869393992 + 2.28735528718*I                                 0]
[  2.78517490214 + 4.33765290711*I 0.540302305868 + 0.841470984808*I]

I don't think there is any log yet...

On 22 déc, 17:51, Kjetil Halvorsen <[email protected]> wrote:
> subject says it all!!
>
> Kjetil
>
> --
> "... an entire human genome would fit on a music CD."
>
> ---www.thinkgene.com

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to