HP 49g+ User Manual page 156

Graphing calculator
Hide thumbs Also See for 49g+:
Table of Contents

Advertisement

Suppose that you have a need to evaluate this function for a number of
discrete values and, therefore, you want to be able to press a single button
and get the result you want without having to type the expression in the right-
hand side for each separate value. In the following example, we assume you
have set your calculator to ALG mode. Enter the following sequence of
keystrokes:
„à³~h„Ü~„x™‚Å
‚¹~„x+1™+„¸~„x`
The screen will look like this:
Press the J key, and you will notice that there is a new variable in your soft
menu key (@@@H@@). To see the contents of this variable press ‚@@@H@@. The screen
will show now:
Thus, the variable H contains a program defined by:
This is a simple program in the default programming language of the HP 48
G series, and also incorporated in the HP 49 G series. This programming
language is called UserRPL. The program shown above is relatively simple
and consists of two parts, contained between the program containers << >>:
Input:
Process:
This is to be interpreted as saying: enter a value that is temporarily assigned
to the name x (referred to as a local variable), evaluate the expression
between quotes that contain that local variable, and show the evaluated
expression.
To activate the function in ALG mode, type the name of the function followed
by the argument between parentheses, e.g., @@@H@@@ „Ü2`. Some
examples are shown below:
<<
x 'LN(x+1) + EXP(x)' >>
x
x
'LN(x+1) + EXP(x) '
Page 3-34

Advertisement

Table of Contents
loading

Table of Contents