Resolve
The function Resolve can eliminate quantifiers (for
example and
) from arbitrary polynomial
systems in complex or real variables using the same methods used by
the solving function Reduce. For
cases in which obtaining an implicit quantifier-free form of the
system is easier than computing explicit solutions, Resolve
returns the implicit form. Resolve can also eliminate
quantifiers involving Boolean variables.
Example: Coefficients satisfying constraints
This gives the conditions that real coefficients a, b,
and c have to satisfy so that a quadratic polynomial in a real
variable x is positive.
Example: Does x2 + y2 < 1
Imply that y > x4 - 2?
Graphically, the above result means that the unit circle lies inside the parabola.
|