A SERVICE OF

logo

Mathematics Programs 15–3
Program Listing:
Program Lines:
(In ALG 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.
  &
º65¸
  %
 ¸8º
´
θ
8T
Calculates
)YX(
22
+
and arctan(Y/X).
 º65¸
 ! !
Saves T = arctan(Y/X).
  '
 ¸8º
´
θ
8T
Calculates )ZYX(
222
++ and P.
 !
Saves R.
 º65¸
 !
Saves P
Checksum and length: E230 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.
 
 º65¸


θ
8T
´
¸8º
Calculates R cos(P) and R sin(P).