[sympy] Re: Integrate(exp(polynomial))

2008-11-11 Thread Ondrej Certik
On Tue, Nov 11, 2008 at 12:36 AM, Pekeika [EMAIL PROTECTED] wrote: I finally was able to commit and push the patch in a clone today minutes ago... I'm sorry about my delay (I will soon take my PhD qualifying exams so my time availability is poor now, I promise I'll try to be of help when

[sympy] Re: Integrate(exp(polynomial))

2008-11-11 Thread Pekeika
Dear all, I addressed Ondrej's comments in the sympy-patch mailing list. regularly use git svn, which allows me ... If you say so, I think I'll try git svn sometime after my exams... Looks like the most complete kit! Thanks, I'll keep you posted, Angelica.

[sympy] Re: Integrate(exp(polynomial))

2008-11-10 Thread Pekeika
FOR THE INTEREST OF WINDOWS USERS: I found TortoiseHg... (you can download from Sourceforge.com) it's a Mercurial tool for windows, it converts all the work in chips for us windows-dummies... you can identify equivalences of using Hg from the command line as you use it, it even saves lots of

[sympy] Re: Integrate(exp(polynomial))

2008-11-04 Thread Pekeika
How are you developing code on windows? Maybe other windows developers here can share  the ways they work with revision control on windows. I'm a complete beginer. I used to 'program' in Matlab but I migrated to Python (thanks God) since August, so before, I had never developed code, just

[sympy] Re: Integrate(exp(polynomial))

2008-11-04 Thread Ondrej Certik
On Tue, Nov 4, 2008 at 8:24 PM, Pekeika [EMAIL PROTECTED] wrote: How are you developing code on windows? Maybe other windows developers here can share the ways they work with revision control on windows. I'm a complete beginer. I used to 'program' in Matlab but I migrated to Python

[sympy] Re: Integrate(exp(polynomial))

2008-10-29 Thread Ondrej Certik
Hi Angelica! On Mon, Oct 27, 2008 at 1:26 PM, Pekeika [EMAIL PROTECTED] wrote: Ondrej, I'm sorry I have not good news after the weekend working on both the issues and Stephan's solution (thanks Stephan). I have the troubles of a beginner, with attributes and classes (issues like only couple

[sympy] Re: Integrate(exp(polynomial))

2008-10-27 Thread Pekeika
Also, to make 1/lambda simpler, v*cos(phi) can be replaced by vx and v*sin(phi) by vy... as v is a velocity vector and phi its angle. So instead of integrating in v, phi, D and g, the integration occurs in vx, vy, D and g. Thanks, Angelica(Pekeika)

[sympy] Re: Integrate(exp(polynomial))

2008-10-27 Thread Friedrich Hagedorn
On Mon, Oct 27, 2008 at 01:26:01PM -0700, Pekeika wrote: Ondrej, I'm sorry I have not good news after the weekend working on both the issues and Stephan's solution (thanks Stephan). I have the troubles of a beginner, with attributes and classes (issues like only couple of months programming

[sympy] Re: Integrate(exp(polynomial))

2008-10-24 Thread Ondrej Certik
On Wed, Oct 22, 2008 at 8:39 AM, Pekeika [EMAIL PROTECTED] wrote: Ondrej, Many thanks for your answer! Yes I need to do a definite integral but I noticed that the exp(poly) integration is not yet implemented in Sympy and yes I need to implement it, but I'm an engineer not a mathematician, I

[sympy] Re: Integrate(exp(polynomial))

2008-10-23 Thread Ondrej Certik
I am in a plane to the google mentors summit, I'll reply in a day or two when I get a decent net connection. Ondrej On 10/22/08, Pekeika [EMAIL PROTECTED] wrote: Ondrej, Many thanks for your answer! Yes I need to do a definite integral but I noticed that the exp(poly) integration is not yet

[sympy] Re: Integrate(exp(polynomial))

2008-10-21 Thread Ondrej Certik
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

[sympy] Re: Integrate(exp(polynomial))

2008-10-21 Thread Stepan Roucka
2008/10/21 Ondrej Certik [EMAIL PROTECTED]: 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...