Simple
Programming
12–23
File name 33s-English-Manual-040130-Publication(Edition 2).doc Page : 388
Printed Date : 2004/1/30 Size : 13.7 x 21.2 cm
Numbers Entered in Program Lines
Before starting program entry, set the base mode. The current setting for the base
mode determines the base of the numbers that are entered into program lines. The
display of these numbers changes when you change the base mode.
Program line numbers always appear in base 10.
An annunciator tells you which base is the current setting. Compare the program
lines below in the left and right columns. All non–decimal numbers are
right–justified in the calculator's display. Notice how the number 13 appears as
"D" in Hexadecimal mode.
Decimal mode set:
Hexadecimal mode set:
:
:
:
:
PRGM
PRGM
PRGM
HEX
PRGM
HEX
:
:
:
:
Polynomial Expressions and Horner's Method
Some expressions, such as polynomials, use the same variable several times for
their solution. For example, the expression
Ax
4
+
Bx
3
+
Cx
2
+
Dx
+
E
uses the variable
x
four different times. A program to calculate such an expression
using ALG operations could repeatedly recall a stored copy of
x
from a variable.
Example:
Write a program using ALG operations for 5
x
4
+ 2
x
3
,
then evaluate it for
x
= 7.
Summary of Contents for 33S
Page 14: ......
Page 15: ...Part 1 Basic Operation ...
Page 16: ......
Page 56: ......
Page 64: ......
Page 82: ......
Page 92: ......
Page 122: ......
Page 138: ......
Page 157: ...Part 2 Programming ...
Page 158: ......
Page 184: ......
Page 210: ......
Page 222: ......
Page 293: ...Part 3 Appendixes and Reference ...
Page 294: ......
Page 324: ......
Page 348: ......