simplex/equality
convert inequalities to equations
Calling Sequence
Parameters
Description
Examples
convert(s, equality)
s
-
list or set of equalities (and/or) inequalities
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).
with⁡simplex:
convert⁡3⁢x+4⁢y≤4,4⁢x+3⁢y≤5,equality
3⁢x+4⁢y=4,4⁢x+3⁢y=5
See Also
convert[equality]
Download Help Document