Tagged Questions

0
votes
2answers
183 views

Modifying C implementation of rk4 method

My problem is, frankly, that I'm unsure how this works. I need to modify the double f() function to solve an arbitrary differential equation d2θ/dt2 = −ω2sinθ, but as it is I am unsure how to ...