Hello everyone,
I want a help from you all regarding sagemath. How to get full steps
solution to any problem in sage? Like I gave statement in sagemath:
sage: x= var('x')
sage: f = exp(x) * log(x)
sage: f.diff(x, 3)
O/P
e^x*log(x) + 3*e^x/x - 3*e^x/x^2 + 2*e^x/x^3
I want to display the intermediate steps also. Like  firstly it give
step wise solution for derivative of order one then derivative of
order two and three. Please help.
Thanks in advance



-- 
Priyanka Kapoor
http://kapoorpriyanka.in
Linux User Group, Ludhiana

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to