User Manual

14 Section 1: Using _ Effectively
14
First convert 5° 18'S to decimal degrees (press 5.18), obtaining −5.3000
(using 4 display mode). (Southern latitudes are expressed as negative numbers for
calculation purposes.)
The solution to Coulerre's problems is the value of t satisfying
5.3000 = a
4
t
4
+ a
3
t
3
+ a
2
t
2
+ a
1
t + a
0
.
Expressed in the form required by _ the equation is
0 = a
4
t
4
+ a
3
t
3
+ a
2
t
2
+ a
1
t 2.8806
where the last, constant term now incorporates the value of the declination.
Using Horner's method, the function to be set equal to zero is
f(t) = (((a
4
t + a
3
)t + a
2
)t + a
1
)t 2.8806 .
To shorten the subroutine, store and recall the constants using the registers corresponding to
the exponent of t.
Keystrokes
= -
Clears calculator’s memory.
*
Program mode.
´bA
l4
*
l3
+
*
l2
+
*
l1
+
*
l 0
+
|n
*
This step is included here only to ensure that sufficient memory is available for the examples that follow in this handbook.