pivot - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


simplex

  

pivot

  

construct a new set of equations given a pivot

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

pivot(C, x, eqn)

Parameters

C

-

set or list of equations

x

-

variable name

eqn

-

equation or list of equations

Description

• 

The call pivot(C, x, eqn) constructs a new set of equations in a form compatible with the forms used in simplex[setup], by solving the specified equation eqn for x, then substituting the result into C. This is equivalent to the standard simplex pivot on an array of coefficients.

• 

To re-express the objective function f in terms of this new description, one can substitute the result of pivot into f.

• 

If eqn is a list of equations, then eqn1 is used.  This is to facilitate easy user interaction with the function simplex[pivoteqn] used to choose an equation to use for the next pivot.

• 

The command with(simplex,pivot) allows the use of the abbreviated form of this command.

Examples

withsimplex:

pivot_SL1=54x3y,_SL2=43x4y,x,_SL1=54x3y

_SL2=147y4+3_SL14,x=543y4_SL14

(1)

See Also

simplex[pivoteqn]