Skip to content

Commit 087a3a8

Browse files
authored
lorenz -> lorentz (#6670)
1 parent 46842e8 commit 087a3a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: physics/lorenz_transformation_four_vector.py renamed to physics/lorentz_transformation_four_vector.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""
2-
Lorenz transformation describes the transition from a reference frame P
2+
Lorentz transformation describes the transition from a reference frame P
33
to another reference frame P', each of which is moving in a direction with
4-
respect to the other. The Lorenz transformation implemented in this code
4+
respect to the other. The Lorentz transformation implemented in this code
55
is the relativistic version using a four vector described by Minkowsky Space:
66
x0 = ct, x1 = x, x2 = y, and x3 = z
77
88
NOTE: Please note that x0 is c (speed of light) times t (time).
99
10-
So, the Lorenz transformation using a four vector is defined as:
10+
So, the Lorentz transformation using a four vector is defined as:
1111
1212
|ct'| | γ -γβ 0 0| |ct|
1313
|x' | = |-γβ γ 0 0| *|x |

0 commit comments

Comments
 (0)