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

(1)

See Also

simplex[standardize]

 


Download Help Document