maple.range
construct Maple range
Calling Sequence
Parameters
Description
Examples
maple.range(x,y)
x, y
-
Expression objects or numeric constants
maple.range(x,y) is a function in the Maple API for Python which returns an Expression object corresponding to a Maple range with lower bound x and upper bound y.
Note that unlike Python ranges, the upper bound of a Maple range is implicitly inclusive. For example, maple.range(1,3) includes both 1 and 3.
See Also
OpenMaple/Python
OpenMaple/Python/Examples
OpenMaple/Python/Expression
OpenMaple/Python/Name
OpenMaple/Python/RTable
OpenMaple/Python/Set
OpenMaple/Python/Table
Download Help Document