Last active
March 10, 2021 03:06
-
-
Save koba-e964/2eedd09699c1f531f300abcff80dffe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[todai-2020-1] | |
(a,b,c,p,x) | |
4 | |
(E x)[ | |
[[a x^2 + b x + c > 0 /\ b x^2 + c x + a > 0 /\ c x^2 + a x + b > 0] <==> | |
[x > p]] ==> [p = 0] | |
]. | |
finish |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bin/qepcadd <todai-2020-1.txt | |
======================================================= | |
Quantifier Elimination | |
in | |
Elementary Algebra and Geometry | |
by | |
Partial Cylindrical Algebraic Decomposition | |
Version B 1.69, 16 Mar 2012 | |
by | |
Hoon Hong | |
([email protected]) | |
With contributions by: Christopher W. Brown, George E. | |
Collins, Mark J. Encarnacion, Jeremy R. Johnson | |
Werner Krandick, Richard Liska, Scott McCallum, | |
Nicolas Robidoux, and Stanly Steinberg | |
======================================================= | |
Enter an informal description between '[' and ']': | |
[todai-2021-1]Enter a variable list: | |
(a,b,c,p,x)Enter the number of free variables: | |
4 | |
Enter a prenex formula: | |
(E x)[ | |
[[a x^2 + b x + c > 0 /\ b x^2 + c x + a > 0 /\ c x^2 + a x + b > 0] <==> | |
[x > p]] ==> [p = 0] | |
]. | |
======================================================= | |
Before Normalization > | |
finish | |
Warning! Some 3-level projection factor is acting as a | |
delineating polynomial for another! CAD Simplification does not | |
take this into account! | |
Warning! Some 3-level projection factor is acting as a | |
delineating polynomial for another! CAD Simplification does not | |
take this into account! | |
An equivalent quantifier-free formula: | |
TRUE | |
===================== The End ======================= | |
----------------------------------------------------------------------------- | |
21 Garbage collections, 7055431 Cells and 0 Arrays reclaimed, in 232 milliseconds. | |
157349 Cells in AVAIL, 500000 Cells in SPACE. | |
System time: 913 milliseconds. | |
System time after the initialization: 908 milliseconds. | |
----------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment