Thank you for the reply. Actually I was solving a problem where i need to integrate from minus infinity to plus infinity. Can I do that in the way you mentioned?
Kasun On Sun, Jan 10, 2010 at 3:32 PM, Ondrej Certik <[email protected]> wrote: > 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] <sympy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > > >--
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.
