Is there a way to force Mathematica to UnitSimplify to a different unit? For example, I would like kg m^2/s^2 to simplify to N m but it always simplifies to J. Is there a way to specify a units preference?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
|||
|
I would use UnitConvert:
|
|||||
|


N m/Jare the trickiest as one would often want to use both in the same calculation. – Szabolcs Dec 3 '12 at 19:28