« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Units
Do Calculations with Units
Mathematica
automatically converts units during arithmetic operations.
In[1]:=
X
Quantity[19.25, "Kilometers"] + Quantity[13, "Miles"]
Out[1]=
In[2]:=
X
Quantity[20, "Feet"]/Quantity[2.3, "Seconds"] + Quantity[9, "Meters"/"Seconds"]
Out[2]=