Python/physics
SparshRastogi 301a520f03
Create potential_energy.py (#7666)
* Create potential_energy.py

Finding the gravitational potential energy of an object with reference to the earth, by taking its mass and height above the ground as input

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

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

* Update physics/potential_energy.py

Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com>

* Update physics/potential_energy.py

Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com>

* Update physics/potential_energy.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* Update physics/potential_energy.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* Update physics/potential_energy.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* Update physics/potential_energy.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

* Update physics/potential_energy.py

Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>

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

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com>
Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com>
2022-10-30 00:14:44 +13:00
..
__init__.py Lorenz transformation - physics (#6097) 2022-05-16 22:26:19 +08:00
casimir_effect.py Add algorithm for Casimir Effect (#7141) 2022-10-15 19:39:27 +02:00
horizontal_projectile_motion.py Docs: correct the shape of trajectory (#6255) 2022-10-25 22:42:49 +01:00
kinetic_energy.py Format docs (#7821) 2022-10-29 08:26:19 +02:00
lorentz_transformation_four_vector.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
malus_law.py Create malus_law.py (#7710) 2022-10-27 13:22:10 +02:00
n_body_simulation.py Fix broken links by PR #7277 (#7319) 2022-10-16 15:45:25 +02: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
potential_energy.py Create potential_energy.py (#7666) 2022-10-30 00:14:44 +13:00