Skip to content

Instantly share code, notes, and snippets.

@koba-e964
Created March 10, 2021 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koba-e964/68b864f4f11c1ed0fd5b13007c6ac845 to your computer and use it in GitHub Desktop.
Save koba-e964/68b864f4f11c1ed0fd5b13007c6ac845 to your computer and use it in GitHub Desktop.
[kyodai-2021-2]
(l,t,s,dx,dy)
1
(E t)(E s)(E dx)(E dy)[
[t s = 1] /\
[2 dx = t + s] /\
[2 dy = t^2 + 1] /\
[l^2 = dx^2 + dy^2]
].
finish
$ bin/qepcadd <kyodai-2021-2.txt
=======================================================
Quantifier Elimination
in
Elementary Algebra and Geometry
by
Partial Cylindrical Algebraic Decomposition
Version B 1.69, 16 Mar 2012
by
Hoon Hong
(hhong@math.ncsu.edu)
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 ']':
[kyodai-2021-2]Enter a variable list:
(l,t,s,dx,dy)Enter the number of free variables:
1
Enter a prenex formula:
(E t)(E s)(E dx)(E dy)[
[t s = 1] /\
[2 dx = t + s] /\
[2 dy = t^2 + 1] /\
[l^2 = dx^2 + dy^2]
].
=======================================================
Before Normalization >
finish
An equivalent quantifier-free formula:
16 l^2 - 27 >= 0
===================== The End =======================
-----------------------------------------------------------------------------
0 Garbage collections, 0 Cells and 0 Arrays reclaimed, in 0 milliseconds.
16887 Cells in AVAIL, 500000 Cells in SPACE.
System time: 51 milliseconds.
System time after the initialization: 46 milliseconds.
-----------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment