CharacteristicCone - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


PolyhedralSets

  

CharacteristicCone

  

characteristic cone of a polyhedral set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CharacteristicCone(polyset)

Parameters

polyset

-

polyhedral set

Description

• 

This command computes the characteristic cone of the polyhedral set polyset, returning the result as a new PolyhedralSet.

Examples

> 

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

(1)

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

(2)
> 

ps_cone≔CharacteristicCone⁡ps:ps_cone_verts,ps_cone_rays≔VerticesAndRays⁡ps_cone:ps_cone_rays

1,−1,−1,1,1,1

(3)
> 

evalb⁡ps_rays=ps_cone_rays

true

(4)

Compatibility

• 

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]

PolyhedralSets