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

Online Help

PolyhedralSets

  

IsEmpty

  

check if a polyhedral set is empty

  

IsUniversalSet

  

check if a polyhedral set is the universal set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsEmpty(polyset)

IsUniversalSet(polyset)

Parameters

polyset

-

PolyhedralSet

Description

• 

IsEmpty returns true if the polyhedral set polyset is the empty set, false otherwise.

• 

IsUniversalSet returns true if the polyhedral set polyset is the universal set, false otherwise.

Examples

Sets specified with infeasible relations are empty.

(1)

The convex hull of an inequality and its reversed inequality gives the universal set.

(2)

Compatibility

• 

The PolyhedralSets[IsEmpty] and PolyhedralSets[IsUniversalSet] commands were introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

PolyhedralSets[ExampleSets][ThreeDimensions]

PolyhedralSets[ExampleSets][NDimensions]

PolyhedralSets[PolyhedralSet]

PolyhedralSets

 


Download Help Document