15-10
Solving and Integrating Programs
Using Integration in a Program
Integration can be executed from a program. Remember to include or prompt for the
limits of integration before executing the integration, and remember that accuracy
and execution time are controlled by the display format at the time the program
runs. The two integration instructions appear in the program as:
label
∫
variable
The
programmed
∫
FN instruction does not produce a labeled display (
∫
=
value
)
since this might not be the significant output for your program (that is, you might
want to do further calculations with this number before displaying it). If you
do
want
this result displayed, add a PSE (
) or STOP (
) instruction to display
the result in the X–register after the
∫
FN instruction.
If the PSE instruction immediately follows an equation that is displayed (Flag 10 set)
during each iteration of integrating or solving, the equation will be displayed for 1
second and execution will continue until the end of each iteration. During the
display of the equation, no scrolling or keyboard input is allowed.
Example:
∫
FN in a Program.
The "Normal and Inverse–Normal Distributions" program in chapter 16 includes an
integration of the equation of the normal density function
The
function is calculated by the routine labeled F. Other routines
prompt for the known values and do the other calculations to find
Q(D)
, the upper–
tail area of a normal curve. The integration itself is set up and executed from routine
Q:
.
e
2
)
(
dD
2
S
1
2
/
S
M
D
D
M
−
−
∫
π
2
)
)
((
2
÷
÷
−
S
M
D
e
Summary of Contents for 35s
Page 1: ...HP 35s scientific calculator user s guide H Edition 1 HP part number F2215AA 90001 ...
Page 14: ...12 Contents ...
Page 15: ...Part 1 Basic Operation ...
Page 16: ......
Page 46: ...1 30 Getting Started ...
Page 63: ...RPN The Automatic Memory Stack 2 17 A Solution ...
Page 64: ...2 18 RPN The Automatic Memory Stack ...
Page 74: ...3 10 Storing Data into Variables ...
Page 180: ...12 14 Statistical Operations ...
Page 181: ...Part 2 Programming ...
Page 182: ......
Page 246: ...15 12 Solving and Integrating Programs ...
Page 270: ...16 24 Statistics Programs ...
Page 284: ...17 14 Miscellaneous Programs and Equations ...
Page 285: ...Part 3 Appendixes and Reference ...
Page 286: ......
Page 308: ...B 8 User Memory and the Stack ...
Page 322: ...C 14 ALG Summary ...
Page 336: ...D 14 More about Solving ...
Page 346: ...E 10 More about Integration ...
Page 352: ...F 6 Messages ...
Page 370: ...G 18 Operation Index ...
Page 382: ...Index 12 ...