QuantifierElimination[QuantifierTools]
GetEquationalConstraints
get all equational constraints from a rational Tarski formula
Calling Sequence
Parameters
Returns
Description
Examples
Compatibility
GetEquationalConstraints(expr)
expr
-
Rational Tarski Formula
A (possibly empty) set of polynomials corresponding to any equational constraints found from expr.
Equational constraints are of interest in Cylindrical Algebraic Decompositions, Quantifier Elimination, and real algebraic geometry.
Equational constraints are any equations logically implied by expr, e.g. any polynomials from equations from a top-level conjunction of expr, or the product of all polynomials in a top-level disjunction of expr if all of them are equations.
with⁡QuantifierElimination:with⁡QuantifierTools:
GetEquationalConstraints⁡And⁡x=0,0<y
x
GetEquationalConstraints⁡forall⁡x,And⁡y<x,Or⁡x=0,y2=1
x⁢y2−1
The QuantifierElimination:-QuantifierTools:-GetEquationalConstraints command was introduced in Maple 2023.
For more information on Maple 2023 changes, see Updates in Maple 2023.
See Also
CylindricalAlgebraicDecompose
PartialCylindricalAlgebraicDecompose
QuantifierEliminate
Download Help Document