I'm completely stuck with one of my problem sets.
I'm supposed to solve the following system of ODEs using Matlab:
o'(u) = R-acos(u)/sqrt(b^2 + (R-acosu)^2)
e'(u) = Rcos(o)
n'(u) = Rsin(o)
R,a,b are constants
u goes from 0 to 2pi
I'm supposed to use the Runge Kutta method, which I haven't tried before. I've been at it for quite some time but don't even know where to start - which is why I don't really have any code to show you. I have been doing a lot of googleing but without results.
If anyone could give me a hand it would be much appreciated!