Skip to content

Commit 4508c01

Browse files
authored
Line shortened
1 parent 3d7a039 commit 4508c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physics/relativistic_velocity_summation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# The relativistic velocity summation formula calculates the combined velocity v2
2-
# of an object moving at speed v1 relative to a frame that is itself moving at velocity v
1+
# The relativistic velocity summation formula calculates the combined velocity v2 of
2+
# an object moving at speed v1 relative to a frame that is itself moving at velocity v
33
# relative to an observer. I take the last one to be strictly lower than the speed of
44
# light.
55
# The formula is v2 = (v1 + v)/(1 + v1 * v / c**2)

0 commit comments

Comments
 (0)