Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 209 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 209 Bytes

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"