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

Online Help

All Products    Maple    MapleSim


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

withPolyhedralSets:

The cube is bounded.

IsBoundedExampleSets:-Cube

true

(1)

The half-space is not bounded.

half_spacePolyhedralSet0x,x,y,z:IsBoundedhalf_space

false

(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