We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7a039 commit 4508c01Copy full SHA for 4508c01
physics/relativistic_velocity_summation.py
@@ -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
+# The relativistic velocity summation formula calculates the combined velocity v2 of
+# an object moving at speed v1 relative to a frame that is itself moving at velocity v
3
# relative to an observer. I take the last one to be strictly lower than the speed of
4
# light.
5
# The formula is v2 = (v1 + v)/(1 + v1 * v / c**2)
0 commit comments