Hello,
How can I do this in Wolfram Mathematica?How can I work with units of measurement in Wolfram Mathematica?
Thank you.
Something like this?
i1 = Quantity[2, "Amperes"] i2 = Quantity[5, "Amperes"] i1 + i2 UnitConvert[i1 + i2, "Milliamperes"] UnitConvert[i1 + i2, "Microamperes"]