Is there a straightforward way to write an inverse of UnitDimensions
to get the SI unit from dimensions?
For example,
inverseUnitDimensions[{{"LengthUnit", 1}, {"MassUnit", 1}, {"TimeUnit", -2}}]
should return "Newtons"
.
Is there a straightforward way to write an inverse of UnitDimensions
to get the SI unit from dimensions?
For example,
inverseUnitDimensions[{{"LengthUnit", 1}, {"MassUnit", 1}, {"TimeUnit", -2}}]
should return "Newtons"
.