In desolve, it is possible to specify (for a second order ODE) two different types of initial conditions i.e.: y(x_0) = y_0, y(x_1) = y_1 and y(x_0) = y_0, y'(x_0) = s_0.
Is it also possible to specify initial conditions of the form y(x_0) = y_0, y'(x_1) = s_1?
Thanks!