Python/physics
Paul 660d2bb66c
Add algorithm for Newton's Law of Gravitation (#6626)
* Add algorithm for Newton's Law of Gravitation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update physics/newtons_law_of_gravitation.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* One and only one argument must be 0

* Update newtons_law_of_gravitation.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2022-10-06 19:19:34 +02:00
..
__init__.py Lorenz transformation - physics (#6097) 2022-05-16 22:26:19 +08:00
horizontal_projectile_motion.py typo corrected: heart -> Earth (#6275) 2022-08-06 17:47:56 +02:00
lorentz_transformation_four_vector.py lorenz -> lorentz (#6670) 2022-10-04 21:52:49 +02:00
n_body_simulation.py The black formatter is no longer beta (#5960) 2022-01-30 20:29:54 +01:00
newtons_law_of_gravitation.py Add algorithm for Newton's Law of Gravitation (#6626) 2022-10-06 19:19:34 +02:00
newtons_second_law_of_motion.py Added newtons_second_law_of_motion.py (#5474) 2021-11-04 18:48:57 +08:00