To plot Kepler's equation in gnuplot run
load "ke.gnu"
plot [0:pi] _E(x, 1., 29)
And to compare with E-e*sinE, E:
plot [0:pi] _E(x, 1., 29), "+" us (M($1)):1 w l t "E-e*sinE,E"
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
To plot Kepler's equation in gnuplot run
load "ke.gnu"
plot [0:pi] _E(x, 1., 29)
And to compare with E-e*sinE, E:
plot [0:pi] _E(x, 1., 29), "+" us (M($1)):1 w l t "E-e*sinE,E"