HP 33s User Manual

Page 160

Advertising
background image

12–2

Simple

Programming

RPN mode

ALG mode

 º



º





π

 º

 º



π



 !

This very simple program assumes that the value for the radius is in the X– register
(the display) when the program starts to run. It computes the area and leaves it in
the X–register.

In RPN mode, to enter this program into program memory, do the following:

Keys:

(In RPN mode)

Display:

Description:

{ c

{} {&}



Clears memory.

{ e



Activates Program–entry mode
(PRGM annunciator on).

{ V  

 !

Resets program pointer to
PRGM TOP.

!

 º



(Radius)

2

| N



π

z

 º

Area

=

π

x

2

{ e

Exits Program–entry mode.

Try running this program to find the area of a circle with a radius of 5:

Keys:

(In RPN mode)

Display:

Description:

{ V  



This sets the program to its
beginning.

5

g

) 

The answer!

We will continue using the above program for the area of a circle to illustrate
programming concepts and methods.

Advertising