Often different numerical algorithms are judged based on how easy they are to implement, order of error and number of functional evaluations required. In "most cases" the computational speed is determined by the step size, and number of functional evaluations required. And, for most "regular" functions RK-4th order has been well acknowledged for its efficiency and suitability. May be that is why in many software packages RK is used as the default ode solver.

Can anyone suggest a numerical algorithm which can give a more accurate result than RK-4th order? I am ready to compromise a little (say 10-20% more), on the computational speed (as it can be circumvented using parallel programming, multi-threading or GPU stuff).

Another query:

Also, numerical integration algorithms which are better than the typical Simpson one-third or Gaussian 4-point quadrature rules?

More Vikash Pandey's questions See All
Similar questions and discussions