> ... and since you wanted a matrix of *numbers* out of m, you may do > sage: m(1.,2.)
Oops, i just see that your original example was x=pi/2, y=pi. That is fine: sage: m(pi/2,pi) [0 0] [0 0] and is of course better than going via RR: sage: m(RR(pi/2),RR(pi)) [ 6.12323399573676e-17 0] [ 0 -1.224646799147353e-16] Cheers Simon --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---