Skip to content

Commit

Permalink
Fix symbol dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanter committed Jan 10, 2025
1 parent 1f57a64 commit cf69e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
an opposite transformation (from the proper frame :math:`S'` into the lab frame :math:`S`), replace all primed variables with unprimed
ones and vice verce, and replace :math:`v` with :math:`-v`. This is consistent with the fact that frame :math:`S` can be viewed as moving
with speed :math:`-v` relative to frame :math:`S'`, and hence the same Lorentz transformation can be applied.
#. In the limit :math:`v/c \ll 1` the formula reduces to the classical Galilean transformation :math:`t' = t`.
#. In the limit :math:`v/c \\ll 1` the formula reduces to the classical Galilean transformation :math:`t' = t`.
**Conditions:**
Expand Down
2 changes: 1 addition & 1 deletion symplyphysics/symbols/relativistic_mechanics.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#. `Wikipedia <https://en.wikipedia.org/wiki/Proper_length#>`__.
"""

relativistic_mass = SymbolNew("m", units.length)
relativistic_mass = SymbolNew("m", units.mass)
"""
**Relativistic mass** of a moving object is its mass measured in an external inertial frame of reference.
"""

0 comments on commit cf69e39

Please sign in to comment.