There are several algorithms. The docstring of integrate (run
help(integrate)) outlines the important ones.

For this one, the simplest way forward is to extend manualintegrate to
recognize some special functions (Si in particular). Manual integrate,
as the name suggests, does integration similar to how you would do
things by hand, so it should be pretty straightforward to understand
how the algorithm works.

Aaron Meurer

On Sun, Nov 1, 2015 at 1:14 PM, Abhishek Garg <[email protected]> wrote:
> I am a newbie to sympy and was trying to solve the problem mentioned in the
> issue https://github.com/sympy/sympy/issues/10072 .
> I need help to understand what algorithms does sympy follow to integrate
> different expressions.
> Thanks in advance !
>
> --
> 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 to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/cd04f968-243e-45fa-a28e-25298a5c28b1%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6Lcv_JoTJEVc-GHRPAOPeY6Gy4rmmfX6DpGFnEyA4vsEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to