Range Variable Operator |
Keystroke: ;
a (, b) .. c
Returns a variable that takes on a sequence of values. These can be used to define arrays, plot functions, iterate solutions, or control sums and products.
a, b, and c are real scalars, all with the same units.
b is optional, but when used, it represents the value of a plus the step size to be used in generating the sequence of numbers, so that a < b < c. When b is not specified, the default step size is 1.
When defining a range variable with units, b is required.