Calculator User Manual

Chapter 11: Lists 262
Fill(
Fill(Fill(
Fill(
Fill( replaces each element in listname with value.
Fill(value,listname)
Note:
dim( and Fill( are the same as dim( and Fill( on the MATRX MATH menu
(Chapter 10).
seq(
seq(seq(
seq(
seq( (sequence) returns a list in which each element is the result of the evaluation of
expression with regard to variable for the values ranging from begin to end at steps of
increment. variable need not be defined in memory. increment can be negative; the default
value for
increment is 1. seq( is not valid within expression. Complex lists are not valid.
seq(expression,variable,begin,end[,increment])