In [1]: f = lambdify([x,y], sin(x)*y) In [2]: f Out[2]: <function numpy.<lambda>>
In [3]: f(3.1415/2, 2) Out[3]: 1.999999997853828 -- You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en.
