Hi Pekeika!

On Tue, Oct 21, 2008 at 7:27 PM, Pekeika <[EMAIL PROTECTED]> wrote:
>
> Good morning, I'm trying to do the following symbolic integration:
>
> Integral(exp(v**2+3*v+2),v).doit()  The real polynomial I'm trying to
> integrate is a lot bigger... and the whole function has 3 more
> integration parameters; but I do believe the polynomial is the
> problem. How can I make this integral work?

What is the result you want to get? This is a Gaussian integral:

http://en.wikipedia.org/wiki/Gaussian_integral

so you need to specify the ranges of the variables and then it could
be integrated as a definite integral, but it is not yet implemented in
sympy, see here:

http://code.google.com/p/sympy/issues/detail?id=841

If you are interested in these kinds of integrations, let's get this
implemented, see the issue above for hints. I'll help you with that if
you have any questions.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to