Status: Valid
Owner: li.david...@gmail.com
Labels: Type-Enhancement Priority-Medium Gamma

New issue 3847 by someb...@bluewin.ch: Derivatives of special functions, step by step
http://code.google.com/p/sympy/issues/detail?id=3847

Currently the sympy gamma step by step integrator gives up on special functions:

http://www.sympygamma.com/input/?i=diff%28fresnels%28x%29%2Cx%29

An idea would be to add a "table lookup" step. Then
is could print out something like this:

1.) Look up the definition of the special function "fresnels(x)".
    It is defined as: ...
    From the definition we get the following derivative: ...

The derivative can "in the back" be computed by sympy.

With that artificial step, gamma could show a step by step solution
to, for example:

diff(fresnels(x + cosh(x)), x)

as:

1.) The definition of fresnels(x) is ...
    Its derivative is therefore: ...

2.) Apply the chain rule ...

3.) "Normal" step by step computation for x + cosh(x)
    follows here ...


http://www.sympygamma.com/input/?i=diff%28fresnels%28x+%2B+cosh%28x%29%29%2C+x%29

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to