display - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


simplex

  

display

  

display a Linear Program in Matrix Form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

display(C)

display(C,[x, y, z])

Parameters

C

-

set of linear relations

Description

• 

The function display(C) constructs the matrix equation Ax rel B for the constraints defining a linear program.

• 

The set of linear equations C passed to display should be in the special form produced by simplex[setup].

• 

The command with(simplex,display) allows the use of the abbreviated form of this command.

Examples

> 

with⁡simplex:

> 

display⁡x+3⁢y+z≤0,w−2⁢y−z≤2

013110−2−1⁢wxyz≤02

(1)

See Also

simplex[setup]