You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .convert() function converts units to their base units, e.g.
sage: (units.energy.joule).convert()
kilogram*meter^2/second^2
The units of heat capacity are joule/kelvin/kilogram and since joule is not a base unit, it should be possible to convert them to base units. However, this throws an error:
The .convert() function converts units to their base units, e.g.
The units of heat capacity are joule/kelvin/kilogram and since joule is not a base unit, it should be possible to convert them to base units. However, this throws an error:
This seems to be the case whenever something is divided by temperature.
Component: symbolics
Keywords: units
Issue created by migration from https://trac.sagemath.org/ticket/19093
The text was updated successfully, but these errors were encountered: