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

Online Help

All Products    Maple    MapleSim


PolyhedralSets

  

Dimension

  

dimension of a polyhedral set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Dimension(polyset)

Parameters

polyset

-

polyhedral set

Description

• 

This command computes the dimension of the polyhedral set polyset.  The point has dimension 0, the line dimension 1, etc.  By convention, -1 is the dimension of an empty polyhedral set.

Examples

withPolyhedralSets:

The tetrahedron is a three dimensional set.

DimensionExampleSets:-Tetrahedron

3

(1)

The empty set has dimension -1.

esExampleSets:-EmptySet3:Dimensiones

−1

(2)

Compatibility

• 

The PolyhedralSets[Dimension] command was introduced in Maple 2015.

• 

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

See Also

PolyhedralSets[IsBounded]

PolyhedralSets[IsEmpty]

PolyhedralSets[IsUniversalSet]

PolyhedralSets[PolyhedralSet]

PolyhedralSets