[sympy] Re: simple question

2016-10-30 Thread Richard Fateman
Hi Marco. I suggest you learn to use the "subject" line for something relevant. -- 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 sympy+unsubscr...@googlegroups.com.

[sympy] Re: Simple Question

2012-02-10 Thread smichr
Unless DEBUG statements have been included, the only way to see the steps is to look at the code (perhaps by using a debugger). -- 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

Re: [sympy] Re: Simple Question

2012-02-10 Thread Alberto Barbaro
Thanks, Can you indicate to me the class or give me some other hints. Thanks Alberto 2012/2/10 smichr smi...@gmail.com Unless DEBUG statements have been included, the only way to see the steps is to look at the code (perhaps by using a debugger). -- You received this message because you

Re: [sympy] Re: Simple Question

2012-02-10 Thread Chris Smith
Help on function diff in module sympy.core.function: diff(f, *symbols, **kwargs) Differentiate f with respect to symbols. This is just a wrapper to unify .diff() and the Derivative class; its interface is similar to that of integrate(). You can use the same shortcuts for

[sympy] Re: Simple question

2009-05-20 Thread Priit Laes
Ühel kenal päeval, K, 2009-05-20 kell 19:21, kirjutas Robert Kern: On Wed, May 20, 2009 at 19:08, Luke hazelnu...@gmail.com wrote: How can I most quickly determine the filename and path that a specific sympy function lives in? For example, if I from sympy import trigsimp With any