Message Boards Message Boards

0
|
1363 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Working with Units in Wolfram Mathematica

Posted 1 year ago

Hello,

How can I do this in Wolfram Mathematica?
How can I work with units of measurement in Wolfram Mathematica?

enter image description here

Thank you.

POSTED BY: Cornel B.

Something like this?

i1 = Quantity[2, "Amperes"]
i2 = Quantity[5, "Amperes"]
i1 + i2

UnitConvert[i1 + i2, "Milliamperes"]
UnitConvert[i1 + i2, "Microamperes"]
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract