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

Online Help

PolyhedralSets

  

IsBounded

  

check if a polyhedral set is bounded

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsBounded(polyset)

Parameters

polyset

-

PolyhedralSet

Description

• 

Returns true if the polyhedral set polyset is bounded, false otherwise.

Examples

The cube is bounded.

(1)

The half-space is not bounded.

(2)

Compatibility

• 

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]

PolyhedralSets

 


Download Help Document