range - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


maple.range

construct Maple range

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

maple.range(x,y)

Parameters

x, y

-

Expression objects or numeric constants

Description

• 

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.

Examples

See Also

OpenMaple/Python

OpenMaple/Python/Examples

OpenMaple/Python/Expression

OpenMaple/Python/Name

OpenMaple/Python/RTable

OpenMaple/Python/Set

OpenMaple/Python/Table