cterm - Maple Help

Online Help

All Products    Maple    MapleSim


simplex

  

cterm

  

compute the list of constants from the system

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

cterm(C)

Parameters

C

-

list or set of linear equations or inequalities

Description

• 

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.

Examples

withsimplex:

cterm3x+y5,4yz3=3

5,6

(1)