convert/std - convert to standard form for simplex manipulation
|
Calling Sequence
|
|
convert(C, std)
|
|
Parameters
|
|
C
|
-
|
set or list of linear equations and inequalities
|
|
|
|
|
Description
|
|
•
|
The convert(C, std) function returns a set (or list) of constraints obtained by moving all constants to the right-hand side of the equation (inequality) for each constraint in C.
|
•
|
No attempt is made to represent equations by inequalities.
|
•
|
Note that inequalities of the form are automatically transformed by Maple into the form .
|
•
|
This function is part of the simplex package and can only be used after performing the command with(simplex).
|
|
|
Download Help Document
Was this information helpful?