Use of HP27s/19b and Plus42 solver
|
08-14-2023, 01:49 PM
(This post was last modified: 08-14-2023 04:32 PM by Marco Polo.)
Post: #1
|
|||
|
|||
Use of HP27s/19b and Plus42 solver
I am very used to HP48/50 Multiple Equation Solver (MES) and i am managing to start using Plus42 even if it doesn't have something similar.
Just to start with something easy, i am playing with Ideal Gas Law. In HP50 i have the following equations Code: { In Plus42 i tried to use the L function to reproduce MES behaviour Code: 'P*V-L(n:m/MW)*8.31451_"J/gmol/K"*UBASE(T)*UVAL(n/n)' Am i doing something wrong or there is no way to get the score? Thank you |
|||
08-15-2023, 03:27 AM
Post: #2
|
|||
|
|||
RE: Use of HP27s/19b and Plus42 solver
I'm at a loss too.
However, if units are used for one variables, I think units need to be used for all the variables and constants. |
|||
08-15-2023, 06:59 AM
Post: #3
|
|||
|
|||
RE: Use of HP27s/19b and Plus42 solver
(08-15-2023 03:27 AM)Eddie W. Shore Wrote: I'm at a loss too.Units are used for all variables and work properly. I can solve the equation for every variable, except n. Indeed, I can only see the value of n after equation solution |
|||
08-16-2023, 10:38 AM
Post: #4
|
|||
|
|||
RE: Use of HP27s/19b and Plus42 solver
You need to use the S() [solving] function:
IF(S(n) :equation 2: equation 1) Then giving m and MW you can solve for n, then solve for other variables in the first equation. |
|||
08-16-2023, 03:43 PM
Post: #5
|
|||
|
|||
RE: Use of HP27s/19b and Plus42 solver | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)