[sympy] Re: what is the result for this integration??

2016-03-09 Thread Abhishek Verma
> > I think that issuse https://github.com/sympy/sympy/issues/10680 has been > resolved , sir Aaron Meurer Can you check my pull Request . > Thanks in advance. cheers Abhishek Verma -- You received this message because you are subscribed to the Google Groups "sympy" group. To

[sympy] Re: what is the result for this integration??

2016-03-07 Thread Abhishek Verma
Implementing (or continuing ) the work of Aaron Meurer and Chetna Gupta on implementation of Risch Algorithm for symbolic integrations,it would be my working idea for GSOC 2016 , I have read everything as it is given on link

[sympy] Re: what is the result for this integration??

2016-03-06 Thread Abhishek Verma
hii everyone as I reported about an bug unable to get the unevaluated integral object of an expression. I found something similar to that expr= (4/(8*x+1)) - (2/(8*x+4)) - (1/(8*x+5)) - (1/(8*x+6)) * (1/16)**x while calculating it's definite Integral in range of (0,oo) it showed an error. I

[sympy] Re: what is the result for this integration??

2016-02-25 Thread Francesco Bonazzi
On Thursday, 25 February 2016 06:41:01 UTC+1, Abhishek Verma wrote: > can you please guide me ,how should i start?? > Get PyCharm community edition: https://www.jetbrains.com/pycharm/ Run your script with PyCharm's debugger, it's by far the easiest way to debug complex Python code. --

Re: [sympy] Re: what is the result for this integration??

2016-02-25 Thread Aaron Meurer
I'm not sure how easy of a bug it will be to fix. You'll need to walk through the heurisch algorithm and figure out why it's creating a term that isn't a polynomial. Aaron Meurer On Thu, Feb 25, 2016 at 12:41 AM, Abhishek Verma wrote: > Ohhhk thanks very much Sir

[sympy] Re: what is the result for this integration??

2016-02-24 Thread Abhishek Verma
Ohhhk thanks very much Sir Aaron Meurer ,hope i will work to fix this bug. can you please guide me ,how should i start?? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [sympy] Re: what is the result for this integration??

2016-02-24 Thread Aaron Meurer
I don't think anyone else is working on this code right now. Aaron Meurer On Wed, Feb 24, 2016 at 11:30 AM, Abhishek Verma wrote: > ohkk that's the bug. so want to work on this. can i work on this?? or is > there someone working on this bug?? > i have added it as

[sympy] Re: what is the result for this integration??

2016-02-24 Thread Abhishek Verma
ohkk that's the bug. so want to work on this. can i work on this?? or is there someone working on this bug?? i have added it as issue https://github.com/sympy/sympy/issues/10680 -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from