LinearSeries
Function |
LinearSeries(start, end)
LinearSeries(start, end, step)
|
The linear series function creates an array with a uniform series of numbers. It takes 3 inputs: start, stop, and step. For example, LinearSeries(2,9,1)
creates an array that starts with 2 and ends with 9, counting by 1.
Example 1
In a dynamic expression:

Example 2
In an array formula:

LinearSeries is included by default in each file as part of the Math library.
See also: