Restrictions o solving and integrating – HP 32SII User Manual

Page 226

Advertising
background image

14–10 Solving and Integrating Programs

File name 32sii-Manual-E-0424
Printed Date : 2003/4/24 Size : 17.7 x 25.2 cm

The

2

)

)

((

2

ч

ч

S

M

D

e

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:

 





 





 



%

 

/



 



G




Recalls lower limit of integration.

Recalls upper limit of integration. (X = D.)

Specifies the function.

Integrates the normal function using the dummy variable
D.

Restrictions o Solving and Integrating

T

he SOLVE variable and

FN d variable instructions cannot call a routine that

contains another SOLVE or

FN instruction. That is, neither of these

instructions can be used recursively. For example, attempting to calculate a
multiple integral will result in an

∫1∫2

error. Also, SOLVE and

FN cannot

call a routine that contains an

/

label instruction; if attempted, a

#

!#

or

∫

!#

error will be returned. SOLVE cannot call a routine

that contains an

FN instruction (produces a

#1

∫2

error), just as

FN

cannot call a routine that contains a SOLVE instruction (produces an

∫1 #2

error).

The SOLVE variable and

FN d variable

instructions in a program use one of

the seven pending subroutine returns in the calculator. (Refer to "Nested
Subroutines" in chapter 13.)

The SOLVE and

FN operations automatically set Decimal display format.

Advertising