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

Online Help

PolyhedralSets

  

Display

  

dimension of a polyhedral set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Display(polyset)

Display(polyset, typeset = p)

Parameters

polyset

-

polyhedral set

p

-

(optional) boolean; format of printed output

Description

• 

This command displays all of the known details for a given set, including the dimension of its ambient space, the dimension of the set, and its defining relations.

• 

The Display command will always print the full list of relations of a polyhedral set, while the number of relations printed upon evaluation of a polyhedral set is limited according to PolyhedralSets[PrintLevel].

• 

The argument p controls whether the output is rendered as 2-D Math (typeset = true), or 1-D Math (typeset = false).  The default matches the context in which the command is issued.

Examples

If the PrintLevel has been set to a low number, the list of relations will be truncated.

(1)

Display will show the entire contents of the set, regardless of the current PrintLevel:

(2)

Additional details that have been previously calculated are stored with the polyhedral set and printed when the set is displayed.

(3)

(4)

The displayed output can alternatively be rendered as 1-D Math.

Set ID:                 728
Coordinates:            [x[1], x[2], x[3]]
Number of coordinates:  3
Dimension of set:       3
Number of equalities:   0
Number of inequalities: 6
Relations:              [-x[3] <= 1,
                         x[3] <= 1,
                         -x[2] <= 1,
                         x[2] <= 1,
                         -x[1] <= 1,
                         x[1] <= 1]
Vertices:               [[-1, -1, -1],
                         [-1, -1, 1],
                         [-1, 1, -1],
                         [-1, 1, 1],
                         [1, -1, -1],
                         [1, -1, 1],
                         [1, 1, -1],
                         [1, 1, 1]]
Rays:                   []
Bounded:                true
Volume:                 not previously calculated

Compatibility

• 

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

• 

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

See Also

PolyhedralSets[PrintLevel]

PolyhedralSets[PolyhedralSet]

PolyhedralSets

 


Download Help Document