Post Reply 
Syntax for Differential Equations Solver / desolve()???
09-04-2015, 06:27 PM
Post: #3
RE: Syntax for Differential Equations Solver / desolve()???
When I do this without spaces it seems to work ok.

desolve(y'=x^2+4,x,y) evaluated to:
desolve(diff(y)=x^2+4,x,y)

returns:

(3G_0+x^3+12x)/3

I'm not sure if that's right or not... but there ya go. Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Syntax for Differential Equations Solver / desolve()??? - pwarmuth - 09-04-2015 06:27 PM



User(s) browsing this thread: 1 Guest(s)