Hi Aleksandr,
On Apr 21, 4:25 am, "Mike Hansen" <[EMAIL PROTECTED]> wrote:
<snip>
> sage: m(1,2)
> [ cos(1) 0]
> [ 0 -sin(2)]
>
... and since you wanted a matrix of *numbers* out of m, you may do
sage: m(1.,2.)
[ 0.540302305868140 0]
[ 0 -0.909297426825682]
(notice the dots after 1 and 2)
Cheers
Simon
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---