Results 383 comments of David Li

It looks like SymPy 1.0 doesn't show this behavior, but the version used by Gamma does. We just need to update the SymPy version: https://github.com/sympy/sympy_gamma/issues/81

@abhinov2 Yes, of course, so long as you follow the license (MIT). Take a look at https://github.com/sympy/sympy_gamma/blob/master/app/logic/stepprinter.py

1. It is [there][manualintegrate], but you have to import it manually. 2. That is the file which actually takes the steps and formats it for display, the "steps module" if...

Sorry, it's not really documented. If you have a specific question about how it works, please reach out to me. It's a rather naive algorithm that simply tries various rules...

Sorry, I'm not available - I have a full time job. The text is generated by the module I initially pointed you to. For integration, the official SymPy docs are...

@cosmoscalibur sorry to spam you all. We need to update the SymPy version, there are some PRs to do so, but it seems like they've stalled.

Hi @abhinov2 could you please create a new issue, or email me directly: [email protected].

It also seems to give the wrong answer for the integral.

Indeed, it's [#3415](https://code.google.com/p/sympy/issues/detail?id=3415). So apparently this paper isn't quite useful. [This mailing list discussion](https://groups.google.com/forum/#!topic/sympy/ijhl7rkHEbk) also has some ideas.

You may want to start just by implementing the algorithm in the linked paper and seeing how well it works with SymPy. We can then use it to set the...