Skip to content

feat: ✨ Implementation of Boyle's law #9914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: 📝 updated description of boyle's law as suggested
  • Loading branch information
NinjaSoulPirate committed Oct 10, 2023
commit 20f9adf4dcd1c202973b4027fbae65090dc562ed
7 changes: 2 additions & 5 deletions physics/boyles_law.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@

Description :
Boyle's law, also referred to as the Boyle-Mariotte law, or Mariotte's law
(especially in France), is an experimental gas law that describes the relationship
between pressure and volume of a confined gas.

Boyle's law is a gas law which states that the pressure exerted by a gas
(of a given mass, kept at a constant temperature) is inversely proportional to the
(especially in France), is a gas law which states that the pressure exerted
by a gas of a fixed mass and temperature is inversely proportional to the
volume occupied by it.

For a gas, the relationship between volume and pressure (at constant mass and
Expand Down