Skip to content

Commit 0604529

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5aa7774 commit 0604529

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

physics/hookes_law.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hookes Law
22
"""
3-
Hookes Law states that the Force is directly proportional to the extension
4-
or compression of an elastic object, provided the limit of proportionality
3+
Hookes Law states that the Force is directly proportional to the extension
4+
or compression of an elastic object, provided the limit of proportionality
55
is not exceeded.
66
77
Formulae : F = -k*x
@@ -10,8 +10,8 @@
1010
k: Spring constant
1111
x: displacement from the equilibrium position
1212
13-
The negative sign indicates that the restoring force acts in the opposite
14-
direction to the displacement, always working to bring the object back to
13+
The negative sign indicates that the restoring force acts in the opposite
14+
direction to the displacement, always working to bring the object back to
1515
its original state.
1616
1717
Reference: https://en.wikipedia.org/wiki/Hooke%27s_law

0 commit comments

Comments
 (0)