PolyhedralSets
CharacteristicCone
characteristic cone of a polyhedral set
Calling Sequence
Parameters
Description
Examples
Compatibility
CharacteristicCone(polyset)
polyset
-
polyhedral set
This command computes the characteristic cone of the polyhedral set polyset, returning the result as a new PolyhedralSet.
with⁡PolyhedralSets:
The characteristic cone for a bounded set is the origin since it has no rays.
c≔ExampleSets:-Cube⁡x,y,z:c_cone≔CharacteristicCone⁡c
c_cone≔{Coordinates:x,y,zRelations:z=0,y=0,x=0
The V-Representation of a set and its characteristic cone always have the same rays.
ps≔PolyhedralSet⁡10≤x+y:ps_verts,ps_rays≔VerticesAndRays⁡ps:ps_rays
1,−1,−1,1,1,1
ps_cone≔CharacteristicCone⁡ps:ps_cone_verts,ps_cone_rays≔VerticesAndRays⁡ps_cone:ps_cone_rays
evalb⁡ps_rays=ps_cone_rays
true
The PolyhedralSets[CharacteristicCone] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
PolyhedralSets[AffineHull]
PolyhedralSets[ConvexHull]
PolyhedralSets[LinearitySpace]
PolyhedralSets[PolyhedralSet]
Download Help Document