Mathematics Programs
15–3
File name 33s-E-Manual-1008-Publication(1st).doc Page : 386
Printed Date : 2003/10/8 Size : 13.7 x 21.2 cm
Program Listing:
Program Lines:
(In RPN mode)
Description
Defines the beginning of the rectangular input/display
routine.
Displays or accepts input of X.
Displays or accepts input of Y.
Displays or accepts input of Z.
Checksum and length: 8E7D 12
Defines beginning of rectangular–to–polar conversion
process.
θ
Calculates
)Y X(
22
+
and arctan(Y/X).
Saves T = arctan(Y/X).
Gets
)Y X(
22
+
back.
θ
Calculates )ZY X(
222
++ and P.
Saves R.
Saves P
Checksum and length: D13D 36
Defines the beginning of the polar input/display
routine.
Displays or accepts input of R.
Displays or accepts input of T.
Displays or accepts input of P.
θ
Calculates R cos(P) and R sin(P).