[sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-22 Thread Anurag Sharma
Hello everyone. This post is regarding the gsoc idea of implementing (or continuing ) the work of Aaron Meurer and Chetna Gupta on implementation of Risch Algorithm for symbolic integrations. I have gone through the PR mentioned on the ideas page. It seems there has been good progress last sum

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-22 Thread Aaron Meurer
On Wed, Jan 22, 2014 at 8:30 AM, Anurag Sharma wrote: > Hello everyone. > > This post is regarding the gsoc idea of implementing (or continuing ) the > work of Aaron Meurer and Chetna Gupta on implementation of Risch Algorithm > for symbolic integrations. I have gone through the PR mentioned on th

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-23 Thread someone
> > 3. I have skimmed through the first chapter of Bronstein's book. > > Algebraic Preliminaries. Nothing new there. But the second chapter > > introduces algorithms which I have never implemented and some of > > them I had not even heard of. I would be really glad if you could > > tell me what sor

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-23 Thread Aaron Meurer
On Thu, Jan 23, 2014 at 4:19 AM, someone wrote: >> > 3. I have skimmed through the first chapter of Bronstein's book. >> > Algebraic Preliminaries. Nothing new there. But the second chapter >> > introduces algorithms which I have never implemented and some of >> > them I had not even heard of. I w

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-24 Thread Anurag Sharma
Hi Aaron Thanks for your reply. I have got hold of Bronstein book and the tutorial. I find the tutorial much more accessible right now. I think I will go through it first and worry about the correctness of algorithms later. I don't find all the algorithms being implemented in sympy (eg Bernoull

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-01-24 Thread Aaron Meurer
On Fri, Jan 24, 2014 at 11:39 AM, Anurag Sharma wrote: > Hi Aaron > Thanks for your reply. I have got hold of Bronstein book and the tutorial. I > find the tutorial much more accessible right now. I think I will go through > it first and worry about the correctness of algorithms later. > > I don't

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-02-01 Thread Chetna Gupta
Hi All This is such a big nostalgia moment! @Anurag There are three tasks mentioned on the PR. One of them being -> Don't hardcode the value of a in the functions in cds.py. And the input should be a, not sqrt(a), (so, e.g., the input should be -1, not sqrt(-1)) I would try to solve this and wou

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2014-02-04 Thread Anurag Sharma
On Sunday, February 2, 2014 5:45:39 AM UTC+5:30, Chetna Gupta wrote: > > Hi All > > This is such a big nostalgia moment! @Anurag There are three tasks > mentioned on the PR. One of them being > -> Don't hardcode the value of a in the functions in cds.py. And the > input should be a, not sqrt(a)

Re: [sympy] Risch algorithm for Symbolic Integration -GSOC Idea

2022-12-01 Thread Ishan Pandhare
Good day, I am Ishan Pandhare, a student of Mathematics and Computing from the Indian Institute of Technology, Varanasi. I saw this project being mentioned on the project idea list, and would like to know about its current status. Being a curious student of both mathematics and Computer science,