6

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?

Cassini
  • 5,556
  • 5
  • 28
  • 38

1 Answers1

5

I would use UnitConvert:

UnitConvert[Quantity[1, 
     ("Kilograms"*"Meters"^2)/
       "Seconds"^2], 
   Quantity["Newton Meters"]]
Rolf Mertig
  • 17,172
  • 1
  • 45
  • 76