EasyManua.ls Logo

HP 32SII User Manual

HP 32SII
376 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #212 background imageLoading...
Page #212 background image
13–22 Programming Techniques
File name 32sii-Manual-E-0424
Printed Date : 2003/4/24 Size : 17.7 x 25.2 cm
STO(i)
RCL(i)
STO +, –,
×
,
÷
, (i)
RCL +, –,
×
,
÷
, (i)
XEQ(i)
GTO(i)
X<>(i)
INPUT(i)
VIEW(i)
DSE(i)
ISG (i)
SOLVE(i)
FN d(i)
FN=(i)
Program Control with (i)
Since the contents of i can change each time a program runs–or even in
different parts of the same program — a program instruction such as
!6L5
can branch to a different label at different times. This maintains
flexibility by leaving open (until the program runs) exactly which variable or
program label will be needed. (See the first example below.)
Indirect addressing is very useful for counting and controlling loops. The
variable i serves as an index, holding the address of the variable that
contains the loop–control number for the functions DSE and ISG. (See the
second example below.)
Example:
Choosing Subroutines With (i).
The "Curve Fitting" program in chapter 16 uses indirect addressing to
determine which model to use to compute estimated values for x and y.
(Different subroutines compute x and y for the different models.) Notice that i
is stored and then indirectly addressed in widely separated parts of the
program.
The first four routines (S, L, E, P) of the program specify the curve–fitting model
that will be used and assign a number (1, 2, 3, 4) to each of these models.
This number is then stored during routine Z, the common entry point for all
models:
'
!
L
Routine Y uses i to call the appropriate subroutine (by model) to calculate the
x– and y–estimates. Line Y03 calls the subroutine to compute y:
&
%1L2

Table of Contents

Other manuals for HP 32SII

Question and Answer IconNeed help?

Do you have a question about the HP 32SII and is the answer not in the manual?

HP 32SII Specifications

General IconGeneral
TypeScientific
Display TypeLCD
ProgrammingYes
Entry SystemRPN
Power SourceBatteries
Dimensions147 x 81 x 23 mm

Summary

Part 1. Basic Operation

1. Getting Started

Covers essential calculator operations, including power management, display contrast, and keyboard basics.

2. The Automatic Memory Stack

Explains the RPN memory stack, register operations, and how calculations are processed.

3. Storing Data into Variables

Details methods for storing, recalling, and managing data in variables (A-Z, i).

4. Real–Number Functions

Covers exponential, logarithmic, trigonometric, hyperbolic, and other mathematical functions.

5. Fractions

Explains how to enter, display, and perform calculations using fractions.

6. Entering and Evaluating Equations

Guides on creating, entering, evaluating, editing, and clearing equations for calculations.

7. Solving Equations

Describes how to use the SOLVE function to find roots or unknown variables in equations.

11. Statistical Operations

Covers statistical analysis functions like mean, standard deviation, regression, and data entry.

Part 2. Programming

12. Simple Programming

Introduces the fundamentals of creating and running programs, including basic instructions and data handling.

13. Programming Techniques

Explores advanced programming concepts like subroutines, conditional instructions, loops, and indirect addressing.

14. Solving and Integrating Programs

Details how to implement SOLVE and integration functions within programs for automated calculations.

15. Mathematics Programs

Presents pre-written programs for common mathematical tasks like vector operations and solving equations.

16. Statistics Programs

Provides pre-written programs for statistical analysis, curve fitting, and distributions.

Part 3. Appendixes and Reference

A. Support, Batteries, and Service

Information on obtaining support, battery replacement, and calculator service procedures.

B. User Memory and the Stack

Explains user memory allocation, clearing, and how the stack lift status affects operations.

C. More about Solving

Provides in-depth details on the SOLVE operation, including root-finding mechanisms and error handling.

D. More about Integration

Discusses the integration algorithm, accuracy considerations, and conditions affecting calculation time.

E. Messages

Lists and explains common calculator messages and their meanings for troubleshooting.

F. Operation Index

An alphabetical quick reference for functions, keys, and operations with corresponding page numbers.

Related product manuals