On 9 jan, 15:39, Renan Birck Pinheiro <[email protected]> wrote: > Hi, > > I'm trying to solve a differential equation with unit step, e.g. the > equation y'(x) = U(x-5) - where U is the unit step, and the inicial > condition y(0) is 0.
> sage: desolve(diff(y,x) - unit_step(x-5),y,ics=[0,1]) Oops. I made a typo setting the initial conditions, but still it fails with similar errors. -- 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
