[sympy] Diophantine Equations Module

2013-04-28 Thread Thilina Rathnayake
Hi, I would like to implement a Diophantine equations module for Sympy. You can find my pull request here . It's still not merged. I hope to solve following classical Diophantine equations. All the variables used here are integers unless otherwise stated

[sympy] Diophantine Equations Module

2013-04-28 Thread Thilina Rathnayake
Hi, I would like to implement a Diophantine equations module for Sympy. You can find my pull request here . It's still not merged. I hope to solve following classical Diophantine equations. All the variables and constants used here are integers. 1)* **a

Re: [sympy] Diophantine Equations Module

2013-04-28 Thread Aaron Meurer
Just to be clear, is this for GSoC, or is this just something that you want to implement on your own? On Sun, Apr 28, 2013 at 2:07 PM, Thilina Rathnayake wrote: > Hi, I would like to implement a Diophantine equations module for Sympy. > You can find my pull request here. It's still not merged. >

Re: [sympy] Diophantine Equations Module

2013-04-28 Thread Thilina Rathnayake
Thanks Aaron for your reply. I am proposing this as a GSoC project. Sorry, I didn't mention it earlier. However, even if this is not accepted as a GSoC project, I would like to work on this. The two n's are different. I should have used distinct letters instead of the n's. Sorry for the confusion

Re: [sympy] Diophantine Equations Module

2013-04-28 Thread Aaron Meurer
On Sun, Apr 28, 2013 at 11:51 PM, Thilina Rathnayake wrote: > Thanks Aaron for your reply. I am proposing this as a GSoC project. > Sorry, I didn't mention it earlier. However, even if this is not accepted > as a > GSoC project, I would like to work on this. OK. In that case, you should get writ

Re: [sympy] Diophantine Equations Module

2013-04-29 Thread Thilina Rathnayake
Thanks Aaron for your very informative reply. I will definitely take note of the points you have brought up. Regards, Thilina Rathnayake. On Mon, Apr 29, 2013 at 11:32 AM, Aaron Meurer wrote: > On Sun, Apr 28, 2013 at 11:51 PM, Thilina Rathnayake > wrote: > > Thanks Aaron for your reply. I am

[sympy] Diophantine Equations module for SymPy

2013-04-09 Thread Thilina Rathnayake
Hi, I am Thilina Rathnayake, a third year undergraduate from University of Moratuwa, Sri Lanka. I love Number theory and Programming. I have actively engaged in above two fields for a considerable amount of time. I would love to contribute for a Diophantine Equations module in SymPy. -- You r

[sympy] Diophantine Equations Module for GSoC 2013

2013-04-07 Thread Rishabh Dixit
Hello everyone, I am Rishabh Dixit a pre-final year undergraduate student from BITS, Pilani, India. I am well versed with python and have been using sympy for quite some time and would like to work on for a GSoC project for sympy this year. I am planning to have the implementation of Diophantine

Re: [sympy] Diophantine Equations Module for GSoC 2013

2013-04-07 Thread Aaron Meurer
You should start by collecting some resources that you will use to implement the algorithms. The more explicitly they describe the algorithms, the better. I myself can't really give you any good pointers, but others on this list may be able to. Aaron Meurer On Sun, Apr 7, 2013 at 5:39 PM, Rishabh