display - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

withsimplex:

displayx+3y+z0,w2yz2

013110−2−1wxyz02

(1)

See Also

simplex[setup]