[sympy] Improving the calculation of limits of series

2012-03-27 Thread Saurabh Jha
Hi, I saw that the calculation of limits of series is currently done using Gruntz algorithm. Can the implementation of the Kauers algorithm described in paper Computing Limits of Sequences be a good project for the summer of code 2012? Regards, -Saurabh Jha -- You received this message because

Re: [sympy] Improving the calculation of limits of series

2012-03-27 Thread Tom Bachmann
Hi, it seems like Kauer's algorithm can in particular deal with nested sums and products - something which gruntz cannot do at all. So I think this would be a useful thing to implement. Since publications on this algorithm seem scarce, this project would likely be quite hard. You would have

Re: [sympy] Improving the calculation of limits of series

2012-03-27 Thread someone
Hi, it seems like Kauer's algorithm can in particular deal with nested sums and products - something which gruntz cannot do at all. So I think this would be a useful thing to implement. Since publications on this algorithm seem scarce, this project would likely be quite hard. You would

Re: [sympy] Improving the calculation of limits of series

2012-03-27 Thread Alan Bromborsky
On 03/27/2012 03:16 PM, someone wrote: Hi, it seems like Kauer's algorithm can in particular deal with nested sums and products - something which gruntz cannot do at all. So I think this would be a useful thing to implement. Since publications on this algorithm seem scarce, this project would

Re: [sympy] Improving the calculation of limits of series

2012-03-27 Thread someone
Hi, it seems like Kauer's algorithm can in particular deal with nested sums and products - something which gruntz cannot do at all. So I think this would be a useful thing to implement. Since publications on this algorithm seem scarce, this project would likely be quite hard. You