TI-83 Plus Lists 302
length!dim(listname)
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( (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.