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.
withPolyhedralSets:
The characteristic cone for a bounded set is the origin since it has no rays.
c≔ExampleSets:-Cubex,y,z:c_cone≔CharacteristicConec
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≔PolyhedralSet10≤x+y:ps_verts,ps_rays≔VerticesAndRaysps:ps_rays
1,−1,−1,1,1,1
ps_cone≔CharacteristicConeps:ps_cone_verts,ps_cone_rays≔VerticesAndRaysps_cone:ps_cone_rays
evalbps_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