Casio ClassPad II fx-CP400 User Manual
Page 203

Chapter 12: Program Application
203
Chapter 12: Program Application
203
DrawSeqEtrCon, DrawSeqEtrPlt
I/O - Draw
Syntax: DrawSeqEtrCon
DrawSeqEtrPlt
Function: Graphs a recursion expression whose
vertical axis is
Σ
a
n
(
Σ
b
n
or
Σ
c
n
) and whose horizontal
axis is
n
using a generated number table, in
accordance with the conditions of each command.
Description: DrawSeqEtrCon draws a connect type
graph, while DrawSeqEtrPlt draws a plot type graph.
DrawShade
I/O - Draw
Syntax: DrawShade
Ⅺ 2>[, Function: Shades the area between expression 1 x -values of number 1 to number 2. Description: Expression 1 and expression 2 have y = type expression on the right side. Graphing of any other type of expression is not supported by this DrawStat I/O - Draw Syntax: DrawStat Function: Draws a statistical graph. E Else Ctrl - If See If~Then~ElseIf~Else~IfEnd. ElseIf Ctrl - If See If~Then~ElseIf~Else~IfEnd. ExpReg (ExpR) Misc - Statistics(1) - Regression Syntax: ExpReg Ⅺ x List, y List[,[FreqList (or 1)][, [< yn >] [,{On ; Off}]]] Function: Performs y = a · e b·x regression. Description: See SinReg. ExpToStr Misc - String(1) Syntax: ExpToStr Ⅺ name> Function: Converts the result of an input expression F FCD k Syntax: FCD ⅪLower value, Upper value, n : df value, d : df value Function: See “ F Cumulative Distribution” (page 146). FPD k Syntax: FPD Ⅺ x value, n : df value, d : df value Function: See “ F Probability Density” (page 146). For~To~(Step~)Next Ctrl - For Syntax: For Ⅺ To Ⅺ [ the end value, and Function: Anything between the For command and Description: long as a positive value is specified for the step. In • The initial value can be greater than the end value, as long as a negative value is specified for the • You can use a multi-statement command (:) in place of the carriage return to separate statements. • Do not use the Goto command to exit a For~Next loop. G GeoCD k Syntax: GeoCD ⅪLower value, Upper value, pos value Function: See “Geometric Cumulative Distribution” GeoPD k Syntax: GeoPD Ⅺ x value, pos value Function: See “Geometric Distribution Probability” GetFolder Misc - Variable - Folder Syntax: GetFolder Ⅺ Function: Gets the current folder name and assigns it
(lower curve) and expression 2 (upper curve) from
a
command.
to a string and assigns the string to the specified
variable.
•
the Next command is repeated for a count starting
with the initial value of the control variable and ending
when the control variable reaches the end value.
Each pass causes the value of the control variable to
be changed by the value specified by the step value.
The loop is terminated whenever the control variable
value exceeds the end value.
• 1 is used for the step if a step value is not specified.
• The initial value can be less than the end value, as
this case, the value of the control value is increased
by the step with each pass.
step. In this case, the value of the control value is
decreased by the step with each pass.
(page 147).
(page 147).
to a variable as a text string.