PolyhedralSets
AffineHull
affine hull of a polyhedral set
Calling Sequence
Parameters
Description
Examples
Compatibility
AffineHull(polyset)
polyset
-
polyhedral set
This command computes the affine hull for the given polyhedral set polyset, returning the result as a new PolyhedralSet.
The affine hull of a line segment is the whole line and that of a 2-D face in a 3-D space is the plane containing the face.
Construct a 2-D triangle in 3-D space
Compute its affine hull, which is the plane passing through all of its vertices
The affine hull of an empty set is also an empty set
The PolyhedralSets[AffineHull] 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[LinearitySpace]
PolyhedralSets[PolyhedralSet]
Download Help Document