Skip to content

Added Coulomb_Law #8714

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

Merged
merged 14 commits into from
Sep 27, 2023
Merged
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
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 12, 2023
commit ce65ffbec24dab93805cc5ed94941ab2af21eb9e
8 changes: 4 additions & 4 deletions physics/coulombs_law.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Coulombs law states that the magnitude of the electrostatic force of attraction
or repulsion between two point charges is directly proportional to the product
of the magnitudes of charges and inversely proportional to the square of the
Coulombs law states that the magnitude of the electrostatic force of attraction
or repulsion between two point charges is directly proportional to the product
of the magnitudes of charges and inversely proportional to the square of the
distance between them.

Coulomb studied the repulsive force between bodies having electrical charges
Coulomb studied the repulsive force between bodies having electrical charges
of the same sign.

F = k*q1*q2/r^2
Expand Down