how do I convert a differential expression from maxima to sage?

suppose i do

%maxima
depends(f,x)
eqn:'diff(f,x,1)
exit

now I am back to sage and  I try

var('x')
f=function('f',x)
maxima('eqn').sage()

that doesn´t work of course. sage tells me "0"
How can I get a differential equation in sage from the maxima
definition of eqn?


-- 
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/sage-support
URL: http://www.sagemath.org

Reply via email to