equality - 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/equality

convert inequalities to equations

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(s, equality)

Parameters

s

-

list or set of equalities (and/or) inequalities

Description

• 

All equations and inequalities are converted to type `=`. Note that the feasible region described by the original set of relations is usually not preserved by this operation.

• 

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

Examples

withsimplex:

convert3x+4y4,4x+3y5,equality

3x+4y=4,4x+3y=5

(1)

See Also

convert[equality]