CharacteristicCone - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

withPolyhedralSets:

The characteristic cone for a bounded set is the origin since it has no rays.

cExampleSets:-Cubex,y,z:c_coneCharacteristicConec

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.

psPolyhedralSet10x+y:ps_verts,ps_raysVerticesAndRaysps:ps_rays

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

(2)

ps_coneCharacteristicConeps:ps_cone_verts,ps_cone_raysVerticesAndRaysps_cone:ps_cone_rays

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

(3)

evalbps_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