14–4 Solving and Integrating Programs
File name 33s-E-Manual-1008-Publication(1st).doc Page : 386
Printed Date : 2003/10/8 Size : 13.7 x 21.2 cm
2
¥
value
Stores 2 in V; prompts for N.
.005
¥
value
Stores .005 in N; prompts for R.
.0821
¥
value
Stores .0821 in R; prompts for
T.
24
Ï
273.1
Ù
Calculates T.
¥
Stores 297.1 in T; solves for P.
Pressure is 0.0610 atm.
Example: Program Using Equation.
Write a program that uses an equation to solve the "Ideal Gas Law."
Keys:
(In RPN mode)
Display: Description:
¹
£
¹
r
Ë
Ë
Selects Program–entry mode.
Moves pro
ram pointer to top of
the list of programs.
¹
Ó
H
Labels the program.
º
·
{
}
Ë
1
Enables equation prompting.
º
d
h
P
¸
h
V
º
Ð
h
N
¸
h
R
¸
h
T
Ï
Evaluates the equation, clearin
fla
11. (Checksum and len
th:
EDC8 9).
º
Ô
Ends the program.
Å
Cancels Program–entry mode.
Checksum and length of program: 36FF 21