PolyhedralSets
IsBounded
check if a polyhedral set is bounded
Calling Sequence
Parameters
Description
Examples
Compatibility
IsBounded(polyset)
polyset
-
PolyhedralSet
Returns true if the polyhedral set polyset is bounded, false otherwise.
with⁡PolyhedralSets:
The cube is bounded.
IsBounded⁡ExampleSets:-Cube⁡
true
The half-space is not bounded.
half_space≔PolyhedralSet⁡0≤x,x,y,z:IsBounded⁡half_space
false
The PolyhedralSets[IsBounded] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
PolyhedralSets[VerticesAndRays]
PolyhedralSets[IsUniversalSet]
PolyhedralSets[IsEmpty]
PolyhedralSets[PolyhedralSet]
Download Help Document