standardize - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


simplex

  

standardize

  

convert a set of equations to type <=

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

standardize(C)

Parameters

C

-

set or list of linear constraints

Description

• 

The function standardize(C) 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 differs from convert(C, std) in that equations are transformed into pairs of inequalities.

• 

This function is equivalent to convert(C, stdle).

• 

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

Examples

withsimplex&colon;

standardize3x+4y4&comma;4x+3y=5

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

(1)

See Also

convert/std

convert/stdle