Status: Accepted
Owner: ondrej.certik
Labels: Type-Defect Priority-High Milestone-Release0.6.4

New issue 1352 by ondrej.certik: Make lambdify work with Integral:
http://code.google.com/p/sympy/issues/detail?id=1352

This should work:

In [3]: f = Lambda(x, exp(-x**2))

In [9]: l = lambdify(x, Integral(f(x), (x, -oo, oo)))

In [10]: l
Out[10]: <function <lambda> at 0x310c7d0>

In [11]: l(3)
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)

/home/ondrej/repos/sympy/<ipython console> in <module>()

/home/ondrej/repos/sympy/<string> in <lambda>(x)

NameError: global name 'Integral' is not defined


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to