simplex[pivoteqn] - returns a sublist of equations given a pivot
|
Calling Sequence
|
|
pivoteqn(C, var)
|
|
Parameters
|
|
C
|
-
|
set of linear equations
|
var
|
-
|
variable chosen to carry out a pivot operation
|
|
|
|
|
Description
|
|
•
|
The function pivoteqn(C, var) returns a sublist of equations from C. Each equation eq returned achieves the minimum non-negative ratio of
|
•
|
In the special case where all ratios are negative, the function returns FAIL.
|
•
|
The linear equations C are in the special form produced by simplex[setup].
|
•
|
The command with(simplex,pivoteqn) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?