148
Programming
Chapter 8
1
T SelOn 1
_
1
341Q
0
"
2
F Start
_
2
J[
31
6
"
3
F End
_
3
2
1
"
4
F pitch
_
4
3Q
5
DispTable
^
5
!W
[
431Q
6
DrawTG-Con
6
!W
[
432Q
Executing this program produces the results shown here.
Numeric Table
Graph
w
k
k
k
k
k
Using List Sort Functions in a Program
These functions let you sort the data in lists into ascending or descending order.
• Ascending order
1
SortA (
2
List 1, List 2, List 3)
Lists to be sorted (up to six can be specified)
1
321Q
2
K
11
• Descending order
SortD (List 1, List 2, List 3)
Lists to be sorted (up to six can be specified)
k
k
k
k
k
Using Statistical Calculations and Graphs in a Program
Including statistical calculations and graphing operations into program lets you cal-
culate and graph statistical data.
u
u
u
u
u
To set conditions and draw a statistical graph
Following “StatGrph”, you must specify the following graph conditions:
• Graph draw/non-draw status (DrawOn/DrawOff)
• Graph Type
•
x
-axis data location (list name)
•
y
-axis data location (list name)
• Frequency data location (list name)
• Mark Type
P.80
P.94
Содержание fx-7400G
Страница 46: ...Differential Calculations Chapter 3 ...
Страница 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Страница 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...