Re: defining eq



On Sun, 26 Feb 2006 09:58:30 -0600, for Paddan:

If you mean that you want to solve an equation,
you have the SOLVE and ISOL commands (for algebraic solution),
30 MENU (for numeric solver),
and APPS > Numeric Solver > Solve Equation
(same solver, but using a screen form), e.g.:

'equation' 'Y' SOLVE
'equation' 'Y' ISOL DEFINE
'equation' STEQ 30 MENU

Hope you find something here useful.

[r->] [OFF]
.



Relevant Pages

  • Re: Evaluate a path in the custom menu
    ... STEQ MINIT MSOLVR @ Multiple Equation Solver (MES) ... you may end up with a rather "bloated" collection of menus ... some keys only recall equations, ...
    (comp.sys.hp48)
  • Re: Evaluate a path in the custom menu [SOLVEQN]
    ... the commands to start a numeric solver are ... STEQ 30 MENU @ basic menu version ... STEQ #B4001h LIBEVAL @ form-based basic solver ... in which one simply stores equations in one's own directory tree, ...
    (comp.sys.hp48)