2016-12-31 15:11:32 -0600 | received badge | ● Student (source) |
2014-02-20 11:31:21 -0600 | received badge | ● Editor (source) |
2014-02-20 11:26:00 -0600 | asked a question | desolve_rk4 cannot handle a piecewise function I am trying to get a numeric solution to a differential equation involving a function that is piecewise (actually defined using an if/else statement). I successfully generated a slopefield using the lambda function, but desolve_rk4 seemingly cannot cope with this syntax. It seems to me that a numeric solver should be able to handle a function defined this way, but perhaps I am just doing something wrong? Code: |