Runge Kutta fourth order stepsize

44 Views Asked by At

I am solving an ODE using the Runge-Kutta method 4th order and the integration is backward i.e step size (h) is negative. All the references that I have seen consider the positive step size.

Is it ok to change h to -h in Runge-Kutta method or is there any change in sign in K values?