398
DrawR-Con, DrawR-Plt
Function:
These commands graph recursion expressions, with
a
n
(
b
n
) as the
vertical axis and
n
as the horizontal axis.
Syntax:
DrawR-Con
_
DrawR-Plt
_
Description:
1. These commands graph recursion expressions, with
a
n
(
b
n
) as the vertical axis
and
n
as the horizontal axis, in accordance with conditions defined within the
program.
2. DrawR-Con produces a connect type graph, while DrawR-Plt produces a plot
type graph.
DrawR
#
-Con, DrawR
#
-Plt
Function:
These commands graph recursion expressions, with
#
a
n
(
#
b
n
) as the
vertical axis and
n
as the horizontal axis.
Syntax:
DrawR
#
-Con
_
DrawR
#
-Plt
_
Description:
1. These commands graph recursion expressions, with
#
a
n
(
#
b
n
) as the vertical
axis and
n
as the horizontal axis, in accordance with conditions defined within
the program.
2. DrawR
#
-Con produces a connect type graph, while DrawR
#
-Plt produces a
plot type graph.
DrawStat
Function:
This draws a statistical graph.
Syntax:
DrawStat
_
Description:
This command draws a statistical graph in accordance with conditions defined
within the program.
DrawWeb
Function:
This command graphs convergence/divergence of a recursion expres-
sion (WEB graph).
Syntax:
DrawWeb [name of recursion expression], [number of lines]
_
Example:
DrawWeb
a
n
+1
(
b
n
+1
), 5
_
21- 11
Command Reference
Содержание CFX-9970G
Страница 22: ... CFX 9970G ...
Страница 62: ...Manual Calculations 2 1 Basic Calculations 2 2 Special Functions 2 3 Function Calculations Chapter 2 ...
Страница 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Страница 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...