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

Online Help

All Products    Maple    MapleSim


convert/stdle

convert inequalities to type <=

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(C, stdle)

Parameters

C

-

set or list of linear constraints

Description

• 

The function convert(C, stdle) returns a set or list of inequalities of the form <=, equivalent to the original set of constraints, with all constants on the right hand side.

• 

This function is part of the simplex package and can only be used after performing the command with(simplex).

Examples

withsimplex&colon;

convert3x+4y4&comma;4x+3y=5&comma;stdle

4x3y−5&comma;3x+4y4&comma;4x+3y5

(1)

See Also

simplex[standardize]