PolyhedralSets
Dimension
dimension of a polyhedral set
Calling Sequence
Parameters
Description
Examples
Compatibility
Dimension(polyset)
polyset
-
polyhedral set
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.
with⁡PolyhedralSets:
The tetrahedron is a three dimensional set.
Dimension⁡ExampleSets:-Tetrahedron⁡
3
The empty set has dimension -1.
es≔ExampleSets:-EmptySet⁡3:Dimension⁡es
−1
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]
Download Help Document