| I am trying to get the differential equation examples to work: x = var('x') y = function('y',x) desolve(diff(y,x) + y - 1, y) or t = var('t') x = function('x',t) DE = diff(x, t) + x - 1 desolve(DE, [x,t]) Both return errors. What am I doing wrong?
Surprising! I copy pasted both the equations and they work fine for me.
Shashank (Jan 18 '11) |
| You may not be doing anything wrong. I got two different kinds of errors: and before getting the right answer: Then I did it from a restart and everything worked the first time, and I can't reproduce the errors anymore. Looks like the maxima interface can get itself into a state, whether because of something I'd done previously or not. But this definitely shouldn't happen: were these the same kinds of errors you saw? |
Asked: Jan 18 '11
Seen: 128 times
Last updated: Jan 18 '11
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.