Tag: runge-kutta using c code

08
Dec
2014

C code using Runge-Kutta 4th order method

Problem: Here we have to find y(0,2) and y(0,4), Given dy/dx=1+y^2 where y=0 when x=0 Algorithm: Step…