Open 94a1bc6f-6005-414c-9598-64422d48cc95 opened 9 years ago
Goodness, did I really create this ticket only 3 weeks ago? Just googled it again and found the same issue asked by myself 2 years ago with a proposed workaround by Eviatar Bach: http://ask.sagemath.org/question/10260/convert-derived-si-units-to-base-units/
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