We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Planet class, defined in the planet.py script, allows the user to simulate the trajectory of a planet around a solar system's sun.
# Standard plot sys = System(500000) pl1 = Planet(4, 1, -1, 0, 2) sys.add_planet(pl1) sys.calc_system(10000, 0.001) sys.plot()
There was an error while loading. Please reload this page.
Classical Mechanics
Electricity & Magnetism
Random Systems