simplex
cterm
compute the list of constants from the system
Calling Sequence
Parameters
Description
Examples
cterm(C)
C
-
list or set of linear equations or inequalities
The function cterm(C) computes a list of constants, one per equation or inequality. These are computed as if the constants were collected on the right hand side of the equation or inequality.
The command with(simplex,cterm) allows the use of the abbreviated form of this command.
with⁡simplex:
cterm⁡3⁢x+y≤5,4⁢y−z−3=3
5,6
Download Help Document