simplex
display
display a Linear Program in Matrix Form
Calling Sequence
Parameters
Description
Examples
display(C)
display(C,[x, y, z])
C
-
set of linear relations
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.
with⁡simplex:
display⁡x+3⁢y+z≤0,w−2⁢y−z≤2
013110−2−1⁢wxyz≤02
See Also
simplex[setup]
Download Help Document