LinearitySpace - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


PolyhedralSets

  

LinearitySpace

  

linearity space of a polyhedral set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

LinearitySpace(polyset)

Parameters

polyset

-

PolyhedralSet

Description

• 

This command computes the linearity space for the given PolyhedralSet polyset, returning the result as a new PolyhedralSet.

• 

The linearity space of a polyhedral set P is defined as the set

linspaceP{z|x+αzP,xPandα}

  

which is the largest vector space contained in P.

Examples

withPolyhedralSets:

The linearity space of the cube is the origin

cExampleSets:-Cube:LinearitySpacec

{Coordinates:x1,x2,x3Relations:x3=0,x2=0,x1=0

(1)

Compatibility

• 

The PolyhedralSets[LinearitySpace] command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

PolyhedralSets[CharacteristicCone]

PolyhedralSets[ConvexHull]

PolyhedralSets[AffineHull]

PolyhedralSets[PolyhedralSet]

PolyhedralSets