408
21- 13
Using Calculator Functions in Programs
Executing this program produces the results shown here.
Numeric Table
Recursion graph
k
k
k
k
k
Using List Sort Functions in a Program
P.231
These functions let you sort the data in lists into ascending or descending order.
• Ascending order
1
2
SortA (List 1, List 2, List 3)
Lists to be sorted (up to six can be specified)
1
431J
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 Solve Calculation Function in a Program
You can incorporate a solve calculation function into a program.
The following is the syntax for using the Solve function in a program.
Solve(
f
(
x
)
,
n
,
a
,
b
)
Upper limit
Lower limit
Initial estimated value
Example Program
1
Solve( 2X
2
+ 7X – 9, 1, 0, 1)
1
K
41
• In the function
f
(
x
)
, only X can be used as a variable in expressions. Other
variables (A through Z,
r
,
!
) are treated as constants, and the value currently
assigned to that variable is applied during the calculation.
• Input of the closing parenthesis, lower limit
a
and upper limit
b
can be omitted.
• Solutions obtained using Solve may include errors.
• Note that you cannot use a Solve, differential, quadratic differential, integration,
maximum/minimum value or
#
calculation expression inside of a Solve
calculation term.
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...