simplex[display] - display a Linear Program in Matrix Form
|
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.
|
|
|
Download Help Document
Was this information helpful?