Dear members,

import sympy
import math
u = Function('u')
x = Symbol('x')
diff(diff(u(x),x),x) = D(u(x), x, x)  ii is all right.
diff(x*diff(u(x),x),x) = x*D(u(x), x, x)+D(u(x), x)  it is all right.

diff(sin(x)*diff(u(x),x),x) gives an error.

Can anyone show me the correct way to get a correct result ?

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


Reply via email to