Close
Close window
basis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

simplex

basis

compute a list of variables, corresponds to the basis

Calling Sequence

basis(C)

Parameters

C

-

set of linear equations

Description

The function basis(C) computes a list of variables, one per equation, which corresponds to the basis used by the simplex algorithm.

The set of linear equations C passed to basis should be in the special form produced by simplex[setup]. The function simplex[setup] ensures that each of these variables occurs in exactly one equation, and only on the left-hand side.

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

Examples

>

withsimplex:

>

basisx=3y+z,w=2yz

x,w

(1)

See Also


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /