Scilab Function
kepler - Calculate the excentric anomalie E(Kepler element).
Calling Sequence
-
E = kepler(M, e)
-
E = kepler(M, e, E0)
Parameters
-
M
: mean anomalie [rad]
-
e
: exzentricity [ ] (0<e<1)
-
E0
: Startwert of the iteration, approximation of the ex. anomalie (optional; if not given approximated with M) [rad]
-
E
: exzentric anomalie [rad]
Description
-
Kepler equation
-
Function for the iterative calculation of the excentric anomalie E. (Abbruchkriterium: 1e-10).
-
No warranty, there are no inputchecks.
Authors
-
cos
area7@web.de