04-23-2018, 01:41 PM
04-23-2018, 02:24 PM
(04-23-2018 01:41 PM)damib Wrote: [ -> ]Hello,
is there some function on HP Prime that can calculate general solution for ODEs?
Thanks.
It might be useful to look at [Toolbox] desolve [Help] then [other], for the differential equation commands.
04-23-2018, 03:47 PM
odesolve is the numeric ODE solver it will not return a general solution (it requires initial conditions), desolve is the exact ODE solver that can return general solutions.