Post Reply 
General desolve and conditions questions
01-24-2014, 05:09 PM
Post: #5
RE: General desolve and conditions questions
I would use the form: desolve( equations, timevar, var ) and even go as far as making the functions explicit (to avoid any ambiguity arising from using shorthand notation). So rather than just x, I recommend x(t) -- it will accept just x, though, provided you write diff(x,t) and not diff(x).

desolve( x(t) + diff(x(t),t) = 5 AND x(0) = 3, t, x)

Han

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: General desolve and conditions questions - Han - 01-24-2014 05:09 PM



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