User Manual
Table Of Contents
- Contents
- Chapter 1 Getting Acquainted — Read This First!
- Chapter 2 Basic Operation
- Chapter 3 Manual Calculations
- Chapter 4 List Function
- Chapter 5 Statistical Graphs and Calculations
- Chapter 6 Programming
- Chapter 7 Spreadsheet
- Chapter 8 Memory Manager
- Chapter 9 System Manager
- Chapter 10 Data Communication
- Chapter 11 Using SD Cards and SDHC Cards
- Appendix

α-12
5. Preset Programs
Your calculator includes preset programs for performing civil engineering and surveying
calculations. These preset programs can be run, edited, and deleted, the same way as
programs created by you.
Note
• For information about the procedures required to run, edit, and delete programs, refer to
Chapter 6 of this manual.
• Each program uses variables (A through Z) when running. Note that running a program may
replace the value currently assigned to a variable with a different one.
• When running a program, refer to the figures and formulas in the following section (Preset
Program List), and enter the required values for calculation. Note that you will not be able to
obtain correct results if you enter a value that is not consistent with the illustration shown for
the applicable program.
k Preset Program List
Program name: AXISTRAN
Function: Axis Transformation
y
x
X
Y
P
A
(x
P
, y
P
)
→
(X
P
, Y
P
)
(x
O
, y
O
)
Input: (x
P
, y
P
), (x
O
, y
O
),
α
Output: (X
P
, Y
P
)
Formula: X
P
= (x
P
– x
O
) cos
α
+ (y
P
– y
O
) sin
α
Y
P
= (y
P
– y
O
) cos
α
– (x
P
– x
O
) sin
α
Program name: R-TRIG
Function: Right Triangle Trigonometry
A
D
H
S
Input: S,
α
Output: D, H
Formula: D = S cos
α
H = S sin
α
Program name: PYTHAGOR
Function: Pythagorean
D
H
S
Input: D, H
Output: S
Formula:
S
=
D
2
+
H
2
Program name: COORD
Function: Coordinate Calculation
X
A
l
(X
P
, Y
P
)
(X
A
, Y
A
)
Input: (X
A
, Y
A
),
α
, l
Output: (X
P
, Y
P
)
Formula: X
P
= l cos
α
+ X
A
Y
P
= l sin
α
+ Y
A