HP Forums
How to compute the value of symbolic expressions in HP-50g? - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: How to compute the value of symbolic expressions in HP-50g? (/thread-154472.html)



How to compute the value of symbolic expressions in HP-50g? - Luca - 08-16-2009

I realize this must be a very simple question, but how do I evaluate expressions containing symbols?
Suppose you have a simple expression, for instance:

X*(M-1)
-------
X*(M+1)
I would like to press on a key that did:
  • Prompts for all the values of the symbols, such as X, M in the example, showing the previous value if any.
  • Returns the value of the expression.
This seems to be rather basic functionality, similar to the equation mode, so I am sure that there is a way to do it... but which way?
Many thanks... as you can see, I am a beginner with my 50g.

Luca




Re: How to compute the value of symbolic expressions in HP-50g? - Hal Bitton in Boise - 08-16-2009

No problem, Luca,

Just use the equation solver thusly:

Assuming your equation is on the stack level 1:

...copy it (up arrow and put the pointer on level 1, right shift, copy, enter)

...open the equation solver (right shift, num.slv, option 1 (which is Solve equation).

...with the Eq field highlighted, hit paste (right shift, paste) and enter. (note; if your equation is stored in a variable, just hit CHOOSE and navigate to your variable)

...The application will put the equation into the field, and it's variables will appear below. Select any variable and put a value into it (by keying in the number and hitting enter). Highlight the variable you want to solve for and hit solve (f6 softkey). You can put an initial guess into the variable you want to solve for prior to solving if you want to. You can change the values and or solve for any of the variables you want to.

...note that when you exit the solver application, the solution(s) found by the equation solver have automatically been put on the stack as a tagged object(s), which can then be used in subsequent calculations.

best regards,

hal


Re: How to compute the value of symbolic expressions in HP-50g? - Luca - 08-17-2009

Thanks! This helps.

I just wish that the numeric solver would display the value it computes when I assign values to the variables and press EXPR= , rather than just leaving the value on the stack.

I did not know I had to use the solver even for evaluating an expression, but I see that it works well. Thanks!

Luca