20060301
6-3 Recur
s
ive and Explicit Form of a Sequence
ClassPad supports use of three types of sequence expressions:
a
n
+
1
=,
a
n
+
2
=
and
a
n
%
.
Generating a Number Table
In addition to ordered pair tables, the Sequence application provides you with the means
to generate arithmetic sequence tables
*
1
, geometric sequence tables
*
2
, progression of
difference tables
*
3
, and Fibonacci sequence tables
*
4
.
*
1
sequence table for determining if sequence is an arithmetic sequence
*
2
sequence table for determining if sequence is a geometric sequence
*
3
sequence table for determining if sequence is a progression of difference
*
4
sequence table for determining if sequence is a Fibonacci sequence
Example:
To create a table (Fibonacci sequence table) for the recursion
a
n
+
2
=
a
n
+
1
+
a
n
,
a
1
= 1,
a
2
= 1
S\
Cla
ss
Pad Operation
(1) Start up the Sequence Editor.
• If you have another application running, tap
/
and then
.
• If you have the Sequence application running, tap
and then [Sequence Editor].
(2) Tap the [Recursive] tab.
(3) Specify the recursion type by tapping [Type] and then [
a
n
+
2
Type
a
1
,
a
2
].
(4) Input the recursion expression.
• Tap the input box to the right of
a
n
+
2
:, and then use the procedures under “6-2
Inputting an Expression in the Sequence Application” to input the following.
[
n
,
a
n
] [
a
n
+
1
]
[
n
,
a
n
] [
a
n
]
(5) Input the initial value.
(6)
Tap
.
• This causes the Sequence Table Input dialog box to appear.
(7)
Input
the
n
-value range as shown below, and then tap [OK].
Start:1 End:5
6-3-1
Recursive and Explicit Form of a Sequence
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...