Using SolveSys to solve equation with variable using unit
|
04-11-2024, 05:58 PM
Post: #2
|
|||
|
|||
RE: Using SolveSys to solve equation with variable using unit
I’m not sure if this is what you’re looking for, but you can solve in CAS:
solve(10_nmi=5_h*x,x) Returns [2_nmi/h] You can use USIMPLIFY if you get a mix of units like m*s/s -> m, and MKSA to go from nmi/h to meter-kilogram-second-ampere system. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Using SolveSys to solve equation with variable using unit - Francois Vignon - 01-09-2024, 10:29 AM
RE: Using SolveSys to solve equation with variable using unit - drbarnack - 04-11-2024 05:58 PM
|
User(s) browsing this thread: 1 Guest(s)