[sympy] Re: SymPy and IronPython

2014-10-12 Thread Иван Петухов
It problem solving ? воскресенье, 6 апреля 2014 г., 17:09:04 UTC+4 пользователь Groover написал: > > OK, I really would like to get this working with the current release of > IronPython (2.7.4). Any suggestions are appreciated. Using git master: > > >>>import sympy > > unicode_escape_decode() tak

Re: [sympy] Re: Evaluate Integral

2014-10-12 Thread Aaron Meurer
I don't think integrate() tries any simplification. Ideally it shouldn't have to. Aaron Meurer On Sun, Oct 12, 2014 at 6:12 AM, Francesco Bonazzi wrote: > > > On Sunday, October 12, 2014 1:50:10 AM UTC+2, Aaron Meurer wrote: >> >> That's correct. If integrate() returns an unevaluated Integral, i

Re: [sympy] Where to start for a newbie

2014-10-12 Thread Jason Moore
Sorry I shortened the link: https://github.com/sympy/sympy/wiki/introduction-to-contributing Jason moorepants.info +01 530-601-9791 On Sun, Oct 12, 2014 at 3:35 PM, Jason Moore wrote: > Sunny, > > Here is our "introduction to contributing" page on our wiki: > > > https://github.com/sympy/sympy

Re: [sympy] Where to start for a newbie

2014-10-12 Thread Jason Moore
Sunny, Here is our "introduction to contributing" page on our wiki: https://github.com/sympy/sympy/wiki/Beginner%27s-introduction-to-contributing That should help you get started. Jason moorepants.info +01 530-601-9791 On Sun, Oct 12, 2014 at 1:45 PM, Sunny Aggarwal wrote: > Hi to everyone,

Re: [sympy] Where to start for a newbie

2014-10-12 Thread Ondřej Čertík
Hi Sunny, On Sun, Oct 12, 2014 at 11:45 AM, Sunny Aggarwal wrote: > Hi to everyone, > > I am very much new to sympy and open source contribution and I don't know > where to start.Although I have cloned the repo and tried to go through the > code but I am finding it very difficult to read it as ev

[sympy] Where to start for a newbie

2014-10-12 Thread Sunny Aggarwal
Hi to everyone, I am very much new to sympy and open source contribution and I don't know where to start.Although I have cloned the repo and tried to go through the code but I am finding it very difficult to read it as every module reference to other module.So please tell me the easiest task to

Re: [sympy] Re: Evaluate Integral

2014-10-12 Thread Francesco Bonazzi
On Sunday, October 12, 2014 1:50:10 AM UTC+2, Aaron Meurer wrote: > > That's correct. If integrate() returns an unevaluated Integral, it > means the algorithm couldn't compute an integral. The fu() function is > able to simplify this expression (it equals 2*sin(x)), so > integrate(fu(fx), x) w

Re: [sympy] Re: Evaluate Integral

2014-10-12 Thread Dario Beraldi
Thanks guys! I didn't know about the fu() function. Dario On Sunday, October 12, 2014 12:50:10 AM UTC+1, Aaron Meurer wrote: > > That's correct. If integrate() returns an unevaluated Integral, it > means the algorithm couldn't compute an integral. The fu() function is > able to simplify this exp