>    (2) I have no idea what "g(x)=sin+x" or "g(x,y)=sin+y" mean anyways.

Perhaps it should mean

g(x) = lambda z: sin(z)+x
h(x,y) = lambda z: sin(z)+y

? So that g(a)(b) == sin(b)+a and h(a,b)(c) == sin(c)+b.

Ralf

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to