On Jan 15, 2010, at 9:14 AM, Ichnich wrote:
Hi everyone,
I just checked out one of first page in the "Constructions" page:
http://www.sagemath.org.nyud.net/doc/constructions/calculus.html
Just after the first example "Differentiation"
sage: var('x k w')
(x, k, w)
sage: f = x^3 * e^(k*x) * s
Hi everyone,
I just checked out one of first page in the "Constructions" page:
http://www.sagemath.org.nyud.net/doc/constructions/calculus.html
Just after the first example "Differentiation"
sage: var('x k w')
(x, k, w)
sage: f = x^3 * e^(k*x) * sin(w*x); f
x^3*e^(k*x)*sin(w*x)
sage: f.diff(x)