Re: [sage-support] error in documentation "Construction"

2010-01-15 Thread Robert Bradshaw
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

[sage-support] error in documentation "Construction"

2010-01-15 Thread Ichnich
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)