Hi all!
I'm trying to model a differential equation having to do with free fall, using RK4 and Fortran 90. The equation is:
\ddots{y}(t)=-g \frac{R^2}{y^2}
The code is attached in caidalibre.f90
The big problem is that function f(y,v,t) returns an unexpected value within the main program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.