LinearSeries

Function

LinearSeries(start, end)

start
end

LinearSeries(start, end, step)

start
end
step

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

 

See also:


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: