Hi everyone,
I've got a one-dimensional non-autonomous ODE of the following form:
dy / dx = f(x,y;w)
x_{0} = g(w)
y_{0} = h(x_{0};w)
--- i.e., w is a parameter that influences both the derivative dy/dx along with both coordinates in the initial condition (x_{0},y_{0}). I basically want to...