PolyhedralSets
LinearitySpace
linearity space of a polyhedral set
Calling Sequence
Parameters
Description
Examples
Compatibility
LinearitySpace(polyset)
polyset
-
PolyhedralSet
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+α⋅z∈P,∀x∈P⁢and⁢∀α∈ℝ}
which is the largest vector space contained in P.
with⁡PolyhedralSets:
The linearity space of the cube is the origin
c≔ExampleSets:-Cube⁡:LinearitySpace⁡c
{Coordinates:x1,x2,x3Relations:x3=0,x2=0,x1=0
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]
Download Help Document