dRVdt = twoBodyOde(t, RV, mu)
- Average Method:
[rt, vt] = rv02rvf_aveJ2(r0, v0, dt, mu, Re)
- Exact
$J_2$ perturbation (ODE)
dRVdt = twoBodyJ2Ode(t, RV, mu, Re)
The ODE equations please use MATLAB to solve the ODE solver ode45 (recommended).
dRVdt = twoBodyOde(t, RV, mu)
[rt, vt] = rv02rvf_aveJ2(r0, v0, dt, mu, Re)
dRVdt = twoBodyJ2Ode(t, RV, mu, Re)
The ODE equations please use MATLAB to solve the ODE solver ode45 (recommended).