Texas TI-86 用户手册

下载
页码 431
Chapter 20: A to Z Function and Instruction Reference     
351
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 351 of 118
20ATOZ.DOC   TI-86, Chap 20, US English   Bob Fedorisko   Revised: 02/13/01 2:42 PM   Printed: 02/13/01 3:05 PM   Page 351 of 118
seq(
MATH MISC menu
seq(
expression
,
variable
,
begin
,
end
,
step
)
Returns a list containing a sequence of numbers created
by evaluating expression from variable begin to
variable 
end in increments of step.
seq(x
2
,x,1,8,2) b
{1 9 25 49}
seq(
expression
,
variable
,
begin
,
end
)
Uses a step of 1.
seq(x
2
,x,1,8) b
{1 4 9 16 25 36 49 6…
SeqG
† graph format screen
SeqG
Sets sequential graphing format, in which selected
functions are plotted one at a time.
SetLEdit
LIST OPS menu
(SetLE shows on menu)
SetLEdit 
column1ListName
[,
 
...
 
,
column20ListName
]
Removes all lists from the list editor and then stores one
or more ListNames in the specified order, starting with
column 1.
SetLEdit
Removes all lists from the list editor and stores built-in
lists 
xStat
yStat
, and 
fStat
 in columns 1 through 3,
respectively.
{1,2,3,4}¶L1 b
{1 2 3 4}
{5,6,7,8}¶L2 b
{5 6 7 8}
SetLEdit L1,L2 b
Done
The list editor now contains: