156
Alphabetical Listing
seqGen()
Catalog >
seqGen(
Expr
,
Var
,
depVar
,
{
Var0
,
VarMax
}[
,
ListOfInitTerms
[
,
VarStep
[
,
CeilingValue
]]]
)
⇒
list
Generates a list of terms for sequence
depVar
(
Var
)=
Expr
as follows: Increments
independent variable
Var
from
Var0
through
VarMax
by
VarStep
, evaluates
depVar
(
Var
) for corresponding values of
Var
using the
Expr
formula and
ListOfInitTerms
, and returns the results as
a list.
seqGen(
ListOrSystemOfExpr
,
Var
,
ListOfDepVars
,
{
Var0
,
VarMax
} [
,
MatrixOfInitTerms
[
,
VarStep
[
,
CeilingValue
]]]
)
⇒
matrix
Generates a matrix of terms for a system
(or list) of sequences
ListOfDepVars
(
Var
)=
ListOrSystemOfExpr
as follows:
Increments independent variable
Var
from
Var0
through
VarMax
by
VarStep
,
evaluates
ListOfDepVars
(
Var
) for
corresponding values of
Var
using
ListOrSystemOfExpr
formula and
MatrixOfInitTerms
, and returns the results
as a matrix.
The original contents of
Var
are unchanged
after
seqGen()
is completed.
The default value for
VarStep
=
1
.
Generate the first 5 terms of the sequence
u
(
n
) =
u
(
n
-1)
2
/2, with
u
(1)=
2
and
VarStep
=
1
.
Example in which Var0=2:
Example in which initial term is symbolic:
System of two sequences:
Note: The Void (_) in the initial term matrix
above is used to indicate that the initial term
for u1(n) is calculated using the explicit
sequence formula u1(n)=1/n.
seqn()
Catalog >
seqn(
Expr
(
u
,
n
[
,
ListOfInitTerms
[
,
nMax
[
,
CeilingValue
]]]
)
⇒
list
Generate the first 6 terms of the sequence
u
(
n
) =
u
(
n
-1)/2, with
u
(1)=
2
.
Содержание TI-Nspire CAS
Страница 4: ...4 Service and Warranty Information 249 Index 251 ...
Страница 248: ...248 ...
Страница 250: ...250 ...