Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to solve higher order (3rd or 4th) differential equation?

I am new to Sagemath. I was trying to solve ODE of order 4 in sagemath but it gives following error "NotImplementedError: Maxima was unable to solve this ODE."

x=var('x')
w = function('w')(x)
desolve(diff(w,x,4)==1,w,contrib_ode=True)

Thanks in advance.