On Sun, Jan 10, 2010 at 6:07 AM, Kasun Samarasinghe <[email protected]> wrote: > Hi all, > Is there a way we can evaluate infinite integrals in SymPy?
Like this? In [1]: integrate(1/x**2, (x, 1, oo)) Out[1]: 1 Ondrej
-- 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.
