We don't have anything like that supported directly.  If you want to
see how the code path works, the easiest way would be to step through
it with a debugger, like pudb.

Aaron Meurer

On Fri, Feb 10, 2012 at 3:31 AM, Alberto <barbaro.albe...@gmail.com> wrote:
> Hi to all,
> If i write a line like:
>
>>>> a
> (-sin(sin(x)) + cos(sin(x)))*cos(sin(sin(x)) + cos(sin(x)))
>>>> diff(a)
> (-sin(sin(x))*cos(x) - cos(x)*cos(sin(x)))*cos(sin(sin(x)) +
> cos(sin(x))) - (-
> sin(sin(x))*cos(x) + cos(x)*cos(sin(x)))*(-sin(sin(x)) +
> cos(sin(x)))*sin(sin(
> sin(x)) + cos(sin(x)))
>>>>
>
> How can I see all the operations done by sympy?
>
> Thanks
>
> Alberto
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy" group.
> To post to this group, send email to sympy@googlegroups.com.
> To unsubscribe from this group, send email to 
> sympy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sympy?hl=en.
>

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

Reply via email to