3-108 Full Command and Function Reference
The multiple-equation solver application can solve a set of of two or more equations for
unknown variables by finding the roots of each equation. The solver uses the list of equations
stored in EQ.
Access: …µ
MSOLVR
Input/Output: None
See also: EQNLIB, MCALC, MINIT, MITM, MROOT, MSLV, MUSER
MULTMOD
CAS: Perform modular multiplication of two objects, modulo the current modulus.
MUSER
Type: Command
Description: Make User-Defined Variable Command: Designates a variable as user-defined for the multiple-
equation solver.
MUSER designates a single variable, a list of variables, or all variables as user-defined.
Access: …µ
MUSER
Input/Output:
Level 1/Argument 1 Level 1/Item 1
'name'
→
{ list }
→
"ALL"
→
See also: MCALC
→NDISP
Type: Command
Description: Sets the number of program lines displayed on the screen.
The default value on the hp49g+/hp48gII is 9. On the hp49g+ a value of 12 should be set for
→
NDISP, which will allow more of the hp49g+’s taller screen to be used when the font is
FONT7, FONT6, or the MINIFONT. Also, note that the →
NDISP setting is reset to 9 at every
warmstart. Including << 12 →
NDISP >> in 'STARTUP' will automatically reset the value to 12.
Access: …µ
→NDISP
Input/Output:
Level 1/Argument 1 Level 1/Item 1
n
→
NDIST
Type: Command
Description: Normal Distribution Command: Returns the normal probability distribution (bell curve) at x
based on the mean m and variance v of the normal distribution.
NDIST is calculated using this formula:
ndist m v x,,()
e
xm–()
2
2v
------ -------------–
2πv
---------------------=
Access: !´LPROBABILITY L NDIST ( ´ is the left-shift of the Pkey).