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:

The screen‚¹~„x+1™+will„à³~h„Ü~x™‚Ålook like this:¸~„x`

Press the

key, and you will notice that there is a new variable in your soft

menu key (

). To see the contents of this variable press

. The screen

will show now:

 

 

 

Thus, the Jvariable@@@H@@H contains a program defined by:

 

‚@@@H@@

 

 

<< x ‘LN(x+1) + EXP(x)’ >>

 

This is to be interpreted as￿￿saying:￿enterxa value that<<is>>temporarily assigned to the name x (referred to as a local variable), evaluate the expression

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 (See Chapters 20 and 21 in the calculator’s User’s Guide). The program shown above is relatively simple and consists of two

parts, contained between the program containers

:

Input:

x

 

Process:

‘LN(x+1) + EXP(x) ‘

 

Page 3-17

Page 70
Image 70
HP 49g manual ‚@@@H@@, ‘LNx+1 + EXPx’