|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
MixedRadixQuantity
MixedRadixQuantity[{value1, ..., valuen}, {unit1, ..., unitn}]
represents a single Quantity expressed using an additive sequence of compatible units with magnitude values.
DetailsDetails
- MixedRadixQuantity[{value}, {unit}] is equivalent to Quantity[value, unit].
- MixedRadixQuantity[{value1, value2, ...}, {unit1, unit2, ...}] is equivalent to Quantity[value1, unit1]+Quantity[value2, unit2]+...
- Specified units should all have the same UnitDimensions.
- The first and second arguments should have the same length.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
