Sequence

Revision as of 21:33, 31 January 2007 by Lchrisman (talk | contribs) (description from user guide)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates a list of numbers increasing or decreasing from Start to End by increments (or decrements) of Stepsize. Stepsize is optional and must be a positive number; if it is omitted, Analytica uses increments of 1. Start, End and Stepsize must be deterministic scalar numbers, not arrays.

Declaration

Sequence( Start, End, Stepsize )

Examples

Comments


You are not allowed to post comments.