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

Online Help

PolyhedralSets[ZPolyhedralSets]

  

PlotIntegerPoints3d

  

plot the integer points of a 3-D polyhedron

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

PlotIntegerPoints3d(zpoly)

Parameters

zpoly

-

ZPolyhedralSet

Description

• 

PlotIntegerPoints3d(zpoly) plots the integer points of zpoly.

• 

This requires zpoly to be non-parametric, three-dimensional, and bounded. If one of these assumptions does not hold, then an error is raised.

Examples

Plot a three-dimensional Z-Polyhedral set.

(1)

(2)

(3)

(4)

Trying to plot a Z-Polyhedral set which is not three-dimensional.

(5)

Error, (in PolyhedralSets:-ZPolyhedralSets:-PlotIntegerPoints3d) cannot handle this ZPolyhedralSet: its dimension is 2 instead of 3

Compatibility

• 

The PolyhedralSets:-ZPolyhedralSets:-PlotIntegerPoints3d command was introduced in Maple 2023.

• 

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

See Also

ZPolyhedralSets:-IsEmpty

ZPolyhedralSets:-IsIntegerPointOf

ZPolyhedralSets:-SamplePoint

ZPolyhedralSets:-IntegerPointDecomposition

ZPolyhedralSets:-IsContained

ZPolyhedralSets:-ZPolyhedralSet

ZPolyhedralSets

PolyhedralSets

 


Download Help Document