From cf69e3985099d48dad5bc4ff7ace56fcf1353955 Mon Sep 17 00:00:00 2001 From: Aleksandr Slatov Date: Fri, 10 Jan 2025 13:21:09 +0400 Subject: [PATCH] Fix symbol dimension --- .../laws/relativistic/lorentz_transformation_of_time.py | 2 +- symplyphysics/symbols/relativistic_mechanics.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/symplyphysics/laws/relativistic/lorentz_transformation_of_time.py b/symplyphysics/laws/relativistic/lorentz_transformation_of_time.py index 15f70af7d..f5ad87b34 100644 --- a/symplyphysics/laws/relativistic/lorentz_transformation_of_time.py +++ b/symplyphysics/laws/relativistic/lorentz_transformation_of_time.py @@ -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:** diff --git a/symplyphysics/symbols/relativistic_mechanics.py b/symplyphysics/symbols/relativistic_mechanics.py index 97e0b0c24..350ac7210 100644 --- a/symplyphysics/symbols/relativistic_mechanics.py +++ b/symplyphysics/symbols/relativistic_mechanics.py @@ -61,7 +61,7 @@ #. `Wikipedia `__. """ -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. """