Skip to content

Instantly share code, notes, and snippets.

@rburing
Created May 6, 2021 07:11
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 rburing/bd237d4b89db91e06888bc4dc0743c2e to your computer and use it in GitHub Desktop.
Save rburing/bd237d4b89db91e06888bc4dc0743c2e to your computer and use it in GitHub Desktop.
SINGULAR /
A Computer Algebra System for Polynomial Computations / version 4.2.0
0<
by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \ Dec 2020
FB Mathematik der Universitaet, D-67653 Kaiserslautern \
/home/rburing/Documents/stdVerbose.S 1> option(teach);
/home/rburing/Documents/stdVerbose.S 2> option(redTail);
/home/rburing/Documents/stdVerbose.S 3> option(prot);
/home/rburing/Documents/stdVerbose.S 4> ring r=0, (y0,y1,y2,y3,y4,y5,y6,y7,y8,x0,x1,x2,x3,x4,x5,x6), dp;
/home/rburing/Documents/stdVerbose.S 5> ideal i = x1 + 7/5*x3 + 7/5*x5 - 4/125,
/home/rburing/Documents/stdVerbose.S 6. x0 + x2 + 7/5*x4 + 7/5*x6 - 4/125,
/home/rburing/Documents/stdVerbose.S 7. 5*y0 + 5*y1 + 7*y2 + 7*y6 + 1/5,
/home/rburing/Documents/stdVerbose.S 8. 25*y0^2 + 25*y1^2 + 35*y2^2 + 35*y6^2 - 4/5,
/home/rburing/Documents/stdVerbose.S 9. 5*y0^3 + 5*y1^3 + 7*y2^3 + 7*y6^3 - y0^2 + 1/125,
/home/rburing/Documents/stdVerbose.S 10. 5*y0*y1^2 + 5*y1*y3^2 + 7*y2*y4^2 + 7*y6*y7^2 + 1/125,
/home/rburing/Documents/stdVerbose.S 11. 5*x1*y1 - y1^2 + 7*x3*y2 + 7*x5*y6 + 1/125,
/home/rburing/Documents/stdVerbose.S 12. 5*y0*y2^2 + 5*y1*y4^2 + 7*y2*y5^2 + 7*y6*y8^2 - x0 + 1/125,
/home/rburing/Documents/stdVerbose.S 13. 5*x0*y0 + 5*x2*y1 + 7*x4*y2 - y2^2 + 7*x6*y6 + 1/125,
/home/rburing/Documents/stdVerbose.S 14. 5*y1 + 5*y3 + 7*y4 + 7*y7 + 1/5,
/home/rburing/Documents/stdVerbose.S 15. 25*y0*y1 + 25*y1*y3 + 35*y2*y4 + 35*y6*y7 + 1/5,
/home/rburing/Documents/stdVerbose.S 16. 5*y0^2*y1 + 5*y1^2*y3 + 7*y2^2*y4 + 7*y6^2*y7 - y1^2 + 1/125,
/home/rburing/Documents/stdVerbose.S 17. 25*y1^2 + 25*y3^2 + 35*y4^2 + 35*y7^2 - 4/5,
/home/rburing/Documents/stdVerbose.S 18. 5*y1^3 + 5*y3^3 + 7*y4^3 + 7*y7^3 - x1 + 1/125,
/home/rburing/Documents/stdVerbose.S 19. 5*x1*y3 - y3^2 + 7*x3*y4 + 7*x5*y7 + 1/125,
/home/rburing/Documents/stdVerbose.S 20. 5*y1*y2^2 + 5*y3*y4^2 + 7*y4*y5^2 + 7*y7*y8^2 - x2 + 1/125,
/home/rburing/Documents/stdVerbose.S 21. 5*x0*y1 + 5*x2*y3 + 7*x4*y4 - y4^2 + 7*x6*y7 + 1/125,
/home/rburing/Documents/stdVerbose.S 22. 7*y2 + 7*y4 + 49/5*y5 + 49/5*y8 + 7/25,
/home/rburing/Documents/stdVerbose.S 23. 35*y0*y2 + 35*y1*y4 + 49*y2*y5 + 49*y6*y8 + 7/25,
/home/rburing/Documents/stdVerbose.S 24. 5*y0^2*y2 + 5*y1^2*y4 + 7*y2^2*y5 + 7*y6^2*y8 - y2^2 + 1/125,
/home/rburing/Documents/stdVerbose.S 25. 35*y1*y2 + 35*y3*y4 + 49*y4*y5 + 49*y7*y8 + 7/25,
/home/rburing/Documents/stdVerbose.S 26. 5*y1^2*y2 + 5*y3^2*y4 + 7*y4^2*y5 + 7*y7^2*y8 - x3 + 1/125,
/home/rburing/Documents/stdVerbose.S 27. 5*x1*y4 - y4^2 + 7*x3*y5 + 7*x5*y8 + 1/125,
/home/rburing/Documents/stdVerbose.S 28. 35*y2^2 + 35*y4^2 + 49*y5^2 + 49*y8^2 - 18/25,
/home/rburing/Documents/stdVerbose.S 29. 5*y2^3 + 5*y4^3 + 7*y5^3 + 7*y8^3 - x4 + 1/125,
/home/rburing/Documents/stdVerbose.S 30. 5*x0*y2 + 5*x2*y4 + 7*x4*y5 - y5^2 + 7*x6*y8 + 1/125;
/home/rburing/Documents/stdVerbose.S 31> std(i);
ideal/module is not homogeneous
[65535:5]
set L
25:NULL NULL lcm: NULL
p : 125*x1+175*x3+... o:1 e:0 l:4
24:NULL NULL lcm: NULL
p : 125*x0+125*x2+... o:1 e:0 l:5
23:NULL NULL lcm: NULL
p : 25*y2+25*y4+... o:1 e:0 l:5
22:NULL NULL lcm: NULL
p : 25*y1+25*y3+... o:1 e:0 l:5
21:NULL NULL lcm: NULL
p : 25*y0+25*y1+... o:1 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
1(25)snew s:125*x1+175*x3+...
set S
0:125*x1+175*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
set L
24:NULL NULL lcm: NULL
p : 125*x0+125*x2+... o:1 e:0 l:5
23:NULL NULL lcm: NULL
p : 25*y2+25*y4+... o:1 e:0 l:5
22:NULL NULL lcm: NULL
p : 25*y1+25*y3+... o:1 e:0 l:5
21:NULL NULL lcm: NULL
p : 25*y0+25*y1+... o:1 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(24)snew s:125*x0+125*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
set L
23:NULL NULL lcm: NULL
p : 25*y2+25*y4+... o:1 e:0 l:5
22:NULL NULL lcm: NULL
p : 25*y1+25*y3+... o:1 e:0 l:5
21:NULL NULL lcm: NULL
p : 25*y0+25*y1+... o:1 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(23)snew s:25*y2+25*y4+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
set L
22:NULL NULL lcm: NULL
p : 25*y1+25*y3+... o:1 e:0 l:5
21:NULL NULL lcm: NULL
p : 25*y0+25*y1+... o:1 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(22)snew s:25*y1+25*y3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
set L
21:NULL NULL lcm: NULL
p : 25*y0+25*y1+... o:1 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(21)snew s:125*y0-125*y3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y0-125*y3+... o:1 e:0 l:8
set L
20:NULL NULL lcm: NULL
p : 125*y5^2-625*y2*x0+... o:2 e:0 l:6
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
2(20)snew s:625*y5^2-6250*y4*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:625*y5^2-6250*y4*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y0-125*y3+... o:1 e:0 l:8
5:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
set L
19:NULL NULL lcm: NULL
p : 125*y4^2-625*y4*x1+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(19)snew s:125*y4^2+875*y4*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:625*y5^2-6250*y4*x2+...
6:125*y4^2+875*y4*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y0-125*y3+... o:1 e:0 l:8
6:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
set L
18:NULL NULL lcm: NULL
p : 125*y4^2-625*y1*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(18)red:125*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-625*y1*x0
red:-625*y1*x0
with T[1]:125*x0+125*x2+...
to:625*y1*x2
red:625*y1*x2
with T[3]:25*y1+25*y3+...
to:-1250*y3*x2
snew s:6250*y3*x2+4375*y4*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:625*y5^2-6250*y4*x2+...
7:125*y4^2+875*y4*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y0-125*y3+... o:1 e:0 l:8
6:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
7:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
set L
17:NULL NULL lcm: NULL
p : 125*y3^2-625*y3*x1+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
14:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
9:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(17)snew s:125*y3^2+875*y3*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:625*y5^2-6250*y4*x2+...
7:125*y4^2+875*y4*x3+...
8:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
8:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
set L
17:NULL NULL lcm: NULL
p : 875*y2^2+875*y4^2+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
15:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
14:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
11:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
10:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
9:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
red:875*y2^2
with T[2]:25*y2+25*y4+...
to:-875*y2*y4
red:-875*y2*y4
with T[2]:25*y2+25*y4+...
to:1750*y4^2
red:1750*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-1225*y2*y5
red:-1225*y2*y5
with T[2]:25*y2+25*y4+...
to:2450*y4*y5
snew s:306250*y4*y5+306250*y4*y8+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:625*y5^2-6250*y4*x2+...
7:306250*y4*y5+306250*y4*y8+...
8:125*y4^2+875*y4*x3+...
9:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
8:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
9:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
set L
18:NULL NULL lcm: NULL
p : 125*y2^2-625*y0*x0+... o:2 e:0 l:6
17:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
14:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
11:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
10:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
9:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(18)red:125*y2^2
with T[2]:25*y2+25*y4+...
to:-125*y2*y4
red:-125*y2*y4
with T[2]:25*y2+25*y4+...
to:125*y4^2
red:125*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-175*y2*y5
red:-175*y2*y5
with T[2]:25*y2+25*y4+...
to:350*y4*y5
red:350*y4*y5
with T[9]:306250*y4*y5+306250*y4*y8+...
to:214375*y5^2
red:214375*y5^2
with T[7]:625*y5^2-6250*y4*x2+...
to:-153125*y2*y8
red:-153125*y2*y8
with T[2]:25*y2+25*y4+...
to:-153125*y8^2
snew s:6125*y8^2+30625*y6*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:625*y5^2-6250*y4*x2+...
8:306250*y4*y5+306250*y4*y8+...
9:125*y4^2+875*y4*x3+...
10:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
8:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
9:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
10:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
set L
17:NULL NULL lcm: NULL
p : 125*y1*y2+125*y3*y4+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
15:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
14:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
13:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
12:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
11:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
10:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
9:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(17)red:125*y1*y2
with T[2]:25*y2+25*y4+...
to:-125*y1*y4
red:-125*y1*y4
with T[3]:25*y1+25*y3+...
to:250*y3*y4
snew s:156250*y3*y4+109375*y3*y5+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:625*y5^2-6250*y4*x2+...
8:306250*y4*y5+306250*y4*y8+...
9:125*y4^2+875*y4*x3+...
10:156250*y3*y4+109375*y3*y5+...
11:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
8:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
9:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
10:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
11:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
set L
20:NULL NULL lcm: NULL
p : 125*y0*y2+125*y1*y4+... o:2 e:0 l:5
19:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
18:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
17:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
16:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
15:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
14:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
13:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
12:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(20)red:125*y0*y2
with T[2]:25*y2+25*y4+...
to:-125*y0*y4
red:-125*y0*y4
with T[6]:125*y0-125*y3+...
to:125*y1*y4
red:125*y1*y4
with T[3]:25*y1+25*y3+...
to:-250*y3*y4
red:-250*y3*y4
with T[11]:156250*y3*y4+109375*y3*y5+...
to:-328125*y4^2
red:-328125*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-109375*y0*y5
red:-109375*y0*y5
with T[6]:125*y0-125*y3+...
to:109375*y2*y5
red:109375*y2*y5
with T[2]:25*y2+25*y4+...
to:-568750*y4*y5
red:-568750*y4*y5
with T[10]:306250*y4*y5+306250*y4*y8+...
to:-2572500*y5^2
red:-2572500*y5^2
with T[8]:625*y5^2-6250*y4*x2+...
to:765625*y4*y6
snew s:4375*y4*y6+6125*y5*y6+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:4375*y4*y6+6125*y5*y6+...
8:625*y5^2-6250*y4*x2+...
9:306250*y4*y5+306250*y4*y8+...
10:125*y4^2+875*y4*x3+...
11:156250*y3*y4+109375*y3*y5+...
12:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
8:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
9:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
10:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
11:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
12:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
set L
22:NULL NULL lcm: NULL
p : 125*y1^2+125*y3^2+... o:2 e:0 l:5
21:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
20:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
19:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
18:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
17:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
16:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
15:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
14:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
13:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(22)red:125*y1^2
with T[3]:25*y1+25*y3+...
to:-125*y1*y3
red:-125*y1*y3
with T[3]:25*y1+25*y3+...
to:250*y3^2
red:250*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:-175*y1*y4
red:-175*y1*y4
with T[3]:25*y1+25*y3+...
to:350*y3*y4
red:350*y3*y4
with T[12]:156250*y3*y4+109375*y3*y5+...
to:1312500*y4^2
red:1312500*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-765625*y3*y5
snew s:765625*y3*y5-1093750*y3*y7+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:4375*y4*y6+6125*y5*y6+...
8:625*y5^2-6250*y4*x2+...
9:306250*y4*y5+306250*y4*y8+...
10:765625*y3*y5-1093750*y3*y7+...
11:125*y4^2+875*y4*x3+...
12:156250*y3*y4+109375*y3*y5+...
13:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
8:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
9:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
10:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
11:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
12:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
13:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
set L
25:NULL NULL lcm: NULL
p : 125*y1^2-625*y1*x1+... o:2 e:0 l:5
24:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
23:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
22:6250*y3*x2+4375*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5*x2
p : o*y4*y5*x2+o o:3 e:0 l:0
21:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
20:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
19:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
18:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
17:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
15:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
14:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
13:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(25)red:125*y1^2
with T[3]:25*y1+25*y3+...
to:-125*y1*y3
red:-125*y1*y3
with T[3]:25*y1+25*y3+...
to:125*y3^2
red:125*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:-175*y1*y4
red:-175*y1*y4
with T[3]:25*y1+25*y3+...
to:350*y3*y4
red:350*y3*y4
with T[12]:156250*y3*y4+109375*y3*y5+...
to:765625*y4^2
red:765625*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-765625*y3*y5
red:-765625*y3*y5
with T[13]:765625*y3*y5-1093750*y3*y7+...
to:-546875*y1*y7
red:-546875*y1*y7
with T[3]:25*y1+25*y3+...
to:-546875*y7^2
snew s:125*y7^2+875*y7*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:4375*y4*y6+6125*y5*y6+...
9:625*y5^2-6250*y4*x2+...
10:306250*y4*y5+306250*y4*y8+...
11:765625*y3*y5-1093750*y3*y7+...
12:125*y4^2+875*y4*x3+...
13:156250*y3*y4+109375*y3*y5+...
14:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
13:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
14:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
set L
24:NULL NULL lcm: NULL
p : 125*y0*y1+125*y1*y3+... o:2 e:0 l:5
23:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
22:6250*y3*x2+4375*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5*x2
p : o*y4*y5*x2+o o:3 e:0 l:0
21:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
20:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
19:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
18:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
17:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
15:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
14:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
13:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(24)red:125*y0*y1
with T[3]:25*y1+25*y3+...
to:-125*y0*y3
red:-125*y0*y3
with T[6]:125*y0-125*y3+...
to:125*y1*y3
red:125*y1*y3
with T[3]:25*y1+25*y3+...
to:-250*y3^2
red:-250*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:-175*y0*y4
red:-175*y0*y4
with T[6]:125*y0-125*y3+...
to:875*y2*y4
red:875*y2*y4
with T[2]:25*y2+25*y4+...
to:-3500*y3*y4
red:-3500*y3*y4
with T[13]:156250*y3*y4+109375*y3*y5+...
to:-2078125*y4^2
red:-2078125*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:765625*y3*y5
red:765625*y3*y5
with T[14]:765625*y3*y5-1093750*y3*y7+...
to:-1837500*y4*y5
red:-1837500*y4*y5
with T[12]:306250*y4*y5+306250*y4*y8+...
to:546875*y3*y6
snew s:3125*y3*y6-6125*y5*y6+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:4375*y4*y6+6125*y5*y6+...
9:3125*y3*y6-6125*y5*y6+...
10:625*y5^2-6250*y4*x2+...
11:306250*y4*y5+306250*y4*y8+...
12:765625*y3*y5-1093750*y3*y7+...
13:125*y4^2+875*y4*x3+...
14:156250*y3*y4+109375*y3*y5+...
15:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
13:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
14:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
15:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
set L
27:NULL NULL lcm: NULL
p : 125*y0^2+125*y1^2+... o:2 e:0 l:5
26:6250*y3*x2+4375*y4*x2+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y6*x2
p : o*y4*y6*x2+o o:3 e:0 l:0
25:6250*y3*x2+4375*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5*x2
p : o*y4*y5*x2+o o:3 e:0 l:0
24:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
23:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
22:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
21:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
20:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
19:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
18:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
17:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
15:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
13:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
(27)red:125*y0^2
with T[6]:125*y0-125*y3+...
to:125*y1^2
red:125*y1^2
with T[3]:25*y1+25*y3+...
to:175*y2^2
red:175*y2^2
with T[2]:25*y2+25*y4+...
to:125*y0*y3
red:125*y0*y3
with T[6]:125*y0-125*y3+...
to:-125*y1*y3
red:-125*y1*y3
with T[3]:25*y1+25*y3+...
to:250*y3^2
red:250*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:350*y0*y4
red:350*y0*y4
with T[6]:125*y0-125*y3+...
to:-875*y1*y4
red:-875*y1*y4
with T[3]:25*y1+25*y3+...
to:-875*y2*y4
red:-875*y2*y4
with T[2]:25*y2+25*y4+...
to:5250*y3*y4
red:5250*y3*y4
with T[14]:156250*y3*y4+109375*y3*y5+...
to:4375000*y4^2
red:4375000*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:765625*y0*y5
red:765625*y0*y5
with T[6]:125*y0-125*y3+...
to:-765625*y2*y5
red:-765625*y2*y5
with T[2]:25*y2+25*y4+...
to:-765625*y3*y5
red:-765625*y3*y5
with T[15]:765625*y3*y5-1093750*y3*y7+...
to:5818750*y4*y5
red:5818750*y4*y5
with T[12]:306250*y4*y5+306250*y4*y8+...
to:2572500*y5^2
red:2572500*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-546875*y0*y6
red:-546875*y0*y6
with T[6]:125*y0-125*y3+...
to:-1093750*y3*y6
red:-1093750*y3*y6
with T[13]:3125*y3*y6-6125*y5*y6+...
to:-3062500*y4*y6
red:-3062500*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:1312500*y6^2
snew s:7500*y6^2+6250*y6*y7+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
set L
28:6250*y3*x2+4375*y4*x2+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y6*x2
p : o*y4*y6*x2+o o:3 e:0 l:0
27:6250*y3*x2+4375*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5*x2
p : o*y4*y5*x2+o o:3 e:0 l:0
26:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
25:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
24:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
23:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
22:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
21:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
20:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
19:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
18:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
17:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
15:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
13:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
10:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
9:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
8:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
5:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
3:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
2:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
1:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
0:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
3(28)red:-4375*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-6125*y5*y6*x2
snew s:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
set L
31:6250*y3*x2+4375*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5*x2
p : o*y4*y5*x2+o o:3 e:0 l:0
30:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
29:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
28:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
27:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
26:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
24:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
23:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
22:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
21:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
20:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
19:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
18:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
17:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
16:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
15:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
14:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
13:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
12:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
11:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
10:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
9:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
8:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
7:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
6:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
5:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
4:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
3:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
2:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(31)red:-1071875*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-4375000*y3*y7*x2
red:-4375000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:2143750*y5*y7*x2
snew s:2143750*y5*y7*x2-3062500*y4*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:2143750*y5*y7*x2-3062500*y4*y8*x2+...
18:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
18:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
set L
35:6250*y3*x2+4375*y4*x2+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*x2
p : o*y4^2*x2+o o:3 e:0 l:0
34:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
33:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
32:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
31:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
29:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
28:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
27:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
26:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
24:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
23:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
22:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
21:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
20:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
19:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
18:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
17:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
16:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
15:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
14:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
13:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
12:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
11:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
10:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
9:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
8:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
7:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
6:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
4:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
3:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
2:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(35)red:-109375*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:109375*y3*y5*x2
red:109375*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-153125*y4*y5*x2
red:-153125*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:306250*y5*y7*x2
red:306250*y5*y7*x2
with T[18]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:3062500*y3*y8*x2
red:3062500*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:2572500*y8^2*x2
red:2572500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-3062500*y4^2*x3
red:-3062500*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:918750*y4*y5*x3
red:918750*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:2143750*y5^2*x3
red:2143750*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:-3062500*y4*y7*x3
snew s:1531250*y4*y7*x3-1531250*y5*y7*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:2143750*y5*y7*x2-3062500*y4*y8*x2+...
19:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
set L
39:6250*y3*x2+4375*y4*x2+... 125*y3^2+875*y3*x3+... lcm: o*y3^2*x2
p : o*y3*y4*x2+o o:3 e:0 l:0
38:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
37:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
36:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
35:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
34:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
33:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
32:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
31:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
29:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
28:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
27:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
26:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
24:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
23:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
22:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
21:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
20:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
19:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
18:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
17:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
16:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
15:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
14:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
13:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
12:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
9:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
8:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
7:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
6:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
4:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
3:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
2:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(39)red:-4375*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:30625*y4^2*x2
red:30625*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-43750*y3*y7*x2
red:-43750*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:61250*y4*y7*x2
snew s:428750*y4*y7*x2+743750*y3*y7*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:2143750*y5*y7*x2-3062500*y4*y8*x2+...
19:428750*y4*y7*x2+743750*y3*y7*x3+...
20:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
set L
44:625*y5^2-6250*y4*x2+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4*y5^2
p : o*y4*y5*y8+o o:3 e:0 l:0
43:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
42:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
40:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
39:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
38:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
37:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
36:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
35:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
33:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
32:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
31:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
30:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
29:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
28:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
27:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
26:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
25:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
24:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
23:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
22:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
21:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
20:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
19:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
18:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
17:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
16:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
15:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
14:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
13:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
12:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
10:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
9:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
8:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
7:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
6:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
5:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
4:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
2:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(44)red:306250*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:428750*y5^2*y8
red:428750*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-306250*y4*y8^2
red:-306250*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-61250*y5*y8^2
red:-61250*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-367500*y8^3
red:-367500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:3062500*y4^2*x2
red:3062500*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:5818750*y4*y5*x2
red:5818750*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:2572500*y5^2*x2
red:2572500*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:1531250*y4*y6*x2
red:1531250*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1837500*y5*y6*x2
red:-1837500*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-18375000*y4*y7*x2
red:-18375000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-15006250*y5*y7*x2
red:-15006250*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-156187500*y6*y7*x2
snew s:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
19:2143750*y5*y7*x2-3062500*y4*y8*x2+...
20:428750*y4*y7*x2+743750*y3*y7*x3+...
21:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
set L
48:125*y4^2+875*y4*x3+... 306250*y4*y5+306250*y4*y8+... lcm: o*y4^2*y5
p : o*y4^2*y8+o o:3 e:0 l:0
47:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
46:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
45:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
44:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
43:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
42:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
40:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
39:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
38:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
37:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
36:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
35:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
34:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
33:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
32:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
31:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
30:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
28:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
27:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
26:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
25:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
24:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
23:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
22:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
21:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
20:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
19:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
18:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
17:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
16:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
15:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
14:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
13:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
12:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
11:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
10:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
9:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
8:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
6:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
5:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
4:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
2:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(48)red:306250*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:428750*y4*y5*y8
red:428750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-306250*y4*y8^2
red:-306250*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-3001250*y5*y8^2
red:-3001250*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-2572500*y8^3
red:-2572500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:18375000*y4^2*x2
red:18375000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:12862500*y4*y5*x2
red:12862500*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1531250*y4*y6*x2
red:1531250*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:12862500*y5*y6*x2
red:12862500*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:18375000*y4*y7*x2
red:18375000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-105043750*y5*y7*x2
red:-105043750*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:156187500*y6*y7*x2
red:156187500*y6*y7*x2
with T[21]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-62704687500*y4*y8*x2
snew s:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
19:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
20:2143750*y5*y7*x2-3062500*y4*y8*x2+...
21:428750*y4*y7*x2+743750*y3*y7*x3+...
22:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
set L
53:625*y5^2-6250*y4*x2+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y5^2
p : o*y3*y5*y7+o o:3 e:0 l:0
52:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
51:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
50:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
49:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
48:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
46:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
45:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
44:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
42:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
41:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
40:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
39:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
38:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
37:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
36:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
35:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
34:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
33:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
32:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
31:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
30:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
29:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
28:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
27:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
25:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
24:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
23:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
22:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
21:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
19:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
18:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
17:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
15:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
14:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
13:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
12:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
11:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
10:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
9:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
8:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
6:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
5:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
4:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
2:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
1:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
(53)red:-1093750*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-5359375*y4*y5*y7
red:-5359375*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:15006250*y5^2*y7
red:15006250*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:-21875000*y3*y7^2
red:-21875000*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-15312500*y4*y7^2
red:-15312500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:3062500*y5*y7^2
red:3062500*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-26250000*y7^3
red:-26250000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:10718750*y3*y5*y8
red:10718750*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-10718750*y4*y5*y8
red:-10718750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-36015000*y5^2*y8
red:-36015000*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:30625000*y3*y7*y8
snew s:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
19:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
20:2143750*y5*y7*x2-3062500*y4*y8*x2+...
21:428750*y4*y7*x2+743750*y3*y7*x3+...
22:1071875*y5*y6*x2-1531250*y4*y7*x2+...
23:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
set L
59:306250*y4*y5+306250*y4*y8+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3*y4*y5
p : o*y3*y4*y7+o o:3 e:0 l:0
58:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
57:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
56:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
55:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
54:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
53:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
51:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
50:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
49:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
48:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
47:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
46:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
45:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
44:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
43:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
42:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
41:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
40:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
39:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
38:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
37:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
36:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
35:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
33:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
32:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
30:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
29:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
28:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
27:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
26:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
24:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
23:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
22:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
21:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
19:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
18:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
17:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
15:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
14:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
13:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
12:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
11:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
10:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
9:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
8:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
7:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
6:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
5:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
4:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
3:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
2:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
1:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
0:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
(59)red:-2187500*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-1531250*y4^2*y7
red:-1531250*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:1531250*y3*y5*y7
red:1531250*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:2143750*y4*y5*y7
red:2143750*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:2187500*y3*y7^2
red:2187500*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:437500*y4*y7^2
red:437500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:2625000*y7^3
red:2625000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-1531250*y4^2*y8
red:-1531250*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:-2143750*y3*y5*y8
red:-2143750*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-25725000*y4*y5*y8
red:-25725000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-15312500*y3*y7*y8
red:-15312500*y3*y7*y8
with T[23]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:-2633596875000*y5*y7*y8
snew s:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
19:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
20:2143750*y5*y7*x2-3062500*y4*y8*x2+...
21:428750*y4*y7*x2+743750*y3*y7*x3+...
22:1071875*y5*y6*x2-1531250*y4*y7*x2+...
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
24:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
set L
64:125*y3^2+875*y3*x3+... 765625*y3*y5-1093750*y3*y7+... lcm: o*y3^2*y5
p : o*y3^2*y7+o o:3 e:0 l:0
63:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
62:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
61:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
60:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
59:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
58:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
57:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
56:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
55:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
54:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
53:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
52:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
51:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
50:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
49:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
48:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
47:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
46:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
45:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
44:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
43:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
42:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
41:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
40:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
39:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
38:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
37:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
36:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
35:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
34:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
33:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
32:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
31:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
30:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
29:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
28:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
27:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
26:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
24:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
22:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
21:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
20:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
19:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
18:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
15:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
14:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
13:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
12:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
11:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
10:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
9:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
7:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
6:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
5:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
4:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
3:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
2:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
1:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
0:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
(64)red:-1093750*y3^2*y7
with T[5]:125*y3^2+875*y3*x3+...
to:-765625*y3*y4*y7
red:-765625*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:16078125*y3*y5*y7
red:16078125*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:9843750*y3*y7^2
red:9843750*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:21437500*y4*y7^2
red:21437500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-15006250*y5*y7^2
red:-15006250*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:27562500*y7^3
red:27562500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:7656250*y3^2*y8
red:7656250*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:-7656250*y3*y4*y8
red:-7656250*y3*y4*y8
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-20365625*y3*y5*y8
red:-20365625*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-107187500*y3*y7*y8
red:-107187500*y3*y7*y8
with T[24]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:7900790625000*y5*y7*y8
red:7900790625000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-150759984375000*y7^2*y8
red:-150759984375000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:63958781250000*y3*y8^2
red:63958781250000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-63958781250000*y4*y8^2
red:-63958781250000*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-214901505000000*y5*y8^2
red:-214901505000000*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:153501075000000*y7*y8^2
red:153501075000000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-548218125000000*y3*y4*x2
red:-548218125000000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:383752687500000*y4^2*x2
red:383752687500000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-383752687500000*y3*y5*x2
red:-383752687500000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:268626881250000*y4*y5*x2
red:268626881250000*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-45684843750000*y3*y6*x2
red:-45684843750000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:351773296875000*y4*y6*x2
red:351773296875000*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:582024909375000*y5*y6*x2
red:582024909375000*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:45684843750000*y3*y7*x2
red:45684843750000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1982722218750000*y4*y7*x2
red:1982722218750000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-268626881250000*y5*y7*x2
red:-268626881250000*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-109643625000000*y6*y7*x2
red:-109643625000000*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:1119278671875000*y7^2*x2
red:1119278671875000*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-383752687500000*y3*y8*x2
red:-383752687500000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-3027131493750000*y4*y8*x2
red:-3027131493750000*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-115383056250000*y5*y8*x2
snew s:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
19:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
25:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
25:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
set L
69:4375*y4*y6+6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y4*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
68:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
67:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
66:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
65:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
64:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
63:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
62:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
61:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
60:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
59:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
58:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
57:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
56:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
55:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
54:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
53:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
52:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
51:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
50:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
49:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
48:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
47:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
46:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
45:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
44:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
42:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
41:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
40:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
39:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
38:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
37:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
36:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
35:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
34:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
33:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
32:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
31:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
30:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
29:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
28:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
27:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
26:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
24:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
22:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
21:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
20:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
19:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
18:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
15:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
14:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
13:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
12:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
11:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
10:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
9:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
7:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
6:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
5:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
4:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
3:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
2:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
1:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
0:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
(69)red:-73500*y5*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:481250*y4*y6*y7
red:481250*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-367500*y5*y6*y7
snew s:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
19:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
25:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
26:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
25:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
26:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
75:3125*y3*y6-6125*y5*y6+... 7500*y6^2+6250*y6*y7+... lcm: o*y3*y6^2
p : o*y5*y6^2+o o:3 e:0 l:0
74:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
73:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
72:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
71:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
70:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
69:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
68:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
67:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
66:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
65:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
64:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
63:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
62:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
61:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
60:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
59:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
58:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
57:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
56:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
55:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
54:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
53:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
52:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
51:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
50:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
49:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
48:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
47:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
46:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
44:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
43:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
42:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
41:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
40:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
39:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
38:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
37:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
36:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
35:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
34:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
33:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
31:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
30:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
29:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
28:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
27:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
26:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
24:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
23:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
22:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
21:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
20:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
19:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
18:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
17:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
16:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
15:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
14:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
12:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
11:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
10:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
9:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
8:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
7:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
6:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(75)red:73500*y5*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:343750*y3*y6*y7
red:343750*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-262500*y4*y6*y7
red:-262500*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:735000*y5*y6*y7
red:735000*y5*y6*y7
with T[26]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:-4238561250000*y6^2*y7
red:-4238561250000*y6^2*y7
with T[12]:7500*y6^2+6250*y6*y7+...
to:3237789843750*y3*y7^2
red:3237789843750*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-7005399843750*y4*y7^2
red:-7005399843750*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-4238561250000*y6*y7^2
red:-4238561250000*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:2060411718750*y3*y6*y8
red:2060411718750*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:2472494062500*y4*y6*y8
red:2472494062500*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:5933985750000*y6^2*y8
red:5933985750000*y6^2*y8
with T[12]:7500*y6^2+6250*y6*y7+...
to:4120823437500*y3*y7*y8
red:4120823437500*y3*y7*y8
with T[25]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:28928180531250000*y4*y7*y8
snew s:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
19:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
25:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
26:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
27:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
25:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
26:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
27:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
82:765625*y3*y5-1093750*y3*y7+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
81:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
80:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
79:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
78:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
77:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
76:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
75:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
74:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
73:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
72:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
71:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
70:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
69:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
68:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
67:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
66:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
65:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
64:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
63:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
62:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
61:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
60:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
58:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
57:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
56:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
55:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
54:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
53:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
52:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
50:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
49:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
48:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
47:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
46:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
45:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
44:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
43:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
42:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
41:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
40:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
39:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
38:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
37:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
36:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
35:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
34:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
33:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
32:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
31:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
30:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
29:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
28:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
26:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
25:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
24:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
23:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
22:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
21:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
20:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
19:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
18:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
17:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
16:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
15:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
14:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
13:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
12:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
10:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
9:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(82)red:-1500625*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-765625*y3*y5*y7
red:-765625*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:1071875*y4*y5*y7
red:1071875*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:2187500*y3*y6*y7
red:2187500*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:1531250*y4*y6*y7
red:1531250*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:3675000*y5*y6*y7
red:3675000*y5*y6*y7
with T[27]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:-5769152812500*y4*y7^2
red:-5769152812500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:4038406968750*y5*y7^2
red:4038406968750*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-4944988125000*y6*y7^2
red:-4944988125000*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-4944988125000*y7^3
red:-4944988125000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-4038406968750*y4*y5*y8
red:-4038406968750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:5653769756250*y5^2*y8
red:5653769756250*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-2884576406250*y3*y6*y8
red:-2884576406250*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:2884576406250*y4*y6*y8
red:2884576406250*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2769193350000*y5*y6*y8
snew s:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
19:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
25:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
26:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
27:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
28:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
25:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
26:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
27:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
28:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
88:306250*y4*y5+306250*y4*y8+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4*y5*y6
p : o*y5^2*y6+o o:3 e:0 l:0
87:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
86:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
85:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
84:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
83:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
82:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
81:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
80:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
79:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
78:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
77:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
76:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
75:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
74:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
73:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
72:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
71:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
70:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
68:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
67:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
66:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
65:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
64:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
63:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
62:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
61:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
60:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
59:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
58:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
57:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
56:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
55:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
54:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
53:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
52:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
51:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
50:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
49:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
48:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
47:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
46:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
45:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
43:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
42:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
41:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
40:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
39:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
38:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
37:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
36:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
35:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
34:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
33:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
32:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
31:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
30:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
29:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
28:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
27:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
26:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
24:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
23:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
22:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
21:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
20:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
19:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
18:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
17:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(88)red:428750*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-306250*y4*y5*y7
red:-306250*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-428750*y5^2*y8
red:-428750*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-306250*y4*y6*y8
red:-306250*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:735000*y5*y6*y8
red:735000*y5*y6*y8
with T[26]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:415379002500000*y5*y7*y8
red:415379002500000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-683026484765625000*y6*y7*y8
snew s:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
19:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
25:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
26:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
27:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
28:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
29:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
25:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
26:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
27:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
28:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
29:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
94:125*y4^2+875*y4*x3+... 4375*y4*y6+6125*y5*y6+... lcm: o*y4^2*y6
p : o*y4*y5*y6+o o:3 e:0 l:0
93:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
92:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
91:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
90:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
89:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
88:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
87:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
86:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
85:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
84:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
83:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
82:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
81:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
80:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
79:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
78:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
77:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
76:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
75:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
74:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
73:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
72:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
71:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
70:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
69:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
68:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
67:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
66:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
63:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
62:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
61:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
60:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
56:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
55:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(94)red:6125*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-42875*y5^2*y6
red:-42875*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-109375*y4^2*y7
red:-109375*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:153125*y4*y5*y7
red:153125*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-306250*y4*y5*y8
red:-306250*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:428750*y5^2*y8
red:428750*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:525000*y4*y6*y8
red:525000*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1470000*y5*y6*y8
red:-1470000*y5*y6*y8
with T[27]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:123624703125000*y4*y7*y8
red:123624703125000*y4*y7*y8
with T[26]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:-623068503750000*y5*y7*y8
red:-623068503750000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:2185684751250000000*y6*y7*y8
red:2185684751250000000*y6*y7*y8
with T[25]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:286871123601562500*y4*y8^2
red:286871123601562500*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:1090110269685937500*y5*y8^2
red:1090110269685937500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1180269765675000000*y6*y8^2
red:-1180269765675000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-836024417353125000*y7*y8^2
red:-836024417353125000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:344245348321875000*y8^3
red:344245348321875000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-6884906966437500000*y4*y6*x2
red:-6884906966437500000*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:3385079258498437500*y5*y6*x2
red:3385079258498437500*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:5901348828375000000*y6^2*x2
red:5901348828375000000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-2622821701500000000*y4*y7*x2
red:-2622821701500000000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:1032736044965625000*y5*y7*x2
red:1032736044965625000*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-766941167179687500*y6*y7*x2
red:-766941167179687500*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-4180122086765625000*y7^2*x2
red:-4180122086765625000*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:4308691778015625000*y4*y8*x2
red:4308691778015625000*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:8289349527112500000*y5*y8*x2
red:8289349527112500000*y5*y8*x2
with T[24]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:50869701945562500000*y6*y8*x2
snew s:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
19:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
20:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
21:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
22:2143750*y5*y7*x2-3062500*y4*y8*x2+...
23:428750*y4*y7*x2+743750*y3*y7*x3+...
24:1071875*y5*y6*x2-1531250*y4*y7*x2+...
25:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
27:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
28:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
29:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
30:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
25:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
26:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
27:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
28:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
29:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
30:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
99:4375*y4*y6+6125*y5*y6+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
98:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
97:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
96:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
95:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
94:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
93:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
92:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
91:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
90:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
89:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
88:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
87:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
86:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
85:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
84:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
83:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
82:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
81:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
80:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
79:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
78:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
77:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
76:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
73:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
72:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
70:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
69:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
65:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(99)red:-30625*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-214375*y4*y5*y6
red:-214375*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:153125*y4^2*y7
red:153125*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:-153125*y3*y5*y7
red:-153125*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:1312500*y4*y6*y7
red:1312500*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1093750*y3*y7^2
red:-1093750*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:546875*y4*y7^2
red:546875*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:1071875*y5*y7^2
red:1071875*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-1312500*y7^3
red:-1312500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-765625*y4^2*y8
red:-765625*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:765625*y3*y5*y8
red:765625*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1312500*y3*y6*y8
red:-1312500*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-1837500*y4*y6*y8
red:-1837500*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-735000*y5*y7*y8
red:-735000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:12436429687500*y7^2*y8
red:12436429687500*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:-5181845703125*y3*y8^2
red:-5181845703125*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-7254583984375*y4*y8^2
red:-7254583984375*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:17411001562500*y5*y8^2
red:17411001562500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:51818457031250*y3*y6*x2
red:51818457031250*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:36272919921875*y4*y6*x2
red:36272919921875*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-137837095703125*y5*y6*x2
red:-137837095703125*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-51818457031250*y3*y7*x2
red:-51818457031250*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-346147292968750*y4*y7*x2
red:-346147292968750*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-17411001562500*y5*y7*x2
red:-17411001562500*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-138577359375000*y6*y7*x2
red:-138577359375000*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-100527806640625*y7^2*x2
red:-100527806640625*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:359315277343750*y4*y8*x2
red:359315277343750*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-4909519781250000*y5*y8*x2
red:-4909519781250000*y5*y8*x2
with T[25]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:69376729609687500000*y6*y8*x2
red:69376729609687500000*y6*y8*x2
with T[24]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-744693965595907031250000*y7*y8*x2
snew s:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
19:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
20:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
23:2143750*y5*y7*x2-3062500*y4*y8*x2+...
24:428750*y4*y7*x2+743750*y3*y7*x3+...
25:1071875*y5*y6*x2-1531250*y4*y7*x2+...
26:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
27:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
28:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
29:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
30:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
31:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
19:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
21:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
22:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
23:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
24:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
25:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
26:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
27:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
28:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
29:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
30:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
31:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
104:125*y3^2+875*y3*x3+... 3125*y3*y6-6125*y5*y6+... lcm: o*y3^2*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
103:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
102:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
101:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
100:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
99:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
98:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
97:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
96:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
95:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
94:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
93:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
92:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
91:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
90:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
89:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
88:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
87:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
86:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
85:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
84:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(104)red:-6125*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-300125*y5^2*y6
red:-300125*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-390625*y3^2*y7
red:-390625*y3^2*y7
with T[5]:125*y3^2+875*y3*x3+...
to:546875*y3*y4*y7
red:546875*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-2296875*y3*y5*y7
red:-2296875*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:2143750*y4*y5*y7
red:2143750*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1875000*y3*y6*y7
red:1875000*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:7350000*y5*y6*y7
red:7350000*y5*y6*y7
with T[31]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:-2649100781250*y3*y7^2
red:-2649100781250*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-10714140937500*y4*y7^2
red:-10714140937500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:4038406968750*y5*y7^2
red:4038406968750*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-8477122500000*y6*y7^2
red:-8477122500000*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-7417482187500*y7^3
red:-7417482187500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-2060411718750*y3*y4*y8
red:-2060411718750*y3*y4*y8
with T[15]:156250*y3*y4+109375*y3*y5+...
to:4326864609375*y3*y5*y8
red:4326864609375*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-4038406968750*y4*y5*y8
red:-4038406968750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:5653769756250*y5^2*y8
red:5653769756250*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-4944988125000*y3*y6*y8
red:-4944988125000*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-5538386700000*y5*y6*y8
red:-5538386700000*y5*y6*y8
with T[29]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:309061757812500*y3*y7*y8
red:309061757812500*y3*y7*y8
with T[30]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:64284845625000000*y4*y7*y8
red:64284845625000000*y4*y7*y8
with T[28]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:-133648194054375000*y5*y7*y8
red:-133648194054375000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:4644580096406250000*y6*y7*y8
red:4644580096406250000*y6*y7*y8
with T[27]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:7130796500953125000*y7^2*y8
red:7130796500953125000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:-1434355618007812500*y3*y8^2
red:-1434355618007812500*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:12450206764307812500*y5*y8^2
red:12450206764307812500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-8261888359725000000*y6*y8^2
red:-8261888359725000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5852170921471875000*y7*y8^2
red:-5852170921471875000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:2409717438253125000*y8^3
red:2409717438253125000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:14343556180078125000*y3*y6*x2
red:14343556180078125000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-38153859439007812500*y4*y6*x2
red:-38153859439007812500*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-14458304629518750000*y5*y6*x2
red:-14458304629518750000*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:41309441798625000000*y6^2*x2
red:41309441798625000000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-14343556180078125000*y3*y7*x2
red:-14343556180078125000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-114174707193421875000*y4*y7*x2
red:-114174707193421875000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:2409717438253125000*y5*y7*x2
red:2409717438253125000*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-78151890386882812500*y6*y7*x2
red:-78151890386882812500*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-22662818764523437500*y7^2*x2
red:-22662818764523437500*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:139070620782843750000*y4*y8*x2
red:139070620782843750000*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:169300289222006250000*y5*y8*x2
red:169300289222006250000*y5*y8*x2
with T[26]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:1209392138861156250000*y6*y8*x2
red:1209392138861156250000*y6*y8*x2
with T[25]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-6702245690363163281250000*y7*y8*x2
red:-6702245690363163281250000*y7*y8*x2
with T[24]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:7100028007450154339062500*y8^2*x2
red:7100028007450154339062500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-555592525936690429687500*y3*y6*x3
red:-555592525936690429687500*y3*y6*x3
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-533368824899222812500000*y4*y6*x3
red:-533368824899222812500000*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:7449384587759145281250000*y4*y7*x3
red:7449384587759145281250000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:4133608392968976796875000*y7^2*x3
red:4133608392968976796875000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:7280484459874391390625000*y8^2*x3
red:7280484459874391390625000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:1088961350835913242187500*y3*y6*x4
red:1088961350835913242187500*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-4747871489644581735937500*y4*y6*x4
red:-4747871489644581735937500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:6272417380814860275000000*y6^2*x4
red:6272417380814860275000000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:1524545891170278539062500*y7^2*x4
red:1524545891170278539062500*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:11246792831433311965312500*y8^2*x4
red:11246792831433311965312500*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-238111082544295898437500*y3*y6*x5
red:-238111082544295898437500*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:1800119784034876992187500*y4*y6*x5
red:1800119784034876992187500*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:2285866392425240625000000*y6^2*x5
red:2285866392425240625000000*y6^2*x5
with T[12]:7500*y6^2+6250*y6*y7+...
to:4863815712771484218750000*y7^2*x5
red:4863815712771484218750000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-2613507242006191781250000*y8^2*x5
red:-2613507242006191781250000*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:2644620423458646445312500*y3*y6*x6
red:2644620423458646445312500*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-3658910138808668493750000*y4*y6*x6
red:-3658910138808668493750000*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:10752715509968331900000000*y6^2*x6
red:10752715509968331900000000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:6160409927586023484375000*y7^2*x6
red:6160409927586023484375000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:15733313596877274523125000*y8^2*x6
red:15733313596877274523125000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-13461213199837528125000*y3*y6
red:-13461213199837528125000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:108522776906161868250000*y4*y6
red:108522776906161868250000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-143369540132911092000000*y6^2
red:-143369540132911092000000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-144060379753732942500000*y7^2
red:-144060379753732942500000*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-224711841722208565725000*y8^2
red:-224711841722208565725000*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:NULL
set L
103:156250*y3*y4+109375*y3*y5+... 4375*y4*y6+6125*y5*y6+... lcm: o*y3*y4*y6
p : o*y3*y5*y6+o o:3 e:0 l:0
102:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
101:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
100:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
99:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
98:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
97:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
96:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
95:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
94:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
93:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
92:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
91:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
90:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
89:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
88:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
87:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
86:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
85:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
84:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
-red:765625*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:1500625*y5^2*y6
red:1500625*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-1093750*y3*y4*y7
red:-1093750*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:1531250*y3*y5*y7
red:1531250*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1071875*y4*y5*y7
red:-1071875*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1531250*y4*y6*y7
red:-1531250*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-3675000*y5*y6*y7
red:-3675000*y5*y6*y7
with T[31]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:8241646875000*y3*y7^2
red:8241646875000*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:5769152812500*y4*y7^2
red:5769152812500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-4038406968750*y5*y7^2
red:-4038406968750*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:9889976250000*y7^3
red:9889976250000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-5769152812500*y3*y5*y8
red:-5769152812500*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:4038406968750*y4*y5*y8
red:4038406968750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-5653769756250*y5^2*y8
red:-5653769756250*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:7005399843750*y3*y6*y8
red:7005399843750*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:2884576406250*y4*y6*y8
red:2884576406250*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:22153546800000*y5*y6*y8
red:22153546800000*y5*y6*y8
with T[29]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:-1298059382812500*y4*y7*y8
red:-1298059382812500*y4*y7*y8
with T[28]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:2907653017500000*y5*y7*y8
red:2907653017500000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-6420448956796875000*y6*y7*y8
red:-6420448956796875000*y6*y7*y8
with T[27]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:-2308629518507812500*y7^2*y8
red:-2308629518507812500*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:956237078671875000*y3*y8^2
red:956237078671875000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5756547213604687500*y5*y8^2
red:-5756547213604687500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:2753962786575000000*y6*y8^2
red:2753962786575000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:2620089595560937500*y7*y8^2
red:2620089595560937500*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-803239146084375000*y8^3
red:-803239146084375000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-9562370786718750000*y3*y6*x2
red:-9562370786718750000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:29834596854562500000*y4*y6*x2
red:29834596854562500000*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1472605101154687500*y5*y6*x2
red:-1472605101154687500*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-20654720899312500000*y6^2*x2
red:-20654720899312500000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:9562370786718750000*y3*y7*x2
red:9562370786718750000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:42839421124500000000*y4*y7*x2
red:42839421124500000000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-8835630606928125000*y5*y7*x2
red:-8835630606928125000*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:18673944093492187500*y6*y7*x2
red:18673944093492187500*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:16638525168890625000*y7^2*x2
red:16638525168890625000*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-60587931294515625000*y4*y8*x2
red:-60587931294515625000*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-36688119629700000000*y5*y8*x2
red:-36688119629700000000*y5*y8*x2
with T[26]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-1900784496173062500000*y6*y8*x2
red:-1900784496173062500000*y6*y8*x2
with T[25]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:8936327587150884375000000*y7*y8*x2
red:8936327587150884375000000*y7*y8*x2
with T[24]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-10236236697857584476562500*y8^2*x2
red:-10236236697857584476562500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:1400093165360459882812500*y4*y6*x3
red:1400093165360459882812500*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2226814843954255242187500*y4*y7*x3
red:-2226814843954255242187500*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-3733581774294559687500000*y7^2*x3
red:-3733581774294559687500000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:-7902748088923484671875000*y8^2*x3
red:-7902748088923484671875000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-2177922701671826484375000*y3*y6*x4
red:-2177922701671826484375000*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:10497587422058203654687500*y4*y6*x4
red:10497587422058203654687500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-9408626071222290412500000*y6^2*x4
red:-9408626071222290412500000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:-3049091782340557078125000*y7^2*x4
red:-3049091782340557078125000*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:-18773693688411144295312500*y8^2*x4
red:-18773693688411144295312500*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-2222370103746761718750000*y3*y6*x5
red:-2222370103746761718750000*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-155565907262273320312500*y4*y6*x5
red:-155565907262273320312500*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-4178055795043912031250000*y7^2*x5
red:-4178055795043912031250000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:1524545891170278539062500*y8^2*x5
red:1524545891170278539062500*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5289240846917292890625000*y3*y6*x6
red:-5289240846917292890625000*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:8319664720386377170312500*y4*y6*x6
red:8319664720386377170312500*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-16129073264952497850000000*y6^2*x6
red:-16129073264952497850000000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:-12818630758411321593750000*y7^2*x6
red:-12818630758411321593750000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:-20124005763447676715625000*y8^2*x6
red:-20124005763447676715625000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:54225830531420985937500*y3*y6
red:54225830531420985937500*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-222165894531356275500000*y4*y6
red:-222165894531356275500000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:215054310199366638000000*y6^2
red:215054310199366638000000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:166588862976857258437500*y7^2
red:166588862976857258437500*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:316358829008559024187500*y8^2
red:316358829008559024187500*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:NULL
set L
102:306250*y4*y5+306250*y4*y8+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4*y5
p : o*y3*y5^2+o o:3 e:0 l:0
101:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
100:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
99:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
98:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
97:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
96:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
95:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
94:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
93:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
92:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
91:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
90:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
89:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
88:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
87:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
86:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
85:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
84:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
-red:5359375*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:5359375*y4*y5*y7
red:5359375*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:15006250*y5^2*y7
red:15006250*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:-15312500*y3*y4*y8
red:-15312500*y3*y4*y8
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-10718750*y4*y5*y8
red:-10718750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-36015000*y5^2*y8
red:-36015000*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:25725000*y5*y7*y8
red:25725000*y5*y7*y8
with T[23]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-1480527343750*y3*y8^2
red:-1480527343750*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-4062567031250*y5*y8^2
red:-4062567031250*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:2487285937500*y7*y8^2
red:2487285937500*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:2487285937500*y8^3
red:2487285937500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-14805273437500*y3*y4*x2
red:-14805273437500*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:10363691406250*y4^2*x2
red:10363691406250*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-10363691406250*y3*y5*x2
red:-10363691406250*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-52440278515625*y4*y5*x2
red:-52440278515625*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-83572807500000*y5^2*x2
red:-83572807500000*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:14805273437500*y3*y6*x2
red:14805273437500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-10363691406250*y4*y6*x2
red:-10363691406250*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:114829700781250*y5*y6*x2
red:114829700781250*y5*y6*x2
with T[18]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-14805273437500*y3*y7*x2
red:-14805273437500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:193060765625000*y4*y7*x2
red:193060765625000*y4*y7*x2
with T[19]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-80007697656250*y5*y7*x2
red:-80007697656250*y5*y7*x2
with T[20]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:163957828125000*y6*y7*x2
red:163957828125000*y6*y7*x2
with T[22]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:35236550781250*y7^2*x2
red:35236550781250*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-20727382812500*y3*y8*x2
red:-20727382812500*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-412889465625000*y4*y8*x2
red:-412889465625000*y4*y8*x2
with T[21]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-200603550000000*y5*y8*x2
red:-200603550000000*y5*y8*x2
with T[26]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:2434271214375000000*y6*y8*x2
red:2434271214375000000*y6*y8*x2
with T[25]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-26129612827926562500000*y7*y8*x2
red:-26129612827926562500000*y7*y8*x2
with T[24]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-323162244686162444062500*y8^2*x2
red:-323162244686162444062500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:469167021902094140625000*y3*y4*x3
red:469167021902094140625000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:328416915331465898437500*y4^2*x3
red:328416915331465898437500*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:-797583937233560039062500*y3*y5*x3
red:-797583937233560039062500*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:229891840732026128906250*y4*y5*x3
red:229891840732026128906250*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-558308756063492027343750*y5^2*x3
red:-558308756063492027343750*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:-164208457665732949218750*y4*y6*x3
red:-164208457665732949218750*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-839562039193221093750000*y3*y7*x3
snew s:130156250*y3*y7*x3-56656250*y5*y7*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1531250*y4*y7*x3-1531250*y5*y7*x3+...
18:130156250*y3*y7*x3-56656250*y5*y7*x3+...
19:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
20:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
21:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
22:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
23:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
24:2143750*y5*y7*x2-3062500*y4*y8*x2+...
25:428750*y4*y7*x2+743750*y3*y7*x3+...
26:1071875*y5*y6*x2-1531250*y4*y7*x2+...
27:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
28:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
29:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
30:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
31:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
32:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
19:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
20:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
21:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
22:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
23:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
25:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
26:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
27:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
28:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
29:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
30:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
31:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
32:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
108:125*y4^2+875*y4*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3*y4^2
p : o*y3*y4*y5+o o:3 e:0 l:0
107:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
106:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
105:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
104:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
103:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
102:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
101:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
100:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
99:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
98:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
97:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
96:6250*y3*x2+4375*y4*x2+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*x2*x3
p : o*y4*y7*x2*x3+o o:4 e:0 l:0
95:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
94:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*y8*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
93:125*y7^2+875*y7*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
92:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
91:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
90:3125*y3*y6-6125*y5*y6+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
89:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
88:765625*y3*y5-1093750*y3*y7+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
87:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
86:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
85:156250*y3*y4+109375*y3*y5+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
84:125*y3^2+875*y3*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3^2*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(108)red:109375*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1531250*y4^2*y7
red:1531250*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:2143750*y4*y5*y7
red:2143750*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1531250*y4^2*y8
red:-1531250*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:-2143750*y3*y5*y8
red:-2143750*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-25725000*y4*y5*y8
red:-25725000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-15312500*y3*y7*y8
red:-15312500*y3*y7*y8
with T[31]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:-2633596875000*y5*y7*y8
red:-2633596875000*y5*y7*y8
with T[24]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-63958781250000*y7^2*y8
red:-63958781250000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:5329898437500*y3*y8^2
red:5329898437500*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:52233004687500*y4*y8^2
red:52233004687500*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:44771146875000*y7*y8^2
red:44771146875000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:107450752500000*y8^3
red:107450752500000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-319793906250000*y3*y4*x2
red:-319793906250000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-543649640625000*y4^2*x2
red:-543649640625000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-223855734375000*y3*y5*x2
red:-223855734375000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-380554748437500*y4*y5*x2
red:-380554748437500*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-26649492187500*y3*y6*x2
red:-26649492187500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:141242308593750*y4*y6*x2
red:141242308593750*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-197739232031250*y5*y6*x2
red:-197739232031250*y5*y6*x2
with T[19]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:26649492187500*y3*y7*x2
red:26649492187500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-506340351562500*y4*y7*x2
red:-506340351562500*y4*y7*x2
with T[20]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-156699014062500*y5*y7*x2
red:-156699014062500*y5*y7*x2
with T[21]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-548218125000000*y6*y7*x2
red:-548218125000000*y6*y7*x2
with T[23]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:205201089843750*y7^2*x2
red:205201089843750*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-223855734375000*y3*y8*x2
red:-223855734375000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:209120132812500*y4*y8*x2
red:209120132812500*y4*y8*x2
with T[22]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:456665698125000*y8^2*x2
red:456665698125000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-133247460937500*y3*y4*x3
red:-133247460937500*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:357103195312500*y4^2*x3
red:357103195312500*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:226520683593750*y3*y5*x3
red:226520683593750*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-200404181250000*y4*y5*x3
red:-200404181250000*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-156699014062500*y5^2*x3
red:-156699014062500*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:18654644531250*y4*y6*x3
red:18654644531250*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:1294403906250000*y3*y7*x3
red:1294403906250000*y3*y7*x3
with T[18]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:543649640625000*y4*y7*x3
red:543649640625000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:959381718750000*y5*y7*x3
snew s:192937500*y5*y7*x3-422625000*y4*y8*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:25*y2+25*y4+...
3:25*y1+25*y3+...
4:125*y0-125*y3+...
5:6250*y3*x2+4375*y4*x2+...
6:6125*y8^2+30625*y6*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:192937500*y5*y7*x3-422625000*y4*y8*x3+...
18:1531250*y4*y7*x3-1531250*y5*y7*x3+...
19:130156250*y3*y7*x3-56656250*y5*y7*x3+...
20:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
21:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
22:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
23:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
24:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
25:2143750*y5*y7*x2-3062500*y4*y8*x2+...
26:428750*y4*y7*x2+743750*y3*y7*x3+...
27:1071875*y5*y6*x2-1531250*y4*y7*x2+...
28:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
29:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
30:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
31:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
33:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
19:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
20:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
21:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
22:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
23:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
24:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
25:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
26:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
27:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
28:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
29:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
30:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
31:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
32:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
33:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
set L
114:125*y3^2+875*y3*x3+... 156250*y3*y4+109375*y3*y5+... lcm: o*y3^2*y4
p : o*y3^2*y5+o o:3 e:0 l:0
113:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
112:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
111:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
110:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
109:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
108:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
107:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
106:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
105:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
104:2143750*y5*y7*x2-3062500*y4*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*x2*x3
p : o*y4*y8*x2*x3+o o:4 e:0 l:0
103:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
102:6250*y3*x2+4375*y4*x2+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*x2*x3
p : o*y4*y7*x2*x3+o o:4 e:0 l:0
101:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*y8*x3
p : o*y4*y8^2*x3+o o:4 e:0 l:0
100:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
99:125*y7^2+875*y7*x3+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7^2*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
98:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*y8*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
97:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y6*y7*x3
p : o*y4*y6*y8*x3+o o:4 e:0 l:0
96:625*y5^2-6250*y4*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5^2*y7*x3
p : o*y4*y5*y8*x3+o o:4 e:0 l:0
95:306250*y4*y5+306250*y4*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y4*y5*y7*x3
p : o*y4^2*y8*x3+o o:4 e:0 l:0
94:125*y7^2+875*y7*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
93:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
92:765625*y3*y5-1093750*y3*y7+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y3*y5*y7*x3
p : o*y3*y7^2*x3+o o:4 e:0 l:0
91:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
90:3125*y3*y6-6125*y5*y6+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
89:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
88:765625*y3*y5-1093750*y3*y7+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
87:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
86:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
85:156250*y3*y4+109375*y3*y5+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
84:125*y3^2+875*y3*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3^2*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
(114)red:109375*y3^2*y5
with T[5]:125*y3^2+875*y3*x3+...
to:109375*y3*y4*y7
red:109375*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:765625*y3*y5*y7
red:765625*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:1093750*y3*y7^2
red:1093750*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-2143750*y5*y7^2
red:-2143750*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:1312500*y7^3
red:1312500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:1093750*y3^2*y8
red:1093750*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:-1093750*y3*y4*y8
red:-1093750*y3*y4*y8
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-2909375*y3*y5*y8
red:-2909375*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-15312500*y3*y7*y8
red:-15312500*y3*y7*y8
with T[32]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:7900790625000*y5*y7*y8
red:7900790625000*y5*y7*y8
with T[25]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-150759984375000*y7^2*y8
red:-150759984375000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:63958781250000*y3*y8^2
red:63958781250000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-63958781250000*y4*y8^2
red:-63958781250000*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-214901505000000*y5*y8^2
red:-214901505000000*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:153501075000000*y7*y8^2
red:153501075000000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-548218125000000*y3*y4*x2
red:-548218125000000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:383752687500000*y4^2*x2
red:383752687500000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-383752687500000*y3*y5*x2
red:-383752687500000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:268626881250000*y4*y5*x2
red:268626881250000*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-45684843750000*y3*y6*x2
red:-45684843750000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:351773296875000*y4*y6*x2
red:351773296875000*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:582024909375000*y5*y6*x2
red:582024909375000*y5*y6*x2
with T[20]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:45684843750000*y3*y7*x2
red:45684843750000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1982722218750000*y4*y7*x2
red:1982722218750000*y4*y7*x2
with T[21]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-268626881250000*y5*y7*x2
red:-268626881250000*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-109643625000000*y6*y7*x2
red:-109643625000000*y6*y7*x2
with T[24]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:1119278671875000*y7^2*x2
red:1119278671875000*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-383752687500000*y3*y8*x2
red:-383752687500000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-3027131493750000*y4*y8*x2
red:-3027131493750000*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-115383056250000*y5*y8*x2
red:-115383056250000*y5*y8*x2
with T[28]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-1611761287500000*y8^2*x2
red:-1611761287500000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-95176757812500*y3*y4*x3
red:-95176757812500*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:574106203125000*y4^2*x3
red:574106203125000*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:-161800488281250*y3*y5*x3
red:-161800488281250*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:18121654687500*y4*y5*x3
red:18121654687500*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-268626881250000*y5^2*x3
red:-268626881250000*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:31979390625000*y4*y6*x3
red:31979390625000*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:647201953125000*y3*y7*x3
red:647201953125000*y3*y7*x3
with T[19]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:90608273437500*y4*y7*x3
red:90608273437500*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:959381718750000*y5*y7*x3
red:959381718750000*y5*y7*x3
with T[18]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-437269218750000*y7^2*x3
red:-437269218750000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:-1077065876250000*y8^2*x3
red:-1077065876250000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:921006450000000*y4^2*x4
red:921006450000000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:-652379568750000*y3*y5*x4
red:-652379568750000*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:644704515000000*y4*y5*x4
red:644704515000000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-31979390625000*y3*y6*x4
red:-31979390625000*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:524462006250000*y4*y6*x4
red:524462006250000*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1163136121875000*y7^2*x4
red:-1163136121875000*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:-3868227090000000*y8^2*x4
red:-3868227090000000*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-95176757812500*y3*y4*x5
red:-95176757812500*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:383752687500000*y4^2*x5
red:383752687500000*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:-66623730468750*y3*y5*x5
red:-66623730468750*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:268626881250000*y4*y5*x5
red:268626881250000*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-95176757812500*y3*y6*x5
red:-95176757812500*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:31979390625000*y4*y6*x5
red:31979390625000*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-293144414062500*y7^2*x5
red:-293144414062500*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-463061576250000*y8^2*x5
red:-463061576250000*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:537253762500000*y4^2*x6
red:537253762500000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:-268626881250000*y3*y5*x6
red:-268626881250000*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:376077633750000*y4*y5*x6
red:376077633750000*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-77664234375000*y3*y6*x6
red:-77664234375000*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:812276521875000*y4*y6*x6
red:812276521875000*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-1688511825000000*y7^2*x6
red:-1688511825000000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:-2256465802500000*y8^2*x6
red:-2256465802500000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:543867187500*y3^2
red:543867187500*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:2175468750000*y3*y4
red:2175468750000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-21051576000000*y4^2
red:-21051576000000*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:6596891437500*y3*y5
red:6596891437500*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-14736103200000*y4*y5
red:-14736103200000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:730957500000*y3*y6
red:730957500000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-11987703000000*y4*y6
red:-11987703000000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:15682519125000*y7^2
red:15682519125000*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:55362721050000*y8^2
red:55362721050000*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-10964362500000*y3*x2
red:-10964362500000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:NULL
set L
113:NULL NULL lcm: NULL
p : 625*y2^3+625*y4^3+... o:3 e:0 l:6
112:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
111:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
110:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
109:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
108:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
107:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
106:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
105:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
104:2143750*y5*y7*x2-3062500*y4*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*x2*x3
p : o*y4*y8*x2*x3+o o:4 e:0 l:0
103:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
102:6250*y3*x2+4375*y4*x2+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*x2*x3
p : o*y4*y7*x2*x3+o o:4 e:0 l:0
101:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*y8*x3
p : o*y4*y8^2*x3+o o:4 e:0 l:0
100:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
99:125*y7^2+875*y7*x3+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7^2*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
98:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*y8*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
97:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y6*y7*x3
p : o*y4*y6*y8*x3+o o:4 e:0 l:0
96:625*y5^2-6250*y4*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5^2*y7*x3
p : o*y4*y5*y8*x3+o o:4 e:0 l:0
95:306250*y4*y5+306250*y4*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y4*y5*y7*x3
p : o*y4^2*y8*x3+o o:4 e:0 l:0
94:125*y7^2+875*y7*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
93:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
92:765625*y3*y5-1093750*y3*y7+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y3*y5*y7*x3
p : o*y3*y7^2*x3+o o:4 e:0 l:0
91:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
90:3125*y3*y6-6125*y5*y6+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
89:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
88:765625*y3*y5-1093750*y3*y7+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
87:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
86:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
85:156250*y3*y4+109375*y3*y5+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
84:125*y3^2+875*y3*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3^2*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
83:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
82:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
81:6125*y8^2+30625*y6*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7*y8^2*x2
p : o*y6*y7*x2^2+o o:4 e:0 l:0
80:125*y7^2+875*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y7^2*y8*x2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
79:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y6*y7*y8*x2
p : o*y4*y6*x2^2+o o:4 e:0 l:0
78:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y5*y7*y8*x2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
77:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
76:6125*y8^2+30625*y6*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y8^2*x2
p : o*y7*y8^2*x2+o o:4 e:0 l:0
75:6125*y8^2+30625*y6*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y8^2*x2
p : o*y6*y8^2*x2+o o:4 e:0 l:0
74:6125*y8^2+30625*y6*x2+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y8^2*x2
p : o*y5*y8^2*x2+o o:4 e:0 l:0
73:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
72:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
71:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
70:7500*y6^2+6250*y6*y7+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6^2*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
69:125*y7^2+875*y7*x3+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7^2*y8
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
68:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
67:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
66:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
65:125*y7^2+875*y7*x3+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7^2*y8
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
64:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
63:6250*y3*x2+4375*y4*x2+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
62:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
61:6250*y3*x2+4375*y4*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
60:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
59:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
58:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
57:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
56:4375*y4*y6+6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
55:3125*y3*y6-6125*y5*y6+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y3*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
54:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
53:625*y5^2-6250*y4*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5^2*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
52:4375*y4*y6+6125*y5*y6+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y6*y8*x2
p : o*y5*y6*y8*x2+o o:4 e:0 l:0
51:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
50:306250*y4*y5+306250*y4*y8+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
49:765625*y3*y5-1093750*y3*y7+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y3*y5*y8*x2
p : o*y3*y6*y8*x2+o o:4 e:0 l:0
48:625*y5^2-6250*y4*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5^2*y7*y8
p : o*y5^2*y8*x2+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y5*y8*x2
p : o*y5^2*y8*x2+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4^2*y8*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
45:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
44:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y3*y4*y8*x2
p : o*y3*y5*y8*x2+o o:4 e:0 l:0
42:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
41:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
40:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
39:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
38:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
37:6125*y8^2+30625*y6*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8^2
p : o*y6^2*y7*x2+o o:4 e:0 l:0
36:6125*y8^2+30625*y6*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8^2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
35:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
34:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
33:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
32:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
31:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
30:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
29:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
28:6125*y8^2+30625*y6*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
27:6125*y8^2+30625*y6*x2+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8^2
p : o*y6*y7*y8^2+o o:4 e:0 l:0
26:306250*y4*y5+306250*y4*y8+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y4*y5*y7*y8
p : o*y4*y7*y8^2+o o:4 e:0 l:0
25:6125*y8^2+30625*y6*x2+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7*y8^2
p : o*y4*y7*y8^2+o o:4 e:0 l:0
24:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
23:7500*y6^2+6250*y6*y7+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6^2*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
22:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y7*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
21:125*y7^2+875*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7^2*y8
p : o*y6*y7^2*y8+o o:4 e:0 l:0
20:125*y7^2+875*y7*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y7^2*y8
p : o*y4*y7^2*y8+o o:4 e:0 l:0
19:765625*y3*y5-1093750*y3*y7+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y3*y5*y7*y8
p : o*y3*y7^2*y8+o o:4 e:0 l:0
18:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y4*y6*y7*y8
p : o*y6^2*y7*y8+o o:4 e:0 l:0
17:3125*y3*y6-6125*y5*y6+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y3*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
16:7500*y6^2+6250*y6*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6^2*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
15:625*y5^2-6250*y4*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5^2*y6*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
14:4375*y4*y6+6125*y5*y6+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y6*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
13:306250*y4*y5+306250*y4*y8+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y5*y7*y8
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y4*y5*y6*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
10:125*y4^2+875*y4*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4^2*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
9:3125*y3*y6-6125*y5*y6+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y6*y7*y8
p : o*y4*y6*y7*y8+o o:4 e:0 l:0
8:765625*y3*y5-1093750*y3*y7+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y3*y5*y6*y8
p : o*y3*y6*y7*y8+o o:4 e:0 l:0
7:765625*y3*y5-1093750*y3*y7+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y5*y7*y8
p : o*y4*y5*y7*y8+o o:4 e:0 l:0
6:156250*y3*y4+109375*y3*y5+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y3*y5*y7*y8+o o:4 e:0 l:0
5:156250*y3*y4+109375*y3*y5+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3*y4*y7*y8
p : o*y4^2*y7*y8+o o:4 e:0 l:0
4:125*y3^2+875*y3*x3+... 3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... lcm: o*y3^2*y7*y8
p : o*y3*y4*y7*y8+o o:4 e:0 l:0
3:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
2:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
1:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
0:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
-red:625*y2^3
with T[2]:25*y2+25*y4+...
to:-625*y2^2*y4
red:-625*y2^2*y4
with T[2]:25*y2+25*y4+...
to:625*y2*y4^2
red:625*y2*y4^2
with T[2]:25*y2+25*y4+...
to:-875*y2^2*y5
red:-875*y2^2*y5
with T[2]:25*y2+25*y4+...
to:1750*y2*y4*y5
red:1750*y2*y4*y5
with T[2]:25*y2+25*y4+...
to:-2625*y4^2*y5
red:-2625*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:1225*y2*y5^2
red:1225*y2*y5^2
with T[2]:25*y2+25*y4+...
to:-3675*y4*y5^2
red:-3675*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-21000*y5^3
red:-21000*y5^3
with T[9]:625*y5^2-6250*y4*x2+...
to:-109375*y2^2*y8
red:-109375*y2^2*y8
with T[2]:25*y2+25*y4+...
to:218750*y2*y4*y8
red:218750*y2*y4*y8
with T[2]:25*y2+25*y4+...
to:-328125*y4^2*y8
red:-328125*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:306250*y2*y5*y8
red:306250*y2*y5*y8
with T[2]:25*y2+25*y4+...
to:-918750*y4*y5*y8
red:-918750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-643125*y5^2*y8
red:-643125*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:153125*y2*y8^2
red:153125*y2*y8^2
with T[2]:25*y2+25*y4+...
to:459375*y4*y8^2
red:459375*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:643125*y5*y8^2
red:643125*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:997500*y8^3
red:997500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-32156250*y4^2*x2
red:-32156250*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-29859375*y4*y5*x2
red:-29859375*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-10290000*y5^2*x2
red:-10290000*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:-32156250*y4*y6*x2
red:-32156250*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:45018750*y5*y7*x2
red:45018750*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:143325000*y4*y8*x2
red:143325000*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:14585156250*y8^2*x2
red:14585156250*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:4019531250*y4*y5*x3
red:4019531250*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-4019531250*y5^2*x3
red:-4019531250*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:-8039062500*y4*y7*x3
red:-8039062500*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-4823437500*y8^2*x3
red:-4823437500*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5627343750*y4^2*x4
red:-5627343750*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:-14791875000*y4*y5*x4
red:-14791875000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-3087000000*y5^2*x4
red:-3087000000*y5^2*x4
with T[9]:625*y5^2-6250*y4*x2+...
to:-5627343750*y4*y6*x4
red:-5627343750*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:37847906250*y8^2*x4
red:37847906250*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:4019531250*y4*y5*x5
red:4019531250*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-803906250*y8^2*x5
red:-803906250*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5627343750*y4^2*x6
red:-5627343750*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:-9164531250*y4*y5*x6
red:-9164531250*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1800750000*y5^2*x6
red:-1800750000*y5^2*x6
with T[9]:625*y5^2-6250*y4*x2+...
to:-9646875000*y4*y6*x6
red:-9646875000*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:12283687500*y8^2*x6
red:12283687500*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5468750*y2^2
red:-5468750*y2^2
with T[2]:25*y2+25*y4+...
to:10937500*y2*y4
red:10937500*y2*y4
with T[2]:25*y2+25*y4+...
to:112218750*y4^2
red:112218750*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:15312500*y2*y5
red:15312500*y2*y5
with T[2]:25*y2+25*y4+...
to:71662500*y4*y5
red:71662500*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:9003750*y5^2
red:9003750*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:128625000*y4*y6
red:128625000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:15312500*y2*y8
red:15312500*y2*y8
with T[2]:25*y2+25*y4+...
to:-233913750*y8^2
red:-233913750*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:218750*y2
red:218750*y2
with T[2]:25*y2+25*y4+...
to:-1562500*y8
snew s:y8
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:25*y2+25*y4+...
4:25*y1+25*y3+...
5:125*y0-125*y3+...
6:6250*y3*x2+4375*y4*x2+...
7:125*y7^2+875*y7*x3+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:192937500*y5*y7*x3-422625000*y4*y8*x3+...
18:1531250*y4*y7*x3-1531250*y5*y7*x3+...
19:130156250*y3*y7*x3-56656250*y5*y7*x3+...
20:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
21:2143750*y5*y7*x2-3062500*y4*y8*x2+...
22:428750*y4*y7*x2+743750*y3*y7*x3+...
23:1071875*y5*y6*x2-1531250*y4*y7*x2+...
24:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
19:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
20:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
21:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
22:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
23:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
24:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
25:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
26:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
27:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
28:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
29:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
30:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
31:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
32:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
33:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
34:y8 o:1 e:2 l:6
set L
73:NULL NULL lcm: NULL
p : 625*y1*y2^2+625*y3*y4^2+... o:3 e:0 l:6
72:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
71:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
70:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
69:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
68:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
67:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
66:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
65:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
64:2143750*y5*y7*x2-3062500*y4*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*x2*x3
p : o*y4*y8*x2*x3+o o:4 e:0 l:0
63:1531250*y4*y7*x3-1531250*y5*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7*x2*x3
p : o*y5*y7*x2*x3+o o:4 e:0 l:0
62:6250*y3*x2+4375*y4*x2+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*x2*x3
p : o*y4*y7*x2*x3+o o:4 e:0 l:0
61:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7*y8*x3
p : o*y4*y8^2*x3+o o:4 e:0 l:0
60:1531250*y4*y7*x3-1531250*y5*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x3
p : o*y5*y7*y8*x3+o o:4 e:0 l:0
59:125*y7^2+875*y7*x3+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y7^2*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
58:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7*y8*x3
p : o*y4*y7*y8*x3+o o:4 e:0 l:0
57:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5*y6*y7*x3
p : o*y4*y6*y8*x3+o o:4 e:0 l:0
56:625*y5^2-6250*y4*x2+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y5^2*y7*x3
p : o*y4*y5*y8*x3+o o:4 e:0 l:0
55:306250*y4*y5+306250*y4*y8+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y4*y5*y7*x3
p : o*y4^2*y8*x3+o o:4 e:0 l:0
54:125*y7^2+875*y7*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
53:125*y7^2+875*y7*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y7^2*x3
p : o*y5*y7^2*x3+o o:4 e:0 l:0
52:765625*y3*y5-1093750*y3*y7+... 192937500*y5*y7*x3-422625000*y4*y8*x3+... lcm: o*y3*y5*y7*x3
p : o*y3*y7^2*x3+o o:4 e:0 l:0
51:125*y7^2+875*y7*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y7^2*x2
p : o*y3*y7^2*x3+o o:4 e:0 l:0
50:3125*y3*y6-6125*y5*y6+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
49:4375*y4*y6+6125*y5*y6+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y6*y7*x3
p : o*y5*y6*y7*x3+o o:4 e:0 l:0
48:765625*y3*y5-1093750*y3*y7+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
47:306250*y4*y5+306250*y4*y8+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4*y5*y7*x3
p : o*y5^2*y7*x3+o o:4 e:0 l:0
46:125*y4^2+875*y4*x3+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y4^2*y7*x3
p : o*y4*y5*y7*x3+o o:4 e:0 l:0
45:156250*y3*y4+109375*y3*y5+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
44:125*y3^2+875*y3*x3+... 130156250*y3*y7*x3-56656250*y5*y7*x3+... lcm: o*y3^2*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
43:156250*y3*y4+109375*y3*y5+... 1531250*y4*y7*x3-1531250*y5*y7*x3+... lcm: o*y3*y4*y7*x3
p : o*y3*y5*y7*x3+o o:4 e:0 l:0
42:125*y4^2+875*y4*x3+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4^2*y7*x2
p : o*y3*y4*y7*x3+o o:4 e:0 l:0
41:428750*y4*y7*x2+743750*y3*y7*x3+... 6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... lcm: o*y4*y7*y8*x2
p : o*y4^2*x2^2+o o:4 e:0 l:0
40:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
39:2143750*y5*y7*x2-3062500*y4*y8*x2+... 4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y4*y8^2*x2+o o:4 e:0 l:0
38:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
37:428750*y4*y7*x2+743750*y3*y7*x3+... 370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... lcm: o*y4*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
36:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
35:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
34:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
33:125*y7^2+875*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
32:306250*y4*y5+306250*y4*y8+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y5*y7*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
31:125*y7^2+875*y7*x3+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y7^2*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
30:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
29:2143750*y5*y7*x2-3062500*y4*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*x2
p : o*y4*y6*y8*x2+o o:4 e:0 l:0
28:2143750*y5*y7*x2-3062500*y4*y8*x2+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
27:625*y5^2-6250*y4*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5^2*y7*x2
p : o*y4*y5*y8*x2+o o:4 e:0 l:0
26:428750*y4*y7*x2+743750*y3*y7*x3+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y4*y6*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
25:306250*y4*y5+306250*y4*y8+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y4*y5*y7*x2
p : o*y4^2*y8*x2+o o:4 e:0 l:0
24:7500*y6^2+6250*y6*y7+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y6^2*y7*x2
p : o*y6*y7^2*x2+o o:4 e:0 l:0
23:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
22:765625*y3*y5-1093750*y3*y7+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y3*y5*y7*x2
p : o*y3*y7^2*x2+o o:4 e:0 l:0
21:3125*y3*y6-6125*y5*y6+... 19523437500*y6*y7*x2+5359375000*y4*y8*x2+... lcm: o*y3*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
20:4375*y4*y6+6125*y5*y6+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y4*y6*y7*x2
p : o*y5*y6*y7*x2+o o:4 e:0 l:0
19:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
18:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
17:156250*y3*y4+109375*y3*y5+... 428750*y4*y7*x2+743750*y3*y7*x3+... lcm: o*y3*y4*y7*x2
p : o*y3*y5*y7*x2+o o:4 e:0 l:0
16:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
15:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
14:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7*y8
p : o*y5*y6*y8^2+o o:4 e:0 l:0
13:125*y7^2+875*y7*x3+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6*y7^2
p : o*y5*y6*y7*y8+o o:4 e:0 l:0
12:625*y5^2-6250*y4*x2+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5^2*y6*y7
p : o*y5^2*y6*y8+o o:4 e:0 l:0
11:306250*y4*y5+306250*y4*y8+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y4*y5*y6*y7
p : o*y4*y5*y6*y8+o o:4 e:0 l:0
10:7500*y6^2+6250*y6*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y5*y6^2*y7
p : o*y5*y6*y7^2+o o:4 e:0 l:0
9:765625*y3*y5-1093750*y3*y7+... 6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... lcm: o*y3*y5*y6*y7
p : o*y3*y6*y7^2+o o:4 e:0 l:0
8:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
7:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
6:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
5:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
4:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
3:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
2:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
0:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
(73)red:625*y1*y2^2
with T[2]:25*y2+25*y4+...
to:-625*y1*y2*y4
red:-625*y1*y2*y4
with T[2]:25*y2+25*y4+...
to:625*y1*y4^2
red:625*y1*y4^2
with T[3]:25*y1+25*y3+...
to:-875*y4^3
red:-875*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-875*y1*y2*y5
red:-875*y1*y2*y5
with T[2]:25*y2+25*y4+...
to:1750*y1*y4*y5
red:1750*y1*y4*y5
with T[3]:25*y1+25*y3+...
to:-1750*y3*y4*y5
red:-1750*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-428750*y4^2*y5
red:-428750*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:214375*y1*y5^2
red:214375*y1*y5^2
with T[3]:25*y1+25*y3+...
to:-214375*y3*y5^2
red:-214375*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-147000*y4*y5^2
red:-147000*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-765625*y4^2*y7
red:-765625*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:-2143750*y4*y5*y7
red:-2143750*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1500625*y5^2*y7
red:-1500625*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:-765625*y1*y2*y8
red:-765625*y1*y2*y8
with T[2]:25*y2+25*y4+...
to:1531250*y1*y4*y8
red:1531250*y1*y4*y8
with T[3]:25*y1+25*y3+...
to:-2143750*y4^2*y8
red:-2143750*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:2143750*y1*y5*y8
red:2143750*y1*y5*y8
with T[3]:25*y1+25*y3+...
to:-3001250*y4*y5*y8
red:-3001250*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:5359375*y1*y8^2
red:5359375*y1*y8^2
with T[3]:25*y1+25*y3+...
to:3828125*y3*y8^2
red:3828125*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:7503125*y4*y8^2
red:7503125*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:21008750*y5*y8^2
red:21008750*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:9187500*y7*y8^2
red:9187500*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:18007500*y8^3
red:18007500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:38281250*y3*y4*x2
red:38281250*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-63546875*y4^2*x2
red:-63546875*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:26796875*y3*y5*x2
red:26796875*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-88965625*y4*y5*x2
red:-88965625*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-76562500*y3*y6*x2
red:-76562500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-96468750*y4*y6*x2
red:-96468750*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-285118750*y5*y6*x2
red:-285118750*y5*y6*x2
with T[20]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:76562500*y3*y7*x2
red:76562500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-300125000*y4*y7*x2
red:-300125000*y4*y7*x2
with T[21]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:495206250*y5*y7*x2
red:495206250*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-624750000*y6*y7*x2
red:-624750000*y6*y7*x2
with T[24]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:16269531250*y7^2*x2
red:16269531250*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:13398437500*y3*y8*x2
red:13398437500*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:250818750000*y4*y8*x2
red:250818750000*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:89715937500*y8^2*x2
red:89715937500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-19140625000*y3*y4*x3
red:-19140625000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:32539062500*y3*y5*x3
red:32539062500*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:28136718750*y4*y5*x3
red:28136718750*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-28136718750*y5^2*x3
red:-28136718750*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:6699218750*y4*y6*x3
red:6699218750*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-55890625000*y4*y7*x3
red:-55890625000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:55781250000*y7^2*x3
red:55781250000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:-33764062500*y8^2*x3
red:-33764062500*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-45018750000*y4^2*x4
red:-45018750000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:22777343750*y3*y5*x4
red:22777343750*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-53379375000*y4*y5*x4
red:-53379375000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-6699218750*y3*y6*x4
red:-6699218750*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-10182812500*y4*y6*x4
red:-10182812500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:29667968750*y7^2*x4
red:29667968750*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:215318250000*y8^2*x4
red:215318250000*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-19140625000*y3*y4*x5
red:-19140625000*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:13398437500*y3*y5*x5
red:13398437500*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:28136718750*y4*y5*x5
red:28136718750*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:6699218750*y4*y6*x5
red:6699218750*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:22968750000*y7^2*x5
red:22968750000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-24385156250*y8^2*x5
red:-24385156250*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:-31620312500*y4^2*x6
red:-31620312500*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:9378906250*y3*y5*x6
red:9378906250*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-31137968750*y4*y5*x6
red:-31137968750*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-16269531250*y3*y6*x6
red:-16269531250*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-35639843750*y4*y6*x6
red:-35639843750*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-22968750000*y7^2*x6
red:-22968750000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:125602312500*y8^2*x6
red:125602312500*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-54687500*y1*y2
red:-54687500*y1*y2
with T[2]:25*y2+25*y4+...
to:109375000*y1*y4
red:109375000*y1*y4
with T[3]:25*y1+25*y3+...
to:437500000*y3*y4
red:437500000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:514937500*y4^2
red:514937500*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:153125000*y1*y5
red:153125000*y1*y5
with T[3]:25*y1+25*y3+...
to:-520625000*y3*y5
red:-520625000*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-298900000*y4*y5
red:-298900000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-107187500*y5^2
red:-107187500*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:153125000*y3*y6
red:153125000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:232750000*y4*y6
red:232750000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-678125000*y7^2
red:-678125000*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:153125000*y1*y8
red:153125000*y1*y8
with T[3]:25*y1+25*y3+...
to:-1465222500*y8^2
red:-1465222500*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:382812500*y3*x2
red:382812500*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:2187500*y1
red:2187500*y1
with T[3]:25*y1+25*y3+...
to:-15625000*y7
snew s:y7
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:y7
4:25*y2+25*y4+...
5:25*y1+25*y3+...
6:125*y0-125*y3+...
7:6250*y3*x2+4375*y4*x2+...
8:7500*y6^2+6250*y6*y7+...
9:4375*y4*y6+6125*y5*y6+...
10:3125*y3*y6-6125*y5*y6+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
17:1071875*y5*y6*x2-1531250*y4*y7*x2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
19:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
20:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
21:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
22:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
23:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
24:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
25:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
26:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
27:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
28:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
29:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
30:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
31:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
32:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
33:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
34:y7 o:1 e:2 l:6
35:y8 o:1 e:2 l:6
set L
34:NULL NULL lcm: NULL
p : 625*y0*y2^2+625*y1*y4^2+... o:3 e:0 l:6
33:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
32:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
31:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
30:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
29:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
28:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
27:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
26:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... 2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... lcm: o*y6*y7*y8*x2
p : o*y7^2*y8*x2+o o:4 e:0 l:0
24:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
23:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
22:1071875*y5*y6*x2-1531250*y4*y7*x2+... 415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... lcm: o*y5*y6*y8*x2
p : o*y4*y7*y8*x2+o o:4 e:0 l:0
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
20:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
19:7500*y6^2+6250*y6*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5*y6^2*x2
p : o*y4*y6*y7*x2+o o:4 e:0 l:0
18:625*y5^2-6250*y4*x2+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y5^2*y6*x2
p : o*y4*y5*y7*x2+o o:4 e:0 l:0
17:306250*y4*y5+306250*y4*y8+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y4*y5*y6*x2
p : o*y4^2*y7*x2+o o:4 e:0 l:0
16:765625*y3*y5-1093750*y3*y7+... 1071875*y5*y6*x2-1531250*y4*y7*x2+... lcm: o*y3*y5*y6*x2
p : o*y3*y4*y7*x2+o o:4 e:0 l:0
15:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
14:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
12:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
11:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
10:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
9:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
8:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
7:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
6:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
5:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
(34)red:625*y0*y2^2
with T[2]:25*y2+25*y4+...
to:-625*y0*y2*y4
red:-625*y0*y2*y4
with T[2]:25*y2+25*y4+...
to:625*y0*y4^2
red:625*y0*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:625*y1*y4^2
red:625*y1*y4^2
with T[3]:25*y1+25*y3+...
to:-625*y3*y4^2
red:-625*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-875*y4^3
red:-875*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-875*y0*y2*y5
red:-875*y0*y2*y5
with T[2]:25*y2+25*y4+...
to:1750*y0*y4*y5
red:1750*y0*y4*y5
with T[6]:125*y0-125*y3+...
to:1750*y3*y4*y5
red:1750*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:857500*y4^2*y5
red:857500*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:214375*y0*y5^2
red:214375*y0*y5^2
with T[6]:125*y0-125*y3+...
to:153125*y2*y5^2
red:153125*y2*y5^2
with T[2]:25*y2+25*y4+...
to:214375*y3*y5^2
red:214375*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:1047375*y4*y5^2
red:1047375*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:1029000*y5^3
red:1029000*y5^3
with T[9]:625*y5^2-6250*y4*x2+...
to:-10718750*y4*y5*y6
red:-10718750*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:7503125*y5^2*y6
red:7503125*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-3828125*y4^2*y7
red:-3828125*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:7503125*y5^2*y7
red:7503125*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:-3828125*y0*y2*y8
red:-3828125*y0*y2*y8
with T[2]:25*y2+25*y4+...
to:7656250*y0*y4*y8
red:7656250*y0*y4*y8
with T[6]:125*y0-125*y3+...
to:21437500*y4^2*y8
red:21437500*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:10718750*y0*y5*y8
red:10718750*y0*y5*y8
with T[6]:125*y0-125*y3+...
to:60025000*y4*y5*y8
red:60025000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:11147500*y5^2*y8
red:11147500*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-10718750*y4*y6*y8
red:-10718750*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:25725000*y5*y6*y8
red:25725000*y5*y6*y8
with T[31]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:415379002500000*y5*y7*y8
red:415379002500000*y5*y7*y8
with T[25]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-683026484765625000*y6*y7*y8
red:-683026484765625000*y6*y7*y8
with T[29]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:95623707867187500*y0*y8^2
red:95623707867187500*y0*y8^2
with T[6]:125*y0-125*y3+...
to:-68302648476562500*y3*y8^2
red:-68302648476562500*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-535492764056250000*y4*y8^2
red:-535492764056250000*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1204858719126562500*y5*y8^2
red:-1204858719126562500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:393423255225000000*y6*y8^2
red:393423255225000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:325120606748437500*y7*y8^2
red:325120606748437500*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1097760166315312500*y8^3
red:-1097760166315312500*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-683026484765625000*y3*y4*x2
red:-683026484765625000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:5150019695132812500*y4^2*x2
red:5150019695132812500*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-478118539335937500*y3*y5*x2
red:-478118539335937500*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:4523001382117968750*y4*y5*x2
red:4523001382117968750*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:642591316867500000*y5^2*x2
red:642591316867500000*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:341513242382812500*y3*y6*x2
red:341513242382812500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:3777136460753906250*y4*y6*x2
red:3777136460753906250*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:334682977535156250*y5*y6*x2
red:334682977535156250*y5*y6*x2
with T[20]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-1967116276125000000*y6^2*x2
red:-1967116276125000000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-341513242382812500*y3*y7*x2
red:-341513242382812500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:3633700898953125000*y4*y7*x2
red:3633700898953125000*y4*y7*x2
with T[21]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-3413766370858593750*y5*y7*x2
red:-3413766370858593750*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:2322290048203125000*y6*y7*x2
red:2322290048203125000*y6*y7*x2
with T[24]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:1864662303410156250*y7^2*x2
red:1864662303410156250*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-478118539335937500*y3*y8*x2
red:-478118539335937500*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-17773259835581250000*y4*y8*x2
red:-17773259835581250000*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-8870187832275000000*y5*y8*x2
red:-8870187832275000000*y5*y8*x2
with T[28]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-39094796724420937500*y8^2*x2
red:-39094796724420937500*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1024539727148437500*y0*y4*x3
red:-1024539727148437500*y0*y4*x3
with T[6]:125*y0-125*y3+...
to:2049079454296875000*y3*y4*x3
red:2049079454296875000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:1024539727148437500*y0*y5*x3
red:1024539727148437500*y0*y5*x3
with T[6]:125*y0-125*y3+...
to:-3483435072304687500*y3*y5*x3
red:-3483435072304687500*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-9036440393449218750*y4*y5*x3
red:-9036440393449218750*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:9036440393449218750*y5^2*x3
red:9036440393449218750*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:717177809003906250*y4*y6*x3
red:717177809003906250*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:11146992231375000000*y4*y7*x3
red:11146992231375000000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-5971602981093750000*y7^2*x3
red:-5971602981093750000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:10843728472139062500*y8^2*x3
red:10843728472139062500*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:13253445910392187500*y4^2*x4
red:13253445910392187500*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:-2438404550613281250*y3*y5*x4
red:-2438404550613281250*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:27883873214071875000*y4*y5*x4
red:27883873214071875000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:4626657481446000000*y5^2*x4
red:4626657481446000000*y5^2*x4
with T[9]:625*y5^2-6250*y4*x2+...
to:717177809003906250*y3*y6*x4
red:717177809003906250*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:12335458314867187500*y4*y6*x4
red:12335458314867187500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-8261888359725000000*y6^2*x4
red:-8261888359725000000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:-3176073154160156250*y7^2*x4
red:-3176073154160156250*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:-82827725775231937500*y8^2*x4
red:-82827725775231937500*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1024539727148437500*y0*y4*x5
red:-1024539727148437500*y0*y4*x5
with T[6]:125*y0-125*y3+...
to:2049079454296875000*y3*y4*x5
red:2049079454296875000*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-1434355618007812500*y3*y5*x5
red:-1434355618007812500*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-9036440393449218750*y4*y5*x5
red:-9036440393449218750*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:717177809003906250*y4*y6*x5
red:717177809003906250*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2458895345156250000*y7^2*x5
red:-2458895345156250000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:1024539727148437500*y0*y8*x5
red:1024539727148437500*y0*y8*x5
with T[6]:125*y0-125*y3+...
to:3815385943900781250*y8^2*x5
red:3815385943900781250*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:11819090292384375000*y4^2*x6
red:11819090292384375000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:-1004048932605468750*y3*y5*x6
red:-1004048932605468750*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:17068831854292968750*y4*y5*x6
red:17068831854292968750*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:2698883530843500000*y5^2*x6
red:2698883530843500000*y5^2*x6
with T[9]:625*y5^2-6250*y4*x2+...
to:1741717536152343750*y3*y6*x6
red:1741717536152343750*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:21085027584714843750*y4*y6*x6
red:21085027584714843750*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-14163237188100000000*y6^2*x6
red:-14163237188100000000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:-4876809101226562500*y7^2*x6
red:-4876809101226562500*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:-57801088952231625000*y8^2*x6
red:-57801088952231625000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-5854512726562500*y0*y2
red:-5854512726562500*y0*y2
with T[2]:25*y2+25*y4+...
to:35127076359375000*y0*y4
red:35127076359375000*y0*y4
with T[6]:125*y0-125*y3+...
to:-46836101812500000*y3*y4
red:-46836101812500000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-243219876712312500*y4^2
red:-243219876712312500*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:16392635634375000*y0*y5
red:16392635634375000*y0*y5
with T[6]:125*y0-125*y3+...
to:55734961156875000*y3*y5
red:55734961156875000*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-91798759552500000*y4*y5
red:-91798759552500000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-21690735471405000*y5^2
red:-21690735471405000*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-16392635634375000*y3*y6
red:-16392635634375000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-331131239814375000*y4*y6
red:-331131239814375000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:188843162508000000*y6^2
red:188843162508000000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:72595957809375000*y7^2
red:72595957809375000*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:16392635634375000*y0*y8
red:16392635634375000*y0*y8
with T[6]:125*y0-125*y3+...
to:782768022704167500*y8^2
red:782768022704167500*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-40981589085937500*y3*x2
red:-40981589085937500*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1405083054375000*y0
red:1405083054375000*y0
with T[6]:125*y0-125*y3+...
to:-1672717921875000*y6
snew s:y6
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:y7
4:y6
5:25*y2+25*y4+...
6:25*y1+25*y3+...
7:125*y0-125*y3+...
8:6250*y3*x2+4375*y4*x2+...
9:625*y5^2-6250*y4*x2+...
10:306250*y4*y5+306250*y4*y8+...
11:765625*y3*y5-1093750*y3*y7+...
12:125*y4^2+875*y4*x3+...
13:156250*y3*y4+109375*y3*y5+...
14:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
19:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
20:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
21:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
22:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
23:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
24:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
25:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
26:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
27:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
28:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
29:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
30:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
31:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
32:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
33:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
34:y7 o:1 e:2 l:6
35:y6 o:1 e:2 l:1
36:y8 o:1 e:2 l:6
set L
31:NULL NULL lcm: NULL
p : 625*y1^2*y2+625*y3^2*y4+... o:3 e:0 l:6
30:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
28:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
27:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
26:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
25:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
24:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
23:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
22:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
21:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
19:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
15:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
12:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
11:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
10:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
9:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
8:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
7:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
6:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
(31)red:625*y1^2*y2
with T[2]:25*y2+25*y4+...
to:-625*y1^2*y4
red:-625*y1^2*y4
with T[3]:25*y1+25*y3+...
to:625*y1*y3*y4
red:625*y1*y3*y4
with T[3]:25*y1+25*y3+...
to:875*y1*y4^2
red:875*y1*y4^2
with T[3]:25*y1+25*y3+...
to:-1750*y3*y4^2
red:-1750*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-1225*y4^3
red:-1225*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-4375*y1^2*y5
red:-4375*y1^2*y5
with T[3]:25*y1+25*y3+...
to:4375*y1*y3*y5
red:4375*y1*y3*y5
with T[3]:25*y1+25*y3+...
to:-4375*y3^2*y5
red:-4375*y3^2*y5
with T[5]:125*y3^2+875*y3*x3+...
to:6125*y1*y4*y5
red:6125*y1*y4*y5
with T[3]:25*y1+25*y3+...
to:-12250*y3*y4*y5
red:-12250*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-105000*y4^2*y5
red:-105000*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:109375*y1*y4*y7
red:109375*y1*y4*y7
with T[3]:25*y1+25*y3+...
to:-218750*y3*y4*y7
red:-218750*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-1531250*y4^2*y7
red:-1531250*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:765625*y1*y5*y7
red:765625*y1*y5*y7
with T[3]:25*y1+25*y3+...
to:-765625*y3*y5*y7
red:-765625*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-2143750*y4*y5*y7
red:-2143750*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1093750*y3*y7^2
red:-1093750*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-765625*y4*y7^2
red:-765625*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:1071875*y5*y7^2
red:1071875*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-1312500*y7^3
red:-1312500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-546875*y1^2*y8
red:-546875*y1^2*y8
with T[3]:25*y1+25*y3+...
to:546875*y1*y3*y8
red:546875*y1*y3*y8
with T[3]:25*y1+25*y3+...
to:-546875*y3^2*y8
red:-546875*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:765625*y1*y4*y8
red:765625*y1*y4*y8
with T[3]:25*y1+25*y3+...
to:-1071875*y4^2*y8
red:-1071875*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:2143750*y3*y5*y8
red:2143750*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:3828125*y1*y7*y8
red:3828125*y1*y7*y8
with T[3]:25*y1+25*y3+...
to:15312500*y3*y7*y8
red:15312500*y3*y7*y8
with T[32]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:-2633596875000*y5*y7*y8
red:-2633596875000*y5*y7*y8
with T[25]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:118780593750000*y7^2*y8
red:118780593750000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:-5329898437500*y3*y8^2
red:-5329898437500*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:37309289062500*y4*y8^2
red:37309289062500*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:125359211250000*y5*y8^2
red:125359211250000*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-44771146875000*y7*y8^2
red:-44771146875000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:319793906250000*y3*y4*x2
red:319793906250000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-223855734375000*y4^2*x2
red:-223855734375000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:223855734375000*y3*y5*x2
red:223855734375000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-156699014062500*y4*y5*x2
red:-156699014062500*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:26649492187500*y3*y6*x2
red:26649492187500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-205201089843750*y4*y6*x2
red:-205201089843750*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-339514530468750*y5*y6*x2
red:-339514530468750*y5*y6*x2
with T[20]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-26649492187500*y3*y7*x2
red:-26649492187500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-1028670398437500*y4*y7*x2
red:-1028670398437500*y4*y7*x2
with T[21]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:246241307812500*y5*y7*x2
red:246241307812500*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-588953777343750*y7^2*x2
red:-588953777343750*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:223855734375000*y3*y8*x2
red:223855734375000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1911301579687500*y4*y8*x2
red:1911301579687500*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:300905325000000*y5*y8*x2
red:300905325000000*y5*y8*x2
with T[28]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-3651406821562500000*y6*y8*x2
red:-3651406821562500000*y6*y8*x2
with T[27]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:39194419241889843750000*y7*y8*x2
red:39194419241889843750000*y7*y8*x2
with T[26]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:4965663759811764384375000*y8^2*x2
red:4965663759811764384375000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-689675522196078386718750*y4^2*x3
red:-689675522196078386718750*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:351875266426570605468750*y3*y5*x3
red:351875266426570605468750*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-152010115096278501562500*y4*y5*x3
red:-152010115096278501562500*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:489810370865786282812500*y5^2*x3
red:489810370865786282812500*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:-98525074599439769531250*y4*y6*x3
red:-98525074599439769531250*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2158873815068282812500000*y3*y7*x3
red:-2158873815068282812500000*y3*y7*x3
with T[19]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:32171452930429312500000*y4*y7*x3
red:32171452930429312500000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-2533501918271308359375000*y5*y7*x3
red:-2533501918271308359375000*y5*y7*x3
with T[18]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:1447715381869319062500000*y7^2*x3
red:1447715381869319062500000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:4573815463119135358125000*y8^2*x3
red:4573815463119135358125000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-2837522148463865362500000*y4^2*x4
red:-2837522148463865362500000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:2009911521828571298437500*y3*y5*x4
red:2009911521828571298437500*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1986265503924705753750000*y4*y5*x4
red:-1986265503924705753750000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:98525074599439769531250*y3*y6*x4
red:98525074599439769531250*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-1615811223430812220312500*y4*y6*x4
red:-1615811223430812220312500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:3583497713288195046093750*y7^2*x4
red:3583497713288195046093750*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:11917593023548234522500000*y8^2*x4
red:11917593023548234522500000*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-689675522196078386718750*y4^2*x5
red:-689675522196078386718750*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:351875266426570605468750*y3*y5*x5
red:351875266426570605468750*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-489810370865786282812500*y4*y5*x5
red:-489810370865786282812500*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:502678952037958007812500*y3*y6*x5
red:502678952037958007812500*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:253350191827130835937500*y4*y6*x5
red:253350191827130835937500*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:1548251172276910664062500*y7^2*x5
red:1548251172276910664062500*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-315843239144489775468750*y8^2*x5
red:-315843239144489775468750*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1655221253270588128125000*y4^2*x6
red:-1655221253270588128125000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:827610626635294064062500*y3*y5*x6
red:827610626635294064062500*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1158654877289411689687500*y4*y5*x6
red:-1158654877289411689687500*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:239275181170068011718750*y3*y6*x6
red:239275181170068011718750*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-2502536894825770146093750*y4*y6*x6
red:-2502536894825770146093750*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:4864323683080912050000000*y7^2*x6
red:4864323683080912050000000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:6951929263736470138125000*y8^2*x6
red:6951929263736470138125000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1436225577251308593750*y1^2
red:-1436225577251308593750*y1^2
with T[3]:25*y1+25*y3+...
to:1436225577251308593750*y1*y3
red:1436225577251308593750*y1*y3
with T[3]:25*y1+25*y3+...
to:-1436225577251308593750*y3^2
red:-1436225577251308593750*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:3446941385403140625000*y1*y4
red:3446941385403140625000*y1*y4
with T[3]:25*y1+25*y3+...
to:-2872451154502617187500*y3*y4
red:-2872451154502617187500*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:46761206834379005718750*y4^2
red:46761206834379005718750*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:2010715808151832031250*y1*y5
red:2010715808151832031250*y1*y5
with T[3]:25*y1+25*y3+...
to:-23340389101026466218750*y3*y5
red:-23340389101026466218750*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:32049201409293681112500*y4*y5
red:32049201409293681112500*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-2252001705130051875000*y3*y6
red:-2252001705130051875000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:36932827964132850750000*y4*y6
red:36932827964132850750000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:2010715808151832031250*y1*y7
red:2010715808151832031250*y1*y7
with T[3]:25*y1+25*y3+...
to:-63674199232090415718750*y7^2
red:-63674199232090415718750*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:2010715808151832031250*y1*y8
red:2010715808151832031250*y1*y8
with T[3]:25*y1+25*y3+...
to:-154545225587196331387500*y8^2
red:-154545225587196331387500*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:33780025576950778125000*y3*x2
red:33780025576950778125000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:57449023090052343750*y1
red:57449023090052343750*y1
with T[3]:25*y1+25*y3+...
to:NULL
set L
30:NULL NULL lcm: NULL
p : 625*y0^2*y2+625*y1^2*y4+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
28:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
27:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
26:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
25:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
24:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
23:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
22:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
21:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
19:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
15:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
12:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
11:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
10:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
9:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
8:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
7:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
6:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
-red:625*y0^2*y2
with T[2]:25*y2+25*y4+...
to:-625*y0^2*y4
red:-625*y0^2*y4
with T[6]:125*y0-125*y3+...
to:625*y1^2*y4
red:625*y1^2*y4
with T[3]:25*y1+25*y3+...
to:-625*y0*y3*y4
red:-625*y0*y3*y4
with T[6]:125*y0-125*y3+...
to:-625*y1*y3*y4
red:-625*y1*y3*y4
with T[3]:25*y1+25*y3+...
to:-1750*y0*y4^2
red:-1750*y0*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-875*y1*y4^2
red:-875*y1*y4^2
with T[3]:25*y1+25*y3+...
to:1225*y4^3
red:1225*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-4375*y0^2*y5
red:-4375*y0^2*y5
with T[6]:125*y0-125*y3+...
to:4375*y2^2*y5
red:4375*y2^2*y5
with T[2]:25*y2+25*y4+...
to:-4375*y0*y3*y5
red:-4375*y0*y3*y5
with T[6]:125*y0-125*y3+...
to:-4375*y3^2*y5
red:-4375*y3^2*y5
with T[5]:125*y3^2+875*y3*x3+...
to:-18375*y0*y4*y5
red:-18375*y0*y4*y5
with T[6]:125*y0-125*y3+...
to:-4375*y2*y4*y5
red:-4375*y2*y4*y5
with T[2]:25*y2+25*y4+...
to:-36750*y3*y4*y5
red:-36750*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1176875*y4^2*y5
red:-1176875*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:-214375*y0*y5^2
red:-214375*y0*y5^2
with T[6]:125*y0-125*y3+...
to:-153125*y2*y5^2
red:-153125*y2*y5^2
with T[2]:25*y2+25*y4+...
to:-428750*y3*y5^2
red:-428750*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-1194375*y4*y5^2
red:-1194375*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-205800*y5^3
red:-205800*y5^3
with T[9]:625*y5^2-6250*y4*x2+...
to:2734375*y0*y4*y6
red:2734375*y0*y4*y6
with T[6]:125*y0-125*y3+...
to:5468750*y3*y4*y6
red:5468750*y3*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:7656250*y4^2*y6
red:7656250*y4^2*y6
with T[4]:125*y4^2+875*y4*x3+...
to:3828125*y0*y5*y6
red:3828125*y0*y5*y6
with T[6]:125*y0-125*y3+...
to:32156250*y4*y5*y6
red:32156250*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-30012500*y5^2*y6
red:-30012500*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-3828125*y4*y6^2
red:-3828125*y4*y6^2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2734375*y0*y4*y7
red:-2734375*y0*y4*y7
with T[6]:125*y0-125*y3+...
to:-2734375*y1*y4*y7
red:-2734375*y1*y4*y7
with T[3]:25*y1+25*y3+...
to:5468750*y3*y4*y7
red:5468750*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-3828125*y0*y5*y7
red:-3828125*y0*y5*y7
with T[6]:125*y0-125*y3+...
to:-11484375*y3*y5*y7
red:-11484375*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-15006250*y5^2*y7
red:-15006250*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:3828125*y4*y6*y7
red:3828125*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:5359375*y5*y6*y7
red:5359375*y5*y6*y7
with T[33]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:-21192806250000*y3*y7^2
red:-21192806250000*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-14834964375000*y4*y7^2
red:-14834964375000*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:6922983375000*y5*y7^2
red:6922983375000*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-25431367500000*y7^3
red:-25431367500000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-3532134375000*y0^2*y8
red:-3532134375000*y0^2*y8
with T[6]:125*y0-125*y3+...
to:-3532134375000*y0*y3*y8
red:-3532134375000*y0*y3*y8
with T[6]:125*y0-125*y3+...
to:-3532134375000*y3^2*y8
red:-3532134375000*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:-14834964375000*y0*y4*y8
red:-14834964375000*y0*y4*y8
with T[6]:125*y0-125*y3+...
to:-41537900250000*y4^2*y8
red:-41537900250000*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:-13845966750000*y0*y5*y8
red:-13845966750000*y0*y5*y8
with T[6]:125*y0-125*y3+...
to:-4944988125000*y2*y5*y8
red:-4944988125000*y2*y5*y8
with T[2]:25*y2+25*y4+...
to:23735943000000*y3*y5*y8
red:23735943000000*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-87031791000000*y4*y5*y8
red:-87031791000000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:31291884855000*y5^2*y8
red:31291884855000*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:4944988125000*y0*y6*y8
red:4944988125000*y0*y6*y8
with T[6]:125*y0-125*y3+...
to:-7064268750000*y3*y6*y8
red:-7064268750000*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:41537900250000*y4*y6*y8
red:41537900250000*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-132921280800000*y5*y6*y8
red:-132921280800000*y5*y6*y8
with T[31]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:211928062500000*y6^2*y8
red:211928062500000*y6^2*y8
with T[12]:7500*y6^2+6250*y6*y7+...
to:-123624703125000*y0*y7*y8
red:-123624703125000*y0*y7*y8
with T[6]:125*y0-125*y3+...
to:494498812500000*y3*y7*y8
red:494498812500000*y3*y7*y8
with T[32]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:50892169453125000*y4*y7*y8
red:50892169453125000*y4*y7*y8
with T[30]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:-1802225647096875000*y5*y7*y8
red:-1802225647096875000*y5*y7*y8
with T[25]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:51773407545234375000*y6*y7*y8
red:51773407545234375000*y6*y7*y8
with T[29]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:13067272405687500000*y7^2*y8
red:13067272405687500000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:-1721226741609375000*y0*y8^2
red:-1721226741609375000*y0*y8^2
with T[6]:125*y0-125*y3+...
to:-491779069031250000*y3*y8^2
red:-491779069031250000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:13032145329328125000*y4*y8^2
red:13032145329328125000*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:59623294329348750000*y5*y8^2
red:59623294329348750000*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-28326474376200000000*y6*y8^2
red:-28326474376200000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-31768927859418750000*y7*y8^2
red:-31768927859418750000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:22592330431295625000*y8^3
red:22592330431295625000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:54095697593437500000*y3*y4*x2
red:54095697593437500000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-133763906776500000000*y4^2*x2
red:-133763906776500000000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:37866988315406250000*y3*y5*x2
red:37866988315406250000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-110158511463000000000*y4*y5*x2
red:-110158511463000000000*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-11566643703615000000*y5^2*x2
red:-11566643703615000000*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:14753372070937500000*y3*y6*x2
red:14753372070937500000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-171876784626421875000*y4*y6*x2
red:-171876784626421875000*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-52669538293246875000*y5*y6*x2
red:-52669538293246875000*y5*y6*x2
with T[20]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:133026238172953125000*y6^2*x2
red:133026238172953125000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-14753372070937500000*y3*y7*x2
red:-14753372070937500000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-328508418112875000000*y4*y7*x2
red:-328508418112875000000*y4*y7*x2
with T[21]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:116010682384471875000*y5*y7*x2
red:116010682384471875000*y5*y7*x2
with T[22]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-142715456735414062500*y6*y7*x2
red:-142715456735414062500*y6*y7*x2
with T[24]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-192531505525734375000*y7^2*x2
red:-192531505525734375000*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:37866988315406250000*y3*y8*x2
red:37866988315406250000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:804089956016221875000*y4*y8*x2
red:804089956016221875000*y4*y8*x2
with T[23]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:220716594449793750000*y5*y8*x2
red:220716594449793750000*y5*y8*x2
with T[28]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:1243355850674437500000*y6*y8*x2
red:1243355850674437500000*y6*y8*x2
with T[27]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-5922618645670502343750000*y7*y8*x2
red:-5922618645670502343750000*y7*y8*x2
with T[26]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:794433702878989049739988125000*y8^2*x2
red:794433702878989049739988125000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:320107967373579811207031250000*y4*x2^2
snew s:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:y7
4:y6
5:25*y2+25*y4+...
6:25*y1+25*y3+...
7:125*y0-125*y3+...
8:6250*y3*x2+4375*y4*x2+...
9:625*y5^2-6250*y4*x2+...
10:306250*y4*y5+306250*y4*y8+...
11:765625*y3*y5-1093750*y3*y7+...
12:125*y4^2+875*y4*x3+...
13:156250*y3*y4+109375*y3*y5+...
14:125*y3^2+875*y3*x3+...
15:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
set L
32:NULL NULL lcm: NULL
p : 625*y1^3+625*y3^3+... o:3 e:0 l:6
31:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
30:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
28:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
27:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
26:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
25:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
24:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
23:156250*y3*y4+109375*y3*y5+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y3*y4*x2^2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
22:306250*y4*y5+306250*y4*y8+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4*y5*x2^2
p : o*y5^2*x2^2+o o:4 e:0 l:0
21:125*y4^2+875*y4*x3+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4^2*x2^2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
19:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
15:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
12:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
11:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
10:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
9:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
8:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
7:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
6:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
(32)red:625*y1^3
with T[3]:25*y1+25*y3+...
to:-625*y1^2*y3
red:-625*y1^2*y3
with T[3]:25*y1+25*y3+...
to:625*y1*y3^2
red:625*y1*y3^2
with T[3]:25*y1+25*y3+...
to:-875*y1^2*y4
red:-875*y1^2*y4
with T[3]:25*y1+25*y3+...
to:1750*y1*y3*y4
red:1750*y1*y3*y4
with T[3]:25*y1+25*y3+...
to:-2625*y3^2*y4
red:-2625*y3^2*y4
with T[5]:125*y3^2+875*y3*x3+...
to:1225*y1*y4^2
red:1225*y1*y4^2
with T[3]:25*y1+25*y3+...
to:-3675*y3*y4^2
red:-3675*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-4200*y4^3
red:-4200*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-21875*y1^2*y7
red:-21875*y1^2*y7
with T[3]:25*y1+25*y3+...
to:43750*y1*y3*y7
red:43750*y1*y3*y7
with T[3]:25*y1+25*y3+...
to:-65625*y3^2*y7
red:-65625*y3^2*y7
with T[5]:125*y3^2+875*y3*x3+...
to:61250*y1*y4*y7
red:61250*y1*y4*y7
with T[3]:25*y1+25*y3+...
to:-183750*y3*y4*y7
red:-183750*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-16078125*y4^2*y7
red:-16078125*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:16078125*y3*y5*y7
red:16078125*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:3828125*y1*y7^2
red:3828125*y1*y7^2
with T[3]:25*y1+25*y3+...
to:11484375*y3*y7^2
red:11484375*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:16078125*y4*y7^2
red:16078125*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:24937500*y7^3
red:24937500*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:137812500*y3*y4*x3
red:137812500*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-39046875*y4^2*x3
red:-39046875*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:-176859375*y3*y5*x3
red:-176859375*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-18375000*y4*y5*x3
red:-18375000*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-390468750*y3*y7*x3
red:-390468750*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-408843750*y4*y7*x3
red:-408843750*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-385875000*y5*y7*x3
red:-385875000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-477750000*y7^2*x3
red:-477750000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:22050000*y8^2*x3
red:22050000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:137812500*y3*y4*x5
red:137812500*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:18375000*y4^2*x5
red:18375000*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:-96468750*y3*y5*x5
red:-96468750*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-57421875*y3*y6*x5
red:-57421875*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-80390625*y4*y6*x5
red:-80390625*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-407203125*y7^2*x5
red:-407203125*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-78125*y1^2
red:-78125*y1^2
with T[3]:25*y1+25*y3+...
to:156250*y1*y3
red:156250*y1*y3
with T[3]:25*y1+25*y3+...
to:-234375*y3^2
red:-234375*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:218750*y1*y4
red:218750*y1*y4
with T[3]:25*y1+25*y3+...
to:-3806250*y3*y4
red:-3806250*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-21984375*y4^2
red:-21984375*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:66609375*y3*y5
red:66609375*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:5468750*y1*y7
red:5468750*y1*y7
with T[3]:25*y1+25*y3+...
to:225421875*y7^2
red:225421875*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:78125*y1
red:78125*y1
with T[3]:25*y1+25*y3+...
to:-9765625*x1
red:-9765625*x1
with T[0]:125*x1+175*x3+...
to:NULL
set L
31:NULL NULL lcm: NULL
p : 625*y0*y1^2+625*y1*y3^2+... o:3 e:0 l:5
30:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
28:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
27:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
26:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
25:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
24:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
23:156250*y3*y4+109375*y3*y5+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y3*y4*x2^2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
22:306250*y4*y5+306250*y4*y8+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4*y5*x2^2
p : o*y5^2*x2^2+o o:4 e:0 l:0
21:125*y4^2+875*y4*x3+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4^2*x2^2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
19:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
15:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
12:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
11:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
10:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
9:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
8:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
7:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
6:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
-red:625*y0*y1^2
with T[3]:25*y1+25*y3+...
to:-625*y0*y1*y3
red:-625*y0*y1*y3
with T[3]:25*y1+25*y3+...
to:625*y0*y3^2
red:625*y0*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:625*y1*y3^2
red:625*y1*y3^2
with T[3]:25*y1+25*y3+...
to:-625*y3^3
red:-625*y3^3
with T[5]:125*y3^2+875*y3*x3+...
to:-875*y0*y1*y4
red:-875*y0*y1*y4
with T[3]:25*y1+25*y3+...
to:1750*y0*y3*y4
red:1750*y0*y3*y4
with T[6]:125*y0-125*y3+...
to:875*y3^2*y4
red:875*y3^2*y4
with T[5]:125*y3^2+875*y3*x3+...
to:1225*y0*y4^2
red:1225*y0*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:4375*y2*y4^2
red:4375*y2*y4^2
with T[2]:25*y2+25*y4+...
to:24500*y3*y4^2
red:24500*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-4375*y4^3
red:-4375*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:17150*y3*y4*y5
red:17150*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-765625*y4^2*y5
red:-765625*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:-1531250*y3*y4*y6
red:-1531250*y3*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:2143750*y3*y5*y6
red:2143750*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:4201750*y5^2*y6
red:4201750*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-2734375*y0*y1*y7
red:-2734375*y0*y1*y7
with T[3]:25*y1+25*y3+...
to:5468750*y0*y3*y7
red:5468750*y0*y3*y7
with T[6]:125*y0-125*y3+...
to:2734375*y3^2*y7
red:2734375*y3^2*y7
with T[5]:125*y3^2+875*y3*x3+...
to:7656250*y0*y4*y7
red:7656250*y0*y4*y7
with T[6]:125*y0-125*y3+...
to:22968750*y3*y4*y7
red:22968750*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:21437500*y4^2*y7
red:21437500*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:5359375*y3*y5*y7
red:5359375*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-7656250*y3*y6*y7
red:-7656250*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-10718750*y4*y6*y7
red:-10718750*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-25725000*y5*y6*y7
red:-25725000*y5*y6*y7
with T[34]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:1030205859375*y0*y7^2
red:1030205859375*y0*y7^2
with T[6]:125*y0-125*y3+...
to:3090617578125*y3*y7^2
red:3090617578125*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:2884576406250*y4*y7^2
red:2884576406250*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-6057610453125*y5*y7^2
red:-6057610453125*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:4238561250000*y6*y7^2
red:4238561250000*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:3914782265625*y7^3
red:3914782265625*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-1030205859375*y4^2*y8
red:-1030205859375*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:-6922983375000*y3*y5*y8
red:-6922983375000*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:4038406968750*y4*y5*y8
red:4038406968750*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-5653769756250*y5^2*y8
red:-5653769756250*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:4944988125000*y3*y6*y8
red:4944988125000*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:12461370075000*y5*y6*y8
red:12461370075000*y5*y6*y8
with T[32]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:-576915281250000*y3*y7*y8
red:-576915281250000*y3*y7*y8
with T[33]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:-337495439531250000*y4*y7*y8
red:-337495439531250000*y4*y7*y8
with T[31]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:472493615343750000*y5*y7*y8
red:472493615343750000*y5*y7*y8
with T[26]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-6420448956796875000*y6*y7*y8
red:-6420448956796875000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:-6898567496132812500*y7^2*y8
red:-6898567496132812500*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:1147484494406250000*y3*y8^2
red:1147484494406250000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1338731910140625000*y4*y8^2
red:-1338731910140625000*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-12798277060944375000*y5*y8^2
red:-12798277060944375000*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:5507925573150000000*y6*y8^2
red:5507925573150000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:5507925573150000000*y7*y8^2
red:5507925573150000000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1606478292168750000*y8^3
red:-1606478292168750000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-11474844944062500000*y3*y4*x2
red:-11474844944062500000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:8032391460843750000*y4^2*x2
red:8032391460843750000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-8032391460843750000*y3*y5*x2
red:-8032391460843750000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:5622674022590625000*y4*y5*x2
red:5622674022590625000*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-10518607865390625000*y3*y6*x2
red:-10518607865390625000*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:32798931798445312500*y4*y6*x2
red:32798931798445312500*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:21821330135292187500*y5*y6*x2
red:21821330135292187500*y5*y6*x2
with T[21]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-27539627865750000000*y6^2*x2
red:-27539627865750000000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:10518607865390625000*y3*y7*x2
red:10518607865390625000*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:113027222699015625000*y4*y7*x2
red:113027222699015625000*y4*y7*x2
with T[22]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-10442108899096875000*y5*y7*x2
red:-10442108899096875000*y5*y7*x2
with T[23]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:40626415313859375000*y6*y7*x2
red:40626415313859375000*y6*y7*x2
with T[25]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:47716230225726562500*y7^2*x2
red:47716230225726562500*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-8032391460843750000*y3*y8*x2
red:-8032391460843750000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-158145113035284375000*y4*y8*x2
red:-158145113035284375000*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-158037402952275000000*y5*y8*x2
red:-158037402952275000000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-1747425409667437500000*y6*y8*x2
red:-1747425409667437500000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:7290161978991510937500000*y7*y8*x2
red:7290161978991510937500000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-478358942195199969028125000*y8^2*x2
red:-478358942195199969028125000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-7540184280569370117187500*y0*y3*x3
red:-7540184280569370117187500*y0*y3*x3
with T[6]:125*y0-125*y3+...
to:-7238576909346595312500000*y0*y4*x3
red:-7238576909346595312500000*y0*y4*x3
with T[6]:125*y0-125*y3+...
to:-76005057548139250781250000*y3*y4*x3
red:-76005057548139250781250000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:50501138237541413296875000*y4^2*x3
red:50501138237541413296875000*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:14778761189915965429687500*y0*y5*x3
red:14778761189915965429687500*y0*y5*x3
with T[6]:125*y0-125*y3+...
to:82761062663529406406250000*y3*y5*x3
red:82761062663529406406250000*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:16518432507128930503125000*y4*y5*x3
red:16518432507128930503125000*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-20572035576363023878125000*y5^2*x3
red:-20572035576363023878125000*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:10556257992797118164062500*y3*y6*x3
red:10556257992797118164062500*y3*y6*x3
with T[14]:3125*y3*y6-6125*y5*y6+...
to:55652592138026406960937500*y4*y6*x3
red:55652592138026406960937500*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:306020363285929088671875000*y3*y7*x3
red:306020363285929088671875000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:26348419950021606937500000*y4*y7*x3
red:26348419950021606937500000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:319221241702184853281250000*y5*y7*x3
red:319221241702184853281250000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:56159292521680668632812500*y7^2*x3
red:56159292521680668632812500*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:-389291148756453852345937500*y8^2*x3
red:-389291148756453852345937500*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:119175930235482345225000000*y4^2*x4
red:119175930235482345225000000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:-84416283916799994534375000*y3*y5*x4
red:-84416283916799994534375000*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:83423151164837641657500000*y4*y5*x4
red:83423151164837641657500000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-45518584464941173523437500*y3*y6*x4
red:-45518584464941173523437500*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:248283187990588219218750000*y4*y6*x4
red:248283187990588219218750000*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-238351860470964690450000000*y6^2*x4
red:-238351860470964690450000000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:-208439647822574776420312500*y7^2*x4
red:-208439647822574776420312500*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:-927917034583491704626875000*y8^2*x4
red:-927917034583491704626875000*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-7540184280569370117187500*y0*y3*x5
red:-7540184280569370117187500*y0*y3*x5
with T[6]:125*y0-125*y3+...
to:-14778761189915965429687500*y0*y4*x5
red:-14778761189915965429687500*y0*y4*x5
with T[6]:125*y0-125*y3+...
to:-76005057548139250781250000*y3*y4*x5
red:-76005057548139250781250000*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:18832364259150058804687500*y4^2*x5
red:18832364259150058804687500*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:38424779093781510117187500*y3*y5*x5
red:38424779093781510117187500*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:20572035576363023878125000*y4*y5*x5
red:20572035576363023878125000*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-21112515985594236328125000*y3*y6*x5
red:-21112515985594236328125000*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:36651327750991594265625000*y4*y6*x5
red:36651327750991594265625000*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-43431461456079571875000000*y6^2*x5
red:-43431461456079571875000000*y6^2*x5
with T[12]:7500*y6^2+6250*y6*y7+...
to:7540184280569370117187500*y0*y7*x5
red:7540184280569370117187500*y0*y7*x5
with T[6]:125*y0-125*y3+...
to:-38847029413493394843750000*y7^2*x5
red:-38847029413493394843750000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:14778761189915965429687500*y0*y8*x5
red:14778761189915965429687500*y0*y8*x5
with T[6]:125*y0-125*y3+...
to:41640637528707224194687500*y8^2*x5
red:41640637528707224194687500*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:69519292637364701381250000*y4^2*x6
red:69519292637364701381250000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:-34759646318682350690625000*y3*y5*x6
red:-34759646318682350690625000*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:48663504846155290966875000*y4*y5*x6
red:48663504846155290966875000*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-110545133700571421414062500*y3*y6*x6
red:-110545133700571421414062500*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:244145134857411748898437500*y4*y6*x6
red:244145134857411748898437500*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-408603189378796612200000000*y6^2*x6
red:-408603189378796612200000000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:-509335225649263832568750000*y7^2*x6
red:-509335225649263832568750000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:-889846945758268177680000000*y8^2*x6
red:-889846945758268177680000000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-43086767317539257812500*y0*y1
red:-43086767317539257812500*y0*y1
with T[3]:25*y1+25*y3+...
to:258520603905235546875000*y0*y3
red:258520603905235546875000*y0*y3
with T[6]:125*y0-125*y3+...
to:43086767317539257812500*y3^2
red:43086767317539257812500*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:458443204258617703125000*y0*y4
red:458443204258617703125000*y0*y4
with T[6]:125*y0-125*y3+...
to:2099187303710512640625000*y3*y4
red:2099187303710512640625000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-1741987661823955983937500*y4^2
red:-1741987661823955983937500*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-404684706411870321937500*y3*y5
red:-404684706411870321937500*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1346066459190334606725000*y4*y5
red:-1346066459190334606725000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:847396070187508091250000*y3*y6
red:847396070187508091250000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-6316864782889795509375000*y4*y6
red:-6316864782889795509375000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:5448042525050621496000000*y6^2
red:5448042525050621496000000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:120642948489109921875000*y0*y7
red:120642948489109921875000*y0*y7
with T[6]:125*y0-125*y3+...
to:2874101090445763490812500*y7^2
red:2874101090445763490812500*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:15029949460106171415825000*y8^2
red:15029949460106171415825000*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1418761074231932681250000*y3*x2
red:-1418761074231932681250000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:27230836944684810937500*y0
red:27230836944684810937500*y0
with T[6]:125*y0-125*y3+...
to:NULL
set L
30:NULL NULL lcm: NULL
p : 625*y0^2*y1+625*y1^2*y3+... o:3 e:0 l:6
29:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
28:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
27:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
26:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
25:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
24:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
23:156250*y3*y4+109375*y3*y5+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y3*y4*x2^2
p : o*y4*y7*x2^2+o o:4 e:0 l:0
22:306250*y4*y5+306250*y4*y8+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4*y5*x2^2
p : o*y5^2*x2^2+o o:4 e:0 l:0
21:125*y4^2+875*y4*x3+... 14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... lcm: o*y4^2*x2^2
p : o*y4*y5*x2^2+o o:4 e:0 l:0
20:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
19:428750*y4*y7*x2+743750*y3*y7*x3+... 1279687500*y4*y8*x2+2021250000*y5*y8*x2+... lcm: o*y4*y7*y8*x2
p : o*y5*y7*y8*x2+o o:4 e:0 l:0
18:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
17:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
16:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
15:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
13:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
12:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
11:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
10:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
9:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
8:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
7:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
6:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
4:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
3:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
1:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
0:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
-red:625*y0^2*y1
with T[3]:25*y1+25*y3+...
to:-625*y0^2*y3
red:-625*y0^2*y3
with T[6]:125*y0-125*y3+...
to:625*y1^2*y3
red:625*y1^2*y3
with T[3]:25*y1+25*y3+...
to:-625*y0*y3^2
red:-625*y0*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:-625*y1*y3^2
red:-625*y1*y3^2
with T[3]:25*y1+25*y3+...
to:625*y3^3
red:625*y3^3
with T[5]:125*y3^2+875*y3*x3+...
to:-875*y0^2*y4
red:-875*y0^2*y4
with T[6]:125*y0-125*y3+...
to:875*y2^2*y4
red:875*y2^2*y4
with T[2]:25*y2+25*y4+...
to:-2625*y0*y3*y4
red:-2625*y0*y3*y4
with T[6]:125*y0-125*y3+...
to:-875*y1*y3*y4
red:-875*y1*y3*y4
with T[3]:25*y1+25*y3+...
to:-875*y3^2*y4
red:-875*y3^2*y4
with T[5]:125*y3^2+875*y3*x3+...
to:-2450*y0*y4^2
red:-2450*y0*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-4375*y2*y4^2
red:-4375*y2*y4^2
with T[2]:25*y2+25*y4+...
to:-30625*y3*y4^2
red:-30625*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:4375*y4^3
red:4375*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:-6125*y0*y3*y5
red:-6125*y0*y3*y5
with T[6]:125*y0-125*y3+...
to:-6125*y3^2*y5
red:-6125*y3^2*y5
with T[5]:125*y3^2+875*y3*x3+...
to:-8575*y0*y4*y5
red:-8575*y0*y4*y5
with T[6]:125*y0-125*y3+...
to:-30625*y2*y4*y5
red:-30625*y2*y4*y5
with T[2]:25*y2+25*y4+...
to:-257250*y3*y4*y5
red:-257250*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-1470000*y4^2*y5
red:-1470000*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:-1500625*y3*y5^2
red:-1500625*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:-1029000*y4*y5^2
red:-1029000*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:2734375*y0*y3*y6
red:2734375*y0*y3*y6
with T[6]:125*y0-125*y3+...
to:2734375*y3^2*y6
red:2734375*y3^2*y6
with T[5]:125*y3^2+875*y3*x3+...
to:3828125*y0*y4*y6
red:3828125*y0*y4*y6
with T[6]:125*y0-125*y3+...
to:22968750*y3*y4*y6
red:22968750*y3*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:10718750*y4^2*y6
red:10718750*y4^2*y6
with T[4]:125*y4^2+875*y4*x3+...
to:-21437500*y3*y5*y6
red:-21437500*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:15006250*y4*y5*y6
red:15006250*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-63026250*y5^2*y6
red:-63026250*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:-3828125*y3*y6^2
red:-3828125*y3*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-64312500*y4*y6^2
red:-64312500*y4*y6^2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:90037500*y5*y6^2
red:90037500*y5*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-32812500*y0^2*y7
red:-32812500*y0^2*y7
with T[6]:125*y0-125*y3+...
to:-65625000*y0*y3*y7
red:-65625000*y0*y3*y7
with T[6]:125*y0-125*y3+...
to:-32812500*y1*y3*y7
red:-32812500*y1*y3*y7
with T[3]:25*y1+25*y3+...
to:-137812500*y0*y4*y7
red:-137812500*y0*y4*y7
with T[6]:125*y0-125*y3+...
to:-91875000*y3*y4*y7
red:-91875000*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-385875000*y4^2*y7
red:-385875000*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:-64312500*y0*y5*y7
red:-64312500*y0*y5*y7
with T[6]:125*y0-125*y3+...
to:-450187500*y3*y5*y7
red:-450187500*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-126052500*y5^2*y7
red:-126052500*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:45937500*y0*y6*y7
red:45937500*y0*y6*y7
with T[6]:125*y0-125*y3+...
to:222031250*y3*y6*y7
red:222031250*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:321562500*y4*y6*y7
red:321562500*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:707437500*y5*y6*y7
red:707437500*y5*y6*y7
with T[34]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:-308259000000*y6^2*y7
red:-308259000000*y6^2*y7
with T[12]:7500*y6^2+6250*y6*y7+...
to:-449544375000*y0*y7^2
red:-449544375000*y0*y7^2
with T[6]:125*y0-125*y3+...
to:-5019912187500*y3*y7^2
red:-5019912187500*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-6818089687500*y4*y7^2
red:-6818089687500*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:5286641850000*y5*y7^2
red:5286641850000*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-3699108000000*y6*y7^2
red:-3699108000000*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-8181707625000*y7^3
red:-8181707625000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:-449544375000*y0*y3*y8
red:-449544375000*y0*y3*y8
with T[6]:125*y0-125*y3+...
to:-449544375000*y3^2*y8
red:-449544375000*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:-629362125000*y0*y4*y8
red:-629362125000*y0*y4*y8
with T[6]:125*y0-125*y3+...
to:-449544375000*y2*y4*y8
red:-449544375000*y2*y4*y8
with T[2]:25*y2+25*y4+...
to:-863125200000*y4^2*y8
red:-863125200000*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:7300600650000*y3*y5*y8
red:7300600650000*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-23664015900000*y4*y5*y8
red:-23664015900000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:37006492950000*y5^2*y8
red:37006492950000*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-23451231562500*y3*y6*y8
red:-23451231562500*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:8811069750000*y4*y6*y8
red:8811069750000*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-96670022400000*y5*y6*y8
red:-96670022400000*y5*y6*y8
with T[32]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:2076895012500000*y6^2*y8
red:2076895012500000*y6^2*y8
with T[12]:7500*y6^2+6250*y6*y7+...
to:-865372921875000*y0*y7*y8
red:-865372921875000*y0*y7*y8
with T[6]:125*y0-125*y3+...
to:8365271578125000*y3*y7*y8
red:8365271578125000*y3*y7*y8
with T[33]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:5006182353046875000*y4*y7*y8
red:5006182353046875000*y4*y7*y8
with T[31]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:-21829205028881250000*y5*y7*y8
red:-21829205028881250000*y5*y7*y8
with T[26]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:419514866943046875000*y6*y7*y8
red:419514866943046875000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:274166830984921875000*y7^2*y8
red:274166830984921875000*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:-49915575506671875000*y3*y8^2
red:-49915575506671875000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:66496726450842187500*y4*y8^2
red:66496726450842187500*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:585481013580900937500*y5*y8^2
red:585481013580900937500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-297427980950100000000*y6*y8^2
red:-297427980950100000000*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-304657133264859375000*y7*y8^2
red:-304657133264859375000*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:77661750581415000000*y8^3
red:77661750581415000000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:499155755066718750000*y3*y4*x2
red:499155755066718750000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-432027912143953125000*y4^2*x2
red:-432027912143953125000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:349409028546703125000*y3*y5*x2
red:349409028546703125000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-302419538500767187500*y4*y5*x2
red:-302419538500767187500*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:457559442144492187500*y3*y6*x2
red:457559442144492187500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-1664856565821667968750*y4*y6*x2
red:-1664856565821667968750*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-700625345172096093750*y5*y6*x2
red:-700625345172096093750*y5*y6*x2
with T[21]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:1426896968794171875000*y6^2*x2
red:1426896968794171875000*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-457559442144492187500*y3*y7*x2
red:-457559442144492187500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-4513917129870585937500*y4*y7*x2
red:-4513917129870585937500*y4*y7*x2
with T[22]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:572307891585117187500*y5*y7*x2
red:572307891585117187500*y5*y7*x2
with T[23]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:-1661311658365734375000*y6*y7*x2
red:-1661311658365734375000*y6*y7*x2
with T[25]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-2170036614484019531250*y7^2*x2
red:-2170036614484019531250*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:349409028546703125000*y3*y8*x2
red:349409028546703125000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:6938358369165660937500*y4*y8*x2
red:6938358369165660937500*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:2945603543148131250000*y5*y8*x2
red:2945603543148131250000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:27363274296889781250000*y6*y8*x2
red:27363274296889781250000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-140463433524707261718750000*y7*y8*x2
red:-140463433524707261718750000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:844710055314331201778908125000*y8^2*x2
red:844710055314331201778908125000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:320107967373579811207031250000*y4*x2^2
red:320107967373579811207031250000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-1120377885807529339224609375000*y6*x2^2
red:-1120377885807529339224609375000*y6*x2^2
with T[36]:y6
to:1120377885807529339224609375000*y7*x2^2
red:1120377885807529339224609375000*y7*x2^2
with T[35]:y7
to:1568529040130541074914453125000*y8*x2^2
red:1568529040130541074914453125000*y8*x2^2
with T[37]:y8
to:35785714595582230576171875000*y0*y3*x3
red:35785714595582230576171875000*y0*y3*x3
with T[6]:125*y0-125*y3+...
to:104494286619100113282421875000*y0*y4*x3
red:104494286619100113282421875000*y0*y4*x3
with T[6]:125*y0-125*y3+...
to:220440001908786540349218750000*y3*y4*x3
red:220440001908786540349218750000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-377152803265760244488390625000*y4^2*x3
red:-377152803265760244488390625000*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:-140280001214682343858593750000*y0*y5*x3
red:-140280001214682343858593750000*y0*y5*x3
with T[6]:125*y0-125*y3+...
to:-84168000728809406315156250000*y3*y5*x3
red:-84168000728809406315156250000*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:97514640844377755030845312500*y4*y5*x3
red:97514640844377755030845312500*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-10941840094745222820970312500*y5^2*x3
red:-10941840094745222820970312500*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:-100200000867630245613281250000*y3*y6*x3
red:-100200000867630245613281250000*y3*y6*x3
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-814659407054123106917847656250*y4*y6*x3
red:-814659407054123106917847656250*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:70760708577317642477343750000*y5*y6*x3
red:70760708577317642477343750000*y5*y6*x3
with T[36]:y6
to:-1327399809661920598119140625000*y3*y7*x3
red:-1327399809661920598119140625000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:1113890009645156230400976562500*y4*y7*x3
red:1113890009645156230400976562500*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:-1207594732550691358858359375000*y5*y7*x3
red:-1207594732550691358858359375000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:1423174012323241588527304687500*y7^2*x3
red:1423174012323241588527304687500*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:-148656950792684122851562500000*y3*y8*x3
red:-148656950792684122851562500000*y3*y8*x3
with T[37]:y8
to:-365284990361416228228125000000*y4*y8*x3
red:-365284990361416228228125000000*y4*y8*x3
with T[37]:y8
to:35756653838284412627343750000*y5*y8*x3
red:35756653838284412627343750000*y5*y8*x3
with T[37]:y8
to:70760708577317642477343750000*y6*y8*x3
red:70760708577317642477343750000*y6*y8*x3
with T[36]:y6
to:-168124464692409201539062500000*y7*y8*x3
red:-168124464692409201539062500000*y7*y8*x3
with T[35]:y7
to:3507350062370089518122852812500*y8^2*x3
red:3507350062370089518122852812500*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-683061390822563414771484375000*y6*x2*x3
red:-683061390822563414771484375000*y6*x2*x3
with T[36]:y6
to:683061390822563414771484375000*y7*x2*x3
red:683061390822563414771484375000*y7*x2*x3
with T[35]:y7
to:607899627484363042344140625000*y8*x2*x3
red:607899627484363042344140625000*y8*x2*x3
with T[37]:y8
to:710075759848244908477734375000*y7*x3^2
red:710075759848244908477734375000*y7*x3^2
with T[35]:y7
to:-710075759848244908477734375000*y8*x3^2
red:-710075759848244908477734375000*y8*x3^2
with T[37]:y8
to:-1461156492652131293631112500000*y4^2*x4
red:-1461156492652131293631112500000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:968212568383737537312014062500*y3*y5*x4
red:968212568383737537312014062500*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-1183065418244145015165836250000*y4*y5*x4
red:-1183065418244145015165836250000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:522075404520642789727066406250*y3*y6*x4
red:522075404520642789727066406250*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-3166493707418619653805417187500*y4*y6*x4
red:-3166493707418619653805417187500*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:99064992008244699468281250000*y5*y6*x4
red:99064992008244699468281250000*y5*y6*x4
with T[36]:y6
to:3256179388195206565645678125000*y6^2*x4
red:3256179388195206565645678125000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:249908851721478975416015625000*y3*y7*x4
red:249908851721478975416015625000*y3*y7*x4
with T[35]:y7
to:-428488695611816312910937500000*y4*y7*x4
red:-428488695611816312910937500000*y4*y7*x4
with T[35]:y7
to:-132086656010992932624375000000*y5*y7*x4
red:-132086656010992932624375000000*y5*y7*x4
with T[35]:y7
to:-70760708577317642477343750000*y6*y7*x4
red:-70760708577317642477343750000*y6*y7*x4
with T[35]:y7
to:2390698540701021398152774218750*y7^2*x4
red:2390698540701021398152774218750*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:-137590266678117638150390625000*y3*y8*x4
red:-137590266678117638150390625000*y3*y8*x4
with T[37]:y8
to:78623009530352936085937500000*y4*y8*x4
red:78623009530352936085937500000*y4*y8*x4
with T[37]:y8
to:-402864300833528444504343750000*y5*y8*x4
red:-402864300833528444504343750000*y5*y8*x4
with T[37]:y8
to:169825700585562341945625000000*y6*y8*x4
red:169825700585562341945625000000*y6*y8*x4
with T[36]:y6
to:-332575330313392919643515625000*y7*y8*x4
red:-332575330313392919643515625000*y7*y8*x4
with T[35]:y7
to:10832171060195600360306248687500*y8^2*x4
red:10832171060195600360306248687500*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:-3674839465448696232656718750000*y6*x2*x4
red:-3674839465448696232656718750000*y6*x2*x4
with T[36]:y6
to:2106310425318155157742265625000*y7*x2*x4
red:2106310425318155157742265625000*y7*x2*x4
with T[35]:y7
to:3823908691518245399475656250000*y8*x2*x4
red:3823908691518245399475656250000*y8*x2*x4
with T[37]:y8
to:-956285947151588780680078125000*y6*x3*x4
red:-956285947151588780680078125000*y6*x3*x4
with T[36]:y6
to:88427413571521892445703125000*y7*x3*x4
red:88427413571521892445703125000*y7*x3*x4
with T[35]:y7
to:1718918012058175147516171875000*y8*x3*x4
red:1718918012058175147516171875000*y8*x3*x4
with T[37]:y8
to:-2948834595445417220839171875000*y6*x4^2
red:-2948834595445417220839171875000*y6*x4^2
with T[36]:y6
to:3032049188732342768392528125000*y8*x4^2
red:3032049188732342768392528125000*y8*x4^2
with T[37]:y8
to:35785714595582230576171875000*y0*y3*x5
red:35785714595582230576171875000*y0*y3*x5
with T[6]:125*y0-125*y3+...
to:140280001214682343858593750000*y0*y4*x5
red:140280001214682343858593750000*y0*y4*x5
with T[6]:125*y0-125*y3+...
to:220440001908786540349218750000*y3*y4*x5
red:220440001908786540349218750000*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-226852801964314876068468750000*y4^2*x5
red:-226852801964314876068468750000*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:-14028000121468234385859375000*y3*y5*x5
red:-14028000121468234385859375000*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:10941840094745222820970312500*y4*y5*x5
red:10941840094745222820970312500*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:409150003542823502920898437500*y3*y6*x5
red:409150003542823502920898437500*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-155009401342223989963746093750*y4*y6*x5
red:-155009401342223989963746093750*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:54493390819146779891015625000*y5*y6*x5
red:54493390819146779891015625000*y5*y6*x5
with T[36]:y6
to:412251432141107296237500000000*y6^2*x5
red:412251432141107296237500000000*y6^2*x5
with T[12]:7500*y6^2+6250*y6*y7+...
to:-35785714595582230576171875000*y0*y7*x5
red:-35785714595582230576171875000*y0*y7*x5
with T[6]:125*y0-125*y3+...
to:220625792049459769628906250000*y3*y7*x5
red:220625792049459769628906250000*y3*y7*x5
with T[35]:y7
to:55212067959940436466796875000*y4*y7*x5
red:55212067959940436466796875000*y4*y7*x5
with T[35]:y7
to:-94347611436423523303125000000*y5*y7*x5
red:-94347611436423523303125000000*y5*y7*x5
with T[35]:y7
to:-188651837032674009134765625000*y6*y7*x5
red:-188651837032674009134765625000*y6*y7*x5
with T[35]:y7
to:1911529730837620428456796875000*y7^2*x5
red:1911529730837620428456796875000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:-140280001214682343858593750000*y0*y8*x5
red:-140280001214682343858593750000*y0*y8*x5
with T[6]:125*y0-125*y3+...
to:8258719488482451269531250000*y3*y8*x5
red:8258719488482451269531250000*y3*y8*x5
with T[37]:y8
to:282417868352876836658203125000*y4*y8*x5
red:282417868352876836658203125000*y4*y8*x5
with T[37]:y8
to:124767070910057914384921875000*y5*y8*x5
red:124767070910057914384921875000*y5*y8*x5
with T[37]:y8
to:-5009308120588707091406250000*y6*y8*x5
red:-5009308120588707091406250000*y6*y8*x5
with T[36]:y6
to:-430756073379008702325000000000*y7*y8*x5
red:-430756073379008702325000000000*y7*y8*x5
with T[35]:y7
to:-354665251071040880566220625000*y8^2*x5
red:-354665251071040880566220625000*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1689392871665046499514062500000*y6*x2*x5
red:-1689392871665046499514062500000*y6*x2*x5
with T[36]:y6
to:1689392871665046499514062500000*y7*x2*x5
red:1689392871665046499514062500000*y7*x2*x5
with T[35]:y7
to:3198384027694757439975937500000*y8*x2*x5
red:3198384027694757439975937500000*y8*x2*x5
with T[37]:y8
to:507196971320174934626953125000*y6*x3*x5
red:507196971320174934626953125000*y6*x3*x5
with T[36]:y6
to:1356428623968944833338281250000*y7*x3*x5
red:1356428623968944833338281250000*y7*x3*x5
with T[35]:y7
to:-3500088679713878639887500000000*y8*x3*x5
red:-3500088679713878639887500000000*y8*x3*x5
with T[37]:y8
to:-2301987582065692319001328125000*y6*x4*x5
red:-2301987582065692319001328125000*y6*x4*x5
with T[36]:y6
to:1106297824705466039521875000000*y7*x4*x5
red:1106297824705466039521875000000*y7*x4*x5
with T[35]:y7
to:2388927700852267629804750000000*y8*x4*x5
red:2388927700852267629804750000000*y8*x4*x5
with T[37]:y8
to:447021738632927151052734375000*y6*x5^2
red:447021738632927151052734375000*y6*x5^2
with T[36]:y6
to:857535557483589825856640625000*y7*x5^2
red:857535557483589825856640625000*y7*x5^2
with T[35]:y7
to:-1420995949369473298696875000000*y8*x5^2
red:-1420995949369473298696875000000*y8*x5^2
with T[37]:y8
to:-891619687720520977565221875000*y4^2*x6
red:-891619687720520977565221875000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:398675763452127221246123437500*y3*y5*x6
red:398675763452127221246123437500*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-690121493975751258846737812500*y4*y5*x6
red:-690121493975751258846737812500*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1267897410978703917908589843750*y3*y6*x6
red:1267897410978703917908589843750*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-3186366707590699652518717968750*y4*y6*x6
red:-3186366707590699652518717968750*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:99064992008244699468281250000*y5*y6*x6
red:99064992008244699468281250000*y5*y6*x6
with T[36]:y6
to:5582021808334639826821162500000*y6^2*x6
red:5582021808334639826821162500000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:221829205460638641099609375000*y3*y7*x6
red:221829205460638641099609375000*y3*y7*x6
with T[35]:y7
to:-585734714672522185082812500000*y4*y7*x6
red:-585734714672522185082812500000*y4*y7*x6
with T[35]:y7
to:-132086656010992932624375000000*y5*y7*x6
red:-132086656010992932624375000000*y5*y7*x6
with T[35]:y7
to:-171847435116342846016406250000*y6*y7*x6
red:-171847435116342846016406250000*y6*y7*x6
with T[35]:y7
to:5995660771916333164745535937500*y7^2*x6
red:5995660771916333164745535937500*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:137590266678117638150390625000*y3*y8*x6
red:137590266678117638150390625000*y3*y8*x6
with T[37]:y8
to:251593630497129395475000000000*y4*y8*x6
red:251593630497129395475000000000*y4*y8*x6
with T[37]:y8
to:-667037612855514309753093750000*y5*y8*x6
red:-667037612855514309753093750000*y5*y8*x6
with T[37]:y8
to:169825700585562341945625000000*y6*y8*x6
red:169825700585562341945625000000*y6*y8*x6
with T[36]:y6
to:-120293204581439992211484375000*y7*y8*x6
red:-120293204581439992211484375000*y7*y8*x6
with T[35]:y7
to:11637116411165609607012707437500*y8^2*x6
red:11637116411165609607012707437500*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:-2094516973888602217329375000000*y6*x2*x6
red:-2094516973888602217329375000000*y6*x2*x6
with T[36]:y6
to:-1714767837856997536034296875000*y7*x2*x6
red:-1714767837856997536034296875000*y7*x2*x6
with T[35]:y7
to:2866280435438546637948937500000*y8*x2*x6
red:2866280435438546637948937500000*y8*x2*x6
with T[37]:y8
to:-1639347337974152195451562500000*y6*x3*x6
red:-1639347337974152195451562500000*y6*x3*x6
with T[36]:y6
to:2766466148528510551560937500000*y7*x3*x6
red:2766466148528510551560937500000*y7*x3*x6
with T[35]:y7
to:-2946854380540191445386562500000*y8*x3*x6
red:-2946854380540191445386562500000*y8*x3*x6
with T[37]:y8
to:-4222999087894316903047875000000*y6*x4*x6
red:-4222999087894316903047875000000*y6*x4*x6
with T[36]:y6
to:-2106310425318155157742265625000*y7*x4*x6
red:-2106310425318155157742265625000*y7*x4*x6
with T[35]:y7
to:-2699851248864695542842225000000*y8*x4*x6
red:-2699851248864695542842225000000*y8*x4*x6
with T[37]:y8
to:-1590594649602487337167734375000*y6*x5*x6
red:-1590594649602487337167734375000*y6*x5*x6
with T[36]:y6
to:4617197957731416408914062500000*y7*x5*x6
red:4617197957731416408914062500000*y7*x5*x6
with T[35]:y7
to:3726684472456705150703812500000*y8*x5*x6
red:3726684472456705150703812500000*y8*x5*x6
with T[37]:y8
to:1426535884918723672343250000000*y6*x6^2
red:1426535884918723672343250000000*y6*x6^2
with T[36]:y6
to:594389952049468196809687500000*y7*x6^2
red:594389952049468196809687500000*y7*x6^2
with T[35]:y7
to:2440961403083149394898450000000*y8*x6^2
red:2440961403083149394898450000000*y8*x6^2
with T[37]:y8
to:-204489797689041317578125000*y0^2
red:-204489797689041317578125000*y0^2
with T[6]:125*y0-125*y3+...
to:-1022448988445206587890625000*y1^2
red:-1022448988445206587890625000*y1^2
with T[3]:25*y1+25*y3+...
to:-1308734705209864432500000000*y0*y3
red:-1308734705209864432500000000*y0*y3
with T[6]:125*y0-125*y3+...
to:817959190756165270312500000*y1*y3
red:817959190756165270312500000*y1*y3
with T[3]:25*y1+25*y3+...
to:-1104244907520823114921875000*y3^2
red:-1104244907520823114921875000*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:-4179771464764004531296875000*y0*y4
red:-4179771464764004531296875000*y0*y4
with T[6]:125*y0-125*y3+...
to:1431428583823289223046875000*y1*y4
red:1431428583823289223046875000*y1*y4
with T[3]:25*y1+25*y3+...
to:-286285716764657844609375000*y2*y4
red:-286285716764657844609375000*y2*y4
with T[2]:25*y2+25*y4+...
to:-8474057216233872200437500000*y3*y4
red:-8474057216233872200437500000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:21408216871087701893613375000*y4^2
red:21408216871087701893613375000*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-400800003470520982453125000*y0*y5
red:-400800003470520982453125000*y0*y5
with T[6]:125*y0-125*y3+...
to:-4944268842812346839541750000*y3*y5
red:-4944268842812346839541750000*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:12510090348324677321112900000*y4*y5
red:12510090348324677321112900000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-785568006802221125608125000*y5^2
red:-785568006802221125608125000*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:286285716764657844609375000*y0*y6
red:286285716764657844609375000*y0*y6
with T[6]:125*y0-125*y3+...
to:-10339494946672382715912187500*y3*y6
red:-10339494946672382715912187500*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:84080359128050519060326500000*y4*y6
red:84080359128050519060326500000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2264342674474164559275000000*y5*y6
red:-2264342674474164559275000000*y5*y6
with T[36]:y6
to:-74266637443073655964634250000*y6^2
red:-74266637443073655964634250000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-687085720235178827062500000*y0*y7
red:-687085720235178827062500000*y0*y7
with T[6]:125*y0-125*y3+...
to:1431428583823289223046875000*y1*y7
red:1431428583823289223046875000*y1*y7
with T[3]:25*y1+25*y3+...
to:-4247206614982999714921875000*y3*y7
red:-4247206614982999714921875000*y3*y7
with T[35]:y7
to:5969178665433408526664062500*y4*y7
red:5969178665433408526664062500*y4*y7
with T[35]:y7
to:3019123565965552745700000000*y5*y7
red:3019123565965552745700000000*y5*y7
with T[35]:y7
to:1617387624624403256625000000*y6*y7
red:1617387624624403256625000000*y6*y7
with T[35]:y7
to:-67367457040476617544582562500*y7^2
red:-67367457040476617544582562500*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-400800003470520982453125000*y0*y8
red:-400800003470520982453125000*y0*y8
with T[6]:125*y0-125*y3+...
to:1444096093414645764843750000*y3*y8
red:1444096093414645764843750000*y3*y8
with T[37]:y8
to:678049563393344493914062500*y4*y8
red:678049563393344493914062500*y4*y8
with T[37]:y8
to:3930102169723908765149062500*y5*y8
red:3930102169723908765149062500*y5*y8
with T[37]:y8
to:-3881730299098567815900000000*y6*y8
red:-3881730299098567815900000000*y6*y8
with T[36]:y6
to:8698305916026459941020312500*y7*y8
red:8698305916026459941020312500*y7*y8
with T[35]:y7
to:-181748094885753920559242707500*y8^2
red:-181748094885753920559242707500*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:16272480140903151887596875000*y3*x2
red:16272480140903151887596875000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-20040000173526049122656250000*y4*x2
snew s:1837500*y4*x2+1286250*y5*x2+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:y7
4:y6
5:25*y2+25*y4+...
6:25*y1+25*y3+...
7:125*y0-125*y3+...
8:1837500*y4*x2+1286250*y5*x2+...
9:6250*y3*x2+4375*y4*x2+...
10:625*y5^2-6250*y4*x2+...
11:306250*y4*y5+306250*y4*y8+...
12:765625*y3*y5-1093750*y3*y7+...
13:125*y4^2+875*y4*x3+...
14:156250*y3*y4+109375*y3*y5+...
15:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
38:1837500*y4*x2+1286250*y5*x2+... o:2 e:3 l:18
set L
29:NULL NULL lcm: NULL
p : 625*y0^3+625*y1^3+... o:3 e:0 l:6
28:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
27:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
26:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
25:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
24:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
22:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
20:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
19:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
18:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
17:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
16:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
15:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
14:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
13:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
12:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
11:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
10:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
9:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
8:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
7:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
6:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
5:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
4:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
3:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
2:156250*y3*y4+109375*y3*y5+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y3*y4*x2
p : o*y4*y7*x2+o o:3 e:3 l:0
1:306250*y4*y5+306250*y4*y8+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*y5*x2
p : o*y5^2*x2+o o:3 e:3 l:0
0:125*y4^2+875*y4*x3+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4^2*x2
p : o*y4*y5*x2+o o:3 e:3 l:0
(29)red:625*y0^3
with T[6]:125*y0-125*y3+...
to:625*y1^3
red:625*y1^3
with T[3]:25*y1+25*y3+...
to:875*y2^3
red:875*y2^3
with T[2]:25*y2+25*y4+...
to:625*y0^2*y3
red:625*y0^2*y3
with T[6]:125*y0-125*y3+...
to:-625*y1^2*y3
red:-625*y1^2*y3
with T[3]:25*y1+25*y3+...
to:625*y0*y3^2
red:625*y0*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:625*y1*y3^2
red:625*y1*y3^2
with T[3]:25*y1+25*y3+...
to:-625*y3^3
red:-625*y3^3
with T[5]:125*y3^2+875*y3*x3+...
to:1750*y0^2*y4
red:1750*y0^2*y4
with T[6]:125*y0-125*y3+...
to:-875*y1^2*y4
red:-875*y1^2*y4
with T[3]:25*y1+25*y3+...
to:-875*y2^2*y4
red:-875*y2^2*y4
with T[2]:25*y2+25*y4+...
to:3500*y0*y3*y4
red:3500*y0*y3*y4
with T[6]:125*y0-125*y3+...
to:1750*y1*y3*y4
red:1750*y1*y3*y4
with T[3]:25*y1+25*y3+...
to:875*y3^2*y4
red:875*y3^2*y4
with T[5]:125*y3^2+875*y3*x3+...
to:4900*y0*y4^2
red:4900*y0*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:6125*y1*y4^2
red:6125*y1*y4^2
with T[3]:25*y1+25*y3+...
to:4375*y2*y4^2
red:4375*y2*y4^2
with T[2]:25*y2+25*y4+...
to:30625*y3*y4^2
red:30625*y3*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-12950*y4^3
red:-12950*y4^3
with T[4]:125*y4^2+875*y4*x3+...
to:30625*y0^2*y5
red:30625*y0^2*y5
with T[6]:125*y0-125*y3+...
to:-30625*y2^2*y5
red:-30625*y2^2*y5
with T[2]:25*y2+25*y4+...
to:61250*y0*y3*y5
red:61250*y0*y3*y5
with T[6]:125*y0-125*y3+...
to:61250*y3^2*y5
red:61250*y3^2*y5
with T[5]:125*y3^2+875*y3*x3+...
to:171500*y0*y4*y5
red:171500*y0*y4*y5
with T[6]:125*y0-125*y3+...
to:61250*y2*y4*y5
red:61250*y2*y4*y5
with T[2]:25*y2+25*y4+...
to:514500*y3*y4*y5
red:514500*y3*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:9708125*y4^2*y5
red:9708125*y4^2*y5
with T[4]:125*y4^2+875*y4*x3+...
to:1500625*y0*y5^2
red:1500625*y0*y5^2
with T[6]:125*y0-125*y3+...
to:1071875*y2*y5^2
red:1071875*y2*y5^2
with T[2]:25*y2+25*y4+...
to:4501875*y3*y5^2
red:4501875*y3*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:9389625*y4*y5^2
red:9389625*y4*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:7203000*y5^3
red:7203000*y5^3
with T[9]:625*y5^2-6250*y4*x2+...
to:-13671875*y0^2*y6
red:-13671875*y0^2*y6
with T[6]:125*y0-125*y3+...
to:-27343750*y0*y3*y6
red:-27343750*y0*y3*y6
with T[6]:125*y0-125*y3+...
to:-27343750*y3^2*y6
red:-27343750*y3^2*y6
with T[5]:125*y3^2+875*y3*x3+...
to:-76562500*y0*y4*y6
red:-76562500*y0*y4*y6
with T[6]:125*y0-125*y3+...
to:-229687500*y3*y4*y6
red:-229687500*y3*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-214375000*y4^2*y6
red:-214375000*y4^2*y6
with T[4]:125*y4^2+875*y4*x3+...
to:-53593750*y0*y5*y6
red:-53593750*y0*y5*y6
with T[6]:125*y0-125*y3+...
to:160781250*y3*y5*y6
red:160781250*y3*y5*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-450187500*y4*y5*y6
red:-450187500*y4*y5*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:787828125*y5^2*y6
red:787828125*y5^2*y6
with T[9]:625*y5^2-6250*y4*x2+...
to:19140625*y0*y6^2
red:19140625*y0*y6^2
with T[6]:125*y0-125*y3+...
to:57421875*y3*y6^2
red:57421875*y3*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:643125000*y4*y6^2
red:643125000*y4*y6^2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-450187500*y5*y6^2
red:-450187500*y5*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-52500000*y6^3
red:-52500000*y6^3
with T[12]:7500*y6^2+6250*y6*y7+...
to:54687500*y0^2*y7
red:54687500*y0^2*y7
with T[6]:125*y0-125*y3+...
to:-54687500*y1^2*y7
red:-54687500*y1^2*y7
with T[3]:25*y1+25*y3+...
to:109375000*y0*y3*y7
red:109375000*y0*y3*y7
with T[6]:125*y0-125*y3+...
to:109375000*y1*y3*y7
red:109375000*y1*y3*y7
with T[3]:25*y1+25*y3+...
to:-54687500*y3^2*y7
red:-54687500*y3^2*y7
with T[5]:125*y3^2+875*y3*x3+...
to:306250000*y0*y4*y7
red:306250000*y0*y4*y7
with T[6]:125*y0-125*y3+...
to:153125000*y1*y4*y7
red:153125000*y1*y4*y7
with T[3]:25*y1+25*y3+...
to:-459375000*y3*y4*y7
red:-459375000*y3*y4*y7
with T[15]:156250*y3*y4+109375*y3*y5+...
to:535937500*y4^2*y7
red:535937500*y4^2*y7
with T[4]:125*y4^2+875*y4*x3+...
to:214375000*y0*y5*y7
red:214375000*y0*y5*y7
with T[6]:125*y0-125*y3+...
to:1607812500*y3*y5*y7
red:1607812500*y3*y5*y7
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-900375000*y4*y5*y7
red:-900375000*y4*y5*y7
with T[13]:306250*y4*y5+306250*y4*y8+...
to:630262500*y5^2*y7
red:630262500*y5^2*y7
with T[9]:625*y5^2-6250*y4*x2+...
to:-153125000*y0*y6*y7
red:-153125000*y0*y6*y7
with T[6]:125*y0-125*y3+...
to:-650781250*y3*y6*y7
red:-650781250*y3*y6*y7
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-643125000*y4*y6*y7
red:-643125000*y4*y6*y7
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-2443875000*y5*y6*y7
red:-2443875000*y5*y6*y7
with T[34]:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+...
to:19662214687500*y6^2*y7
red:19662214687500*y6^2*y7
with T[12]:7500*y6^2+6250*y6*y7+...
to:4120823437500*y0*y7^2
red:4120823437500*y0*y7^2
with T[6]:125*y0-125*y3+...
to:4120823437500*y1*y7^2
red:4120823437500*y1*y7^2
with T[3]:25*y1+25*y3+...
to:88597703906250*y3*y7^2
red:88597703906250*y3*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:135575091093750*y4*y7^2
red:135575091093750*y4*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-72691325437500*y5*y7^2
red:-72691325437500*y5*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:50372160781250*y6*y7^2
red:50372160781250*y6*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:148349643750000*y7^3
red:148349643750000*y7^3
with T[7]:125*y7^2+875*y7*x3+...
to:4120823437500*y0^2*y8
red:4120823437500*y0^2*y8
with T[6]:125*y0-125*y3+...
to:-4120823437500*y2^2*y8
red:-4120823437500*y2^2*y8
with T[2]:25*y2+25*y4+...
to:8241646875000*y0*y3*y8
red:8241646875000*y0*y3*y8
with T[6]:125*y0-125*y3+...
to:8241646875000*y3^2*y8
red:8241646875000*y3^2*y8
with T[5]:125*y3^2+875*y3*x3+...
to:23076611250000*y0*y4*y8
red:23076611250000*y0*y4*y8
with T[6]:125*y0-125*y3+...
to:8241646875000*y2*y4*y8
red:8241646875000*y2*y4*y8
with T[2]:25*y2+25*y4+...
to:52252041187500*y4^2*y8
red:52252041187500*y4^2*y8
with T[4]:125*y4^2+875*y4*x3+...
to:16153627875000*y0*y5*y8
red:16153627875000*y0*y5*y8
with T[6]:125*y0-125*y3+...
to:11538305625000*y2*y5*y8
red:11538305625000*y2*y5*y8
with T[2]:25*y2+25*y4+...
to:-117690717375000*y3*y5*y8
red:-117690717375000*y3*y5*y8
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:149536440900000*y4*y5*y8
red:149536440900000*y4*y5*y8
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-180274487085000*y5^2*y8
red:-180274487085000*y5^2*y8
with T[9]:625*y5^2-6250*y4*x2+...
to:-11538305625000*y0*y6*y8
red:-11538305625000*y0*y6*y8
with T[6]:125*y0-125*y3+...
to:69641916093750*y3*y6*y8
red:69641916093750*y3*y6*y8
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-96921767250000*y4*y6*y8
red:-96921767250000*y4*y6*y8
with T[10]:4375*y4*y6+6125*y5*y6+...
to:498454803000000*y5*y6*y8
red:498454803000000*y5*y6*y8
with T[32]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:-277743499687500*y6^2*y8
red:-277743499687500*y6^2*y8
with T[12]:7500*y6^2+6250*y6*y7+...
to:57691528125000*y0*y7*y8
red:57691528125000*y0*y7*y8
with T[6]:125*y0-125*y3+...
to:-490377989062500*y3*y7*y8
red:-490377989062500*y3*y7*y8
with T[33]:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+...
to:-3374954395312500000*y4*y7*y8
red:-3374954395312500000*y4*y7*y8
with T[31]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:5811671468728125000*y5*y7*y8
red:5811671468728125000*y5*y7*y8
with T[26]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-131915181757734375000*y6*y7*y8
red:-131915181757734375000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:-165087501367851562500*y7^2*y8
red:-165087501367851562500*y7^2*y8
with T[7]:125*y7^2+875*y7*x3+...
to:4016195730421875000*y0*y8^2
red:4016195730421875000*y0*y8^2
with T[6]:125*y0-125*y3+...
to:2868711236015625000*y2*y8^2
red:2868711236015625000*y2*y8^2
with T[2]:25*y2+25*y4+...
to:29260854607359375000*y3*y8^2
red:29260854607359375000*y3*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-59267574136082812500*y4*y8^2
red:-59267574136082812500*y4*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-424511888705592187500*y5*y8^2
red:-424511888705592187500*y5*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:247378532252414062500*y6*y8^2
red:247378532252414062500*y6*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:266656271758439062500*y7*y8^2
red:266656271758439062500*y7*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-85372846383825000000*y8^3
red:-85372846383825000000*y8^3
with T[8]:6125*y8^2+30625*y6*x2+...
to:-292608546073593750000*y3*y4*x2
red:-292608546073593750000*y3*y4*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:456125086526484375000*y4^2*x2
red:456125086526484375000*y4^2*x2
with T[4]:125*y4^2+875*y4*x3+...
to:-204825982251515625000*y3*y5*x2
red:-204825982251515625000*y3*y5*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:357843039580589062500*y4*y5*x2
red:357843039580589062500*y4*y5*x2
with T[13]:306250*y4*y5+306250*y4*y8+...
to:26988835308435000000*y5^2*x2
red:26988835308435000000*y5^2*x2
with T[9]:625*y5^2-6250*y4*x2+...
to:-268224500567460937500*y3*y6*x2
red:-268224500567460937500*y3*y6*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1327496124466230468750*y4*y6*x2
red:1327496124466230468750*y4*y6*x2
with T[10]:4375*y4*y6+6125*y5*y6+...
to:250008184218761718750*y5*y6*x2
red:250008184218761718750*y5*y6*x2
with T[21]:1071875*y5*y6*x2-1531250*y4*y7*x2+...
to:-1127881634293476562500*y6^2*x2
red:-1127881634293476562500*y6^2*x2
with T[12]:7500*y6^2+6250*y6*y7+...
to:268224500567460937500*y3*y7*x2
red:268224500567460937500*y3*y7*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:2854654550959148437500*y4*y7*x2
red:2854654550959148437500*y4*y7*x2
with T[22]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:-360252757018842187500*y5*y7*x2
red:-360252757018842187500*y5*y7*x2
with T[23]:2143750*y5*y7*x2-3062500*y4*y8*x2+...
to:990281395427542968750*y6*y7*x2
red:990281395427542968750*y6*y7*x2
with T[25]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:3022378534558195312500*y7^2*x2
red:3022378534558195312500*y7^2*x2
with T[7]:125*y7^2+875*y7*x3+...
to:-409651964503031250000*y3*y8*x2
red:-409651964503031250000*y3*y8*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-9312645661175106250000*y4*y8*x2
red:-9312645661175106250000*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-46912782928608712500000*y5*y8*x2
red:-46912782928608712500000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-364130102904161343750000*y6*y8*x2
red:-364130102904161343750000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:1657729696102069078125000000*y7*y8*x2
red:1657729696102069078125000000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-11992930087846594687033983750000*y8^2*x2
red:-11992930087846594687033983750000*y8^2*x2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-1280431869494319244828125000000*y4*x2^2
red:-1280431869494319244828125000000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:4481511543230117356898437500000*y6*x2^2
red:4481511543230117356898437500000*y6*x2^2
with T[36]:y6
to:-4481511543230117356898437500000*y7*x2^2
red:-4481511543230117356898437500000*y7*x2^2
with T[35]:y7
to:-6274116160522164299657812500000*y8*x2^2
red:-6274116160522164299657812500000*y8*x2^2
with T[37]:y8
to:-214714287573493383457031250000*y0*y3*x3
red:-214714287573493383457031250000*y0*y3*x3
with T[6]:125*y0-125*y3+...
to:-1468645727002694742846093750000*y0*y4*x3
red:-1468645727002694742846093750000*y0*y4*x3
with T[6]:125*y0-125*y3+...
to:360720003123468884207812500000*y3*y4*x3
red:360720003123468884207812500000*y3*y4*x3
with T[15]:156250*y3*y4+109375*y3*y5+...
to:3087763226736893648818875000000*y4^2*x3
red:3087763226736893648818875000000*y4^2*x3
with T[4]:125*y4^2+875*y4*x3+...
to:1683360014576188126303125000000*y0*y5*x3
red:1683360014576188126303125000000*y0*y5*x3
with T[6]:125*y0-125*y3+...
to:-2777544024050710408400156250000*y3*y5*x3
red:-2777544024050710408400156250000*y3*y5*x3
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-5352363406346031303875521875000*y4*y5*x3
red:-5352363406346031303875521875000*y4*y5*x3
with T[13]:306250*y4*y5+306250*y4*y8+...
to:4428920198349950960303521875000*y5^2*x3
red:4428920198349950960303521875000*y5^2*x3
with T[9]:625*y5^2-6250*y4*x2+...
to:901800007808672210519531250000*y3*y6*x3
red:901800007808672210519531250000*y3*y6*x3
with T[14]:3125*y3*y6-6125*y5*y6+...
to:11677107701111893563280570312500*y4*y6*x3
red:11677107701111893563280570312500*y4*y6*x3
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-283042834309270569909375000000*y5*y6*x3
red:-283042834309270569909375000000*y5*y6*x3
with T[36]:y6
to:9314083483848764839968750000000*y3*y7*x3
red:9314083483848764839968750000000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-16890112946251224721557140625000*y4*y7*x3
red:-16890112946251224721557140625000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:9838374973566925111185234375000*y5*y7*x3
red:9838374973566925111185234375000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-21480876186002572054575234375000*y7^2*x3
red:-21480876186002572054575234375000*y7^2*x3
with T[7]:125*y7^2+875*y7*x3+...
to:594627803170736491406250000000*y3*y8*x3
red:594627803170736491406250000000*y3*y8*x3
with T[37]:y8
to:1461139961445664912912500000000*y4*y8*x3
red:1461139961445664912912500000000*y4*y8*x3
with T[37]:y8
to:-143026615353137650509375000000*y5*y8*x3
red:-143026615353137650509375000000*y5*y8*x3
with T[37]:y8
to:-283042834309270569909375000000*y6*y8*x3
red:-283042834309270569909375000000*y6*y8*x3
with T[36]:y6
to:672497858769636806156250000000*y7*y8*x3
red:672497858769636806156250000000*y7*y8*x3
with T[35]:y7
to:-28922113018436125793960655000000*y8^2*x3
red:-28922113018436125793960655000000*y8^2*x3
with T[8]:6125*y8^2+30625*y6*x2+...
to:2732245563290253659085937500000*y6*x2*x3
red:2732245563290253659085937500000*y6*x2*x3
with T[36]:y6
to:-2732245563290253659085937500000*y7*x2*x3
red:-2732245563290253659085937500000*y7*x2*x3
with T[35]:y7
to:-2431598509937452169376562500000*y8*x2*x3
red:-2431598509937452169376562500000*y8*x2*x3
with T[37]:y8
to:-2840303039392979633910937500000*y7*x3^2
red:-2840303039392979633910937500000*y7*x3^2
with T[35]:y7
to:2840303039392979633910937500000*y8*x3^2
red:2840303039392979633910937500000*y8*x3^2
with T[37]:y8
to:19584210409579372661410556250000*y4^2*x4
red:19584210409579372661410556250000*y4^2*x4
with T[4]:125*y4^2+875*y4*x3+...
to:-10216311928462885738533665625000*y3*y5*x4
red:-10216311928462885738533665625000*y3*y5*x4
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:23274808905536207509517527500000*y4*y5*x4
red:23274808905536207509517527500000*y4*y5*x4
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1900446122055933347071176000000*y5^2*x4
red:1900446122055933347071176000000*y5^2*x4
with T[9]:625*y5^2-6250*y4*x2+...
to:-5508795647700575643326976562500*y3*y6*x4
red:-5508795647700575643326976562500*y3*y6*x4
with T[14]:3125*y3*y6-6125*y5*y6+...
to:42715260369870773704941796875000*y4*y6*x4
red:42715260369870773704941796875000*y4*y6*x4
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-396259968032978797873125000000*y5*y6*x4
red:-396259968032978797873125000000*y5*y6*x4
with T[36]:y6
to:-46328873201160990882739171875000*y6^2*x4
red:-46328873201160990882739171875000*y6^2*x4
with T[12]:7500*y6^2+6250*y6*y7+...
to:-999635406885915901664062500000*y3*y7*x4
red:-999635406885915901664062500000*y3*y7*x4
with T[35]:y7
to:1713954782447265251643750000000*y4*y7*x4
red:1713954782447265251643750000000*y4*y7*x4
with T[35]:y7
to:528346624043971730497500000000*y5*y7*x4
red:528346624043971730497500000000*y5*y7*x4
with T[35]:y7
to:283042834309270569909375000000*y6*y7*x4
red:283042834309270569909375000000*y6*y7*x4
with T[35]:y7
to:-25225991498431467166715479687500*y7^2*x4
red:-25225991498431467166715479687500*y7^2*x4
with T[7]:125*y7^2+875*y7*x3+...
to:550361066712470552601562500000*y3*y8*x4
red:550361066712470552601562500000*y3*y8*x4
with T[37]:y8
to:-314492038121411744343750000000*y4*y8*x4
red:-314492038121411744343750000000*y4*y8*x4
with T[37]:y8
to:1611457203334113778017375000000*y5*y8*x4
red:1611457203334113778017375000000*y5*y8*x4
with T[37]:y8
to:-679302802342249367782500000000*y6*y8*x4
red:-679302802342249367782500000000*y6*y8*x4
with T[36]:y6
to:1330301321253571678574062500000*y7*y8*x4
red:1330301321253571678574062500000*y7*y8*x4
with T[35]:y7
to:-142908017979838300063028154000000*y8^2*x4
red:-142908017979838300063028154000000*y8^2*x4
with T[8]:6125*y8^2+30625*y6*x2+...
to:14699357861794784930626875000000*y6*x2*x4
red:14699357861794784930626875000000*y6*x2*x4
with T[36]:y6
to:-8425241701272620630969062500000*y7*x2*x4
red:-8425241701272620630969062500000*y7*x2*x4
with T[35]:y7
to:-15295634766072981597902625000000*y8*x2*x4
red:-15295634766072981597902625000000*y8*x2*x4
with T[37]:y8
to:3825143788606355122720312500000*y6*x3*x4
red:3825143788606355122720312500000*y6*x3*x4
with T[36]:y6
to:-353709654286087569782812500000*y7*x3*x4
red:-353709654286087569782812500000*y7*x3*x4
with T[35]:y7
to:-6875672048232700590064687500000*y8*x3*x4
red:-6875672048232700590064687500000*y8*x3*x4
with T[37]:y8
to:11795338381781668883356687500000*y6*x4^2
red:11795338381781668883356687500000*y6*x4^2
with T[36]:y6
to:-12128196754929371073570112500000*y8*x4^2
red:-12128196754929371073570112500000*y8*x4^2
with T[37]:y8
to:-214714287573493383457031250000*y0*y3*x5
red:-214714287573493383457031250000*y0*y3*x5
with T[6]:125*y0-125*y3+...
to:-1683360014576188126303125000000*y0*y4*x5
red:-1683360014576188126303125000000*y0*y4*x5
with T[6]:125*y0-125*y3+...
to:360720003123468884207812500000*y3*y4*x5
red:360720003123468884207812500000*y3*y4*x5
with T[15]:156250*y3*y4+109375*y3*y5+...
to:2185963218928221438299343750000*y4^2*x5
red:2185963218928221438299343750000*y4^2*x5
with T[4]:125*y4^2+875*y4*x3+...
to:-1515024013118569313672812500000*y3*y5*x5
red:-1515024013118569313672812500000*y3*y5*x5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-4428920198349950960303521875000*y4*y5*x5
red:-4428920198349950960303521875000*y4*y5*x5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-4659300040344806421017578125000*y3*y6*x5
red:-4659300040344806421017578125000*y3*y6*x5
with T[14]:3125*y3*y6-6125*y5*y6+...
to:2689167623285460531769242187500*y4*y6*x5
red:2689167623285460531769242187500*y4*y6*x5
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-217973563276587119564062500000*y5*y6*x5
red:-217973563276587119564062500000*y5*y6*x5
with T[36]:y6
to:-3880602890744937083680078125000*y6^2*x5
red:-3880602890744937083680078125000*y6^2*x5
with T[12]:7500*y6^2+6250*y6*y7+...
to:214714287573493383457031250000*y0*y7*x5
red:214714287573493383457031250000*y0*y7*x5
with T[6]:125*y0-125*y3+...
to:-882503168197839078515625000000*y3*y7*x5
red:-882503168197839078515625000000*y3*y7*x5
with T[35]:y7
to:-220848271839761745867187500000*y4*y7*x5
red:-220848271839761745867187500000*y4*y7*x5
with T[35]:y7
to:377390445745694093212500000000*y5*y7*x5
red:377390445745694093212500000000*y5*y7*x5
with T[35]:y7
to:754607348130696036539062500000*y6*y7*x5
red:754607348130696036539062500000*y6*y7*x5
with T[35]:y7
to:-22240964764012738632013125000000*y7^2*x5
red:-22240964764012738632013125000000*y7^2*x5
with T[7]:125*y7^2+875*y7*x3+...
to:1683360014576188126303125000000*y0*y8*x5
red:1683360014576188126303125000000*y0*y8*x5
with T[6]:125*y0-125*y3+...
to:-33034877953929805078125000000*y3*y8*x5
red:-33034877953929805078125000000*y3*y8*x5
with T[37]:y8
to:-1129671473411507346632812500000*y4*y8*x5
red:-1129671473411507346632812500000*y4*y8*x5
with T[37]:y8
to:-499068283640231657539687500000*y5*y8*x5
red:-499068283640231657539687500000*y5*y8*x5
with T[37]:y8
to:20037232482354828365625000000*y6*y8*x5
red:20037232482354828365625000000*y6*y8*x5
with T[36]:y6
to:1723024293516034809300000000000*y7*y8*x5
red:1723024293516034809300000000000*y7*y8*x5
with T[35]:y7
to:4990937995216454302738591875000*y8^2*x5
red:4990937995216454302738591875000*y8^2*x5
with T[8]:6125*y8^2+30625*y6*x2+...
to:6757571486660185998056250000000*y6*x2*x5
red:6757571486660185998056250000000*y6*x2*x5
with T[36]:y6
to:-6757571486660185998056250000000*y7*x2*x5
red:-6757571486660185998056250000000*y7*x2*x5
with T[35]:y7
to:-12793536110779029759903750000000*y8*x2*x5
red:-12793536110779029759903750000000*y8*x2*x5
with T[37]:y8
to:-2028787885280699738507812500000*y6*x3*x5
red:-2028787885280699738507812500000*y6*x3*x5
with T[36]:y6
to:-5425714495875779333353125000000*y7*x3*x5
red:-5425714495875779333353125000000*y7*x3*x5
with T[35]:y7
to:14000354718855514559550000000000*y8*x3*x5
red:14000354718855514559550000000000*y8*x3*x5
with T[37]:y8
to:9207950328262769276005312500000*y6*x4*x5
red:9207950328262769276005312500000*y6*x4*x5
with T[36]:y6
to:-4425191298821864158087500000000*y7*x4*x5
red:-4425191298821864158087500000000*y7*x4*x5
with T[35]:y7
to:-9555710803409070519219000000000*y8*x4*x5
red:-9555710803409070519219000000000*y8*x4*x5
with T[37]:y8
to:-1788086954531708604210937500000*y6*x5^2
red:-1788086954531708604210937500000*y6*x5^2
with T[36]:y6
to:-3430142229934359303426562500000*y7*x5^2
red:-3430142229934359303426562500000*y7*x5^2
with T[35]:y7
to:5683983797477893194787500000000*y8*x5^2
red:5683983797477893194787500000000*y8*x5^2
with T[37]:y8
to:13574615157542381050508400000000*y4^2*x6
red:13574615157542381050508400000000*y4^2*x6
with T[4]:125*y4^2+875*y4*x3+...
to:-4206716676425894127631509375000*y3*y5*x6
red:-4206716676425894127631509375000*y3*y5*x6
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:13906910424419720586640636875000*y4*y5*x6
red:13906910424419720586640636875000*y4*y5*x6
with T[13]:306250*y4*y5+306250*y4*y8+...
to:1108593571199294452458186000000*y5^2*x6
red:1108593571199294452458186000000*y5^2*x6
with T[9]:625*y5^2-6250*y4*x2+...
to:-13378503715844255133794085937500*y3*y6*x6
red:-13378503715844255133794085937500*y3*y6*x6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:45901019197456209733970460937500*y4*y6*x6
red:45901019197456209733970460937500*y4*y6*x6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:-396259968032978797873125000000*y5*y6*x6
red:-396259968032978797873125000000*y5*y6*x6
with T[36]:y6
to:-79420925487704555798981437500000*y6^2*x6
red:-79420925487704555798981437500000*y6^2*x6
with T[12]:7500*y6^2+6250*y6*y7+...
to:-887316821842554564398437500000*y3*y7*x6
red:-887316821842554564398437500000*y3*y7*x6
with T[35]:y7
to:2342938858690088740331250000000*y4*y7*x6
red:2342938858690088740331250000000*y4*y7*x6
with T[35]:y7
to:528346624043971730497500000000*y5*y7*x6
red:528346624043971730497500000000*y5*y7*x6
with T[35]:y7
to:687389740465371384065625000000*y6*y7*x6
red:687389740465371384065625000000*y6*y7*x6
with T[35]:y7
to:-70279719488550995543780034375000*y7^2*x6
red:-70279719488550995543780034375000*y7^2*x6
with T[7]:125*y7^2+875*y7*x3+...
to:-550361066712470552601562500000*y3*y8*x6
red:-550361066712470552601562500000*y3*y8*x6
with T[37]:y8
to:-1006374521988517581900000000000*y4*y8*x6
red:-1006374521988517581900000000000*y4*y8*x6
with T[37]:y8
to:2668150451422057239012375000000*y5*y8*x6
red:2668150451422057239012375000000*y5*y8*x6
with T[37]:y8
to:-679302802342249367782500000000*y6*y8*x6
red:-679302802342249367782500000000*y6*y8*x6
with T[36]:y6
to:481172818325759968845937500000*y7*y8*x6
red:481172818325759968845937500000*y7*y8*x6
with T[35]:y7
to:-172846014719070947159953797750000*y8^2*x6
red:-172846014719070947159953797750000*y8^2*x6
with T[8]:6125*y8^2+30625*y6*x2+...
to:8378067895554408869317500000000*y6*x2*x6
red:8378067895554408869317500000000*y6*x2*x6
with T[36]:y6
to:6859071351427990144137187500000*y7*x2*x6
red:6859071351427990144137187500000*y7*x2*x6
with T[35]:y7
to:-11465121741754186551795750000000*y8*x2*x6
red:-11465121741754186551795750000000*y8*x2*x6
with T[37]:y8
to:6557389351896608781806250000000*y6*x3*x6
red:6557389351896608781806250000000*y6*x3*x6
with T[36]:y6
to:-11065864594114042206243750000000*y7*x3*x6
red:-11065864594114042206243750000000*y7*x3*x6
with T[35]:y7
to:11787417522160765781546250000000*y8*x3*x6
red:11787417522160765781546250000000*y8*x3*x6
with T[37]:y8
to:16891996351577267612191500000000*y6*x4*x6
red:16891996351577267612191500000000*y6*x4*x6
with T[36]:y6
to:8425241701272620630969062500000*y7*x4*x6
red:8425241701272620630969062500000*y7*x4*x6
with T[35]:y7
to:10799404995458782171368900000000*y8*x4*x6
red:10799404995458782171368900000000*y8*x4*x6
with T[37]:y8
to:6362378598409949348670937500000*y6*x5*x6
red:6362378598409949348670937500000*y6*x5*x6
with T[36]:y6
to:-18468791830925665635656250000000*y7*x5*x6
red:-18468791830925665635656250000000*y7*x5*x6
with T[35]:y7
to:-14906737889826820602815250000000*y8*x5*x6
red:-14906737889826820602815250000000*y8*x5*x6
with T[37]:y8
to:-5706143539674894689373000000000*y6*x6^2
red:-5706143539674894689373000000000*y6*x6^2
with T[36]:y6
to:-2377559808197872787238750000000*y7*x6^2
red:-2377559808197872787238750000000*y7*x6^2
with T[35]:y7
to:-9763845612332597579593800000000*y8*x6^2
red:-9763845612332597579593800000000*y8*x6^2
with T[37]:y8
to:-4416979630083292459687500000*y0^2
red:-4416979630083292459687500000*y0^2
with T[6]:125*y0-125*y3+...
to:-1226938786134247905468750000*y1^2
red:-1226938786134247905468750000*y1^2
with T[3]:25*y1+25*y3+...
to:-1717714300587947067656250000*y2^2
red:-1717714300587947067656250000*y2^2
with T[2]:25*y2+25*y4+...
to:2208489815041646229843750000*y0*y3
red:2208489815041646229843750000*y0*y3
with T[6]:125*y0-125*y3+...
to:2453877572268495810937500000*y1*y3
red:2453877572268495810937500000*y1*y3
with T[3]:25*y1+25*y3+...
to:-6380081687898089108437500000*y3^2
red:-6380081687898089108437500000*y3^2
with T[5]:125*y3^2+875*y3*x3+...
to:30918857410583047217812500000*y0*y4
red:30918857410583047217812500000*y0*y4
with T[6]:125*y0-125*y3+...
to:3435428601175894135312500000*y1*y4
red:3435428601175894135312500000*y1*y4
with T[3]:25*y1+25*y3+...
to:3435428601175894135312500000*y2*y4
red:3435428601175894135312500000*y2*y4
with T[2]:25*y2+25*y4+...
to:-52905600458108769683812500000*y3*y4
red:-52905600458108769683812500000*y3*y4
with T[15]:156250*y3*y4+109375*y3*y5+...
to:-393771574609661926504827000000*y4^2
red:-393771574609661926504827000000*y4^2
with T[4]:125*y4^2+875*y4*x3+...
to:-5290560045810876968381250000*y0*y5
red:-5290560045810876968381250000*y0*y5
with T[6]:125*y0-125*y3+...
to:4809600041646251789437500000*y2*y5
red:4809600041646251789437500000*y2*y5
with T[2]:25*y2+25*y4+...
to:117796724219999998826903250000*y3*y5
red:117796724219999998826903250000*y3*y5
with T[16]:765625*y3*y5-1093750*y3*y7+...
to:-241842080814106807978643700000*y4*y5
red:-241842080814106807978643700000*y4*y5
with T[13]:306250*y4*y5+306250*y4*y8+...
to:-39210168147520234788353430000*y5^2
red:-39210168147520234788353430000*y5^2
with T[9]:625*y5^2-6250*y4*x2+...
to:3778971461293483548843750000*y0*y6
red:3778971461293483548843750000*y0*y6
with T[6]:125*y0-125*y3+...
to:130896700562003918343676875000*y3*y6
red:130896700562003918343676875000*y3*y6
with T[14]:3125*y3*y6-6125*y5*y6+...
to:-1130256009786869170517812500000*y4*y6
red:-1130256009786869170517812500000*y4*y6
with T[10]:4375*y4*y6+6125*y5*y6+...
to:9057370697896658237100000000*y5*y6
red:9057370697896658237100000000*y5*y6
with T[36]:y6
to:1038195684418291676742465000000*y6^2
red:1038195684418291676742465000000*y6^2
with T[12]:7500*y6^2+6250*y6*y7+...
to:-3778971461293483548843750000*y0*y7
red:-3778971461293483548843750000*y0*y7
with T[6]:125*y0-125*y3+...
to:3435428601175894135312500000*y1*y7
red:3435428601175894135312500000*y1*y7
with T[3]:25*y1+25*y3+...
to:16988826459931998859687500000*y3*y7
red:16988826459931998859687500000*y3*y7
with T[35]:y7
to:-23876714661733634106656250000*y4*y7
red:-23876714661733634106656250000*y4*y7
with T[35]:y7
to:-12076494263862210982800000000*y5*y7
red:-12076494263862210982800000000*y5*y7
with T[35]:y7
to:-13626693417614059141734375000*y6*y7
red:-13626693417614059141734375000*y6*y7
with T[35]:y7
to:793859757274019263693115250000*y7^2
red:793859757274019263693115250000*y7^2
with T[7]:125*y7^2+875*y7*x3+...
to:-5290560045810876968381250000*y0*y8
red:-5290560045810876968381250000*y0*y8
with T[6]:125*y0-125*y3+...
to:4809600041646251789437500000*y2*y8
red:4809600041646251789437500000*y2*y8
with T[2]:25*y2+25*y4+...
to:-5776384373658583059375000000*y3*y8
red:-5776384373658583059375000000*y3*y8
with T[37]:y8
to:-2712198253573377975656250000*y4*y8
red:-2712198253573377975656250000*y4*y8
with T[37]:y8
to:-15720408678895635060596250000*y5*y8
red:-15720408678895635060596250000*y5*y8
with T[37]:y8
to:5506921109631246702271875000*y6*y8
red:5506921109631246702271875000*y6*y8
with T[36]:y6
to:-44813223750868864325409375000*y7*y8
red:-44813223750868864325409375000*y7*y8
with T[35]:y7
to:2527448926077140853484266570000*y8^2
red:2527448926077140853484266570000*y8^2
with T[8]:6125*y8^2+30625*y6*x2+...
to:-171702721486771188882918750000*y3*x2
red:-171702721486771188882918750000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:-40080000347052098245312500000*y4*x2
red:-40080000347052098245312500000*y4*x2
with T[38]:1837500*y4*x2+1286250*y5*x2+...
to:-160483395371924103895040625000*y6*x2
red:-160483395371924103895040625000*y6*x2
with T[36]:y6
to:17075025988560348474290625000*y7*x2
red:17075025988560348474290625000*y7*x2
with T[35]:y7
to:265446508210001601636903750000*y8*x2
red:265446508210001601636903750000*y8*x2
with T[37]:y8
to:57257143352931568921875000000*y3*x3
snew s:1050000*y3*x3+420000*y4*x3+...
set S
0:125*x1+175*x3+...
1:125*x0+125*x2+...
2:y8
3:y7
4:y6
5:25*y2+25*y4+...
6:25*y1+25*y3+...
7:125*y0-125*y3+...
8:1050000*y3*x3+420000*y4*x3+...
9:1837500*y4*x2+1286250*y5*x2+...
10:6250*y3*x2+4375*y4*x2+...
11:625*y5^2-6250*y4*x2+...
12:306250*y4*y5+306250*y4*y8+...
13:765625*y3*y5-1093750*y3*y7+...
14:125*y4^2+875*y4*x3+...
15:156250*y3*y4+109375*y3*y5+...
16:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
38:1050000*y3*x3+420000*y4*x3+... o:2 e:3 l:14
39:1837500*y4*x2+1286250*y5*x2+... o:2 e:3 l:18
set L
32:125*y7^2+875*y7*x3+... y7 lcm: o*y7^2
p : o*y7*x3+o o:2 e:2 l:0
31:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
30:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
29:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
28:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
27:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
26:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
25:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
24:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
23:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
22:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
21:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
20:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
19:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
17:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
16:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
15:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
14:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
13:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
12:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
11:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
10:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
9:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
8:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
7:6250*y3*x2+4375*y4*x2+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*x2*x3
p : o*y4*x2*x3+o o:3 e:3 l:0
6:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
5:765625*y3*y5-1093750*y3*y7+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y5*x3
p : o*y4*y5*x3+o o:3 e:3 l:0
4:156250*y3*y4+109375*y3*y5+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y4*x3
p : o*y4^2*x3+o o:3 e:3 l:0
3:125*y3^2+875*y3*x3+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3^2*x3
p : o*y3*y4*x3+o o:3 e:3 l:0
2:156250*y3*y4+109375*y3*y5+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y3*y4*x2
p : o*y4*y7*x2+o o:3 e:3 l:0
1:306250*y4*y5+306250*y4*y8+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*y5*x2
p : o*y5^2*x2+o o:3 e:3 l:0
0:125*y4^2+875*y4*x3+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4^2*x2
p : o*y4*y5*x2+o o:3 e:3 l:0
4(32)red:-875*y7*x3
with T[35]:y7
to:875*y8*x3
red:875*y8*x3
with T[37]:y8
to:-625*y6*x5
red:-625*y6*x5
with T[36]:y6
to:-1500*y7*x5
red:-1500*y7*x5
with T[35]:y7
to:-875*y8*x5
red:-875*y8*x5
with T[37]:y8
to:20*y7
red:20*y7
with T[35]:y7
to:-25*x5
snew s:25*x5-1
set S
0:25*x5-1
1:125*x1+175*x3+...
2:125*x0+125*x2+...
3:y8
4:y7
5:y6
6:25*y2+25*y4+...
7:25*y1+25*y3+...
8:125*y0-125*y3+...
9:1050000*y3*x3+420000*y4*x3+...
10:1837500*y4*x2+1286250*y5*x2+...
11:6250*y3*x2+4375*y4*x2+...
12:625*y5^2-6250*y4*x2+...
13:306250*y4*y5+306250*y4*y8+...
14:765625*y3*y5-1093750*y3*y7+...
15:125*y4^2+875*y4*x3+...
16:156250*y3*y4+109375*y3*y5+...
17:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
38:25*x5-1 o:1 e:3 l:2
39:1050000*y3*x3+420000*y4*x3+... o:2 e:3 l:14
40:1837500*y4*x2+1286250*y5*x2+... o:2 e:3 l:18
set L
31:6125*y8^2+30625*y6*x2+... y8 lcm: o*y8^2
p : o*y6*x2+o o:2 e:2 l:0
30:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
29:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
28:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
27:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
26:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
25:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
24:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
23:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
22:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
21:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
20:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
19:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
17:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
16:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
15:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
14:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
13:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
12:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
11:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
10:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
9:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
8:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
7:6250*y3*x2+4375*y4*x2+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*x2*x3
p : o*y4*x2*x3+o o:3 e:3 l:0
6:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
5:765625*y3*y5-1093750*y3*y7+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y5*x3
p : o*y4*y5*x3+o o:3 e:3 l:0
4:156250*y3*y4+109375*y3*y5+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y4*x3
p : o*y4^2*x3+o o:3 e:3 l:0
3:125*y3^2+875*y3*x3+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3^2*x3
p : o*y3*y4*x3+o o:3 e:3 l:0
2:156250*y3*y4+109375*y3*y5+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y3*y4*x2
p : o*y4*y7*x2+o o:3 e:3 l:0
1:306250*y4*y5+306250*y4*y8+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*y5*x2
p : o*y5^2*x2+o o:3 e:3 l:0
0:125*y4^2+875*y4*x3+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4^2*x2
p : o*y4*y5*x2+o o:3 e:3 l:0
(31)red:-30625*y6*x2
with T[36]:y6
to:30625*y7*x2
red:30625*y7*x2
with T[35]:y7
to:-42875*y6*x4
red:-42875*y6*x4
with T[36]:y6
to:42875*y8*x4
red:42875*y8*x4
with T[37]:y8
to:-73500*y6*x6
red:-73500*y6*x6
with T[36]:y6
to:-30625*y7*x6
red:-30625*y7*x6
with T[35]:y7
to:-42875*y8*x6
red:-42875*y8*x6
with T[37]:y8
to:980*y6
red:980*y6
with T[36]:y6
to:-1225*x6
snew s:1225*x6+1
set S
0:1225*x6+1
1:25*x5-1
2:125*x1+175*x3+...
3:125*x0+125*x2+...
4:y8
5:y7
6:y6
7:25*y2+25*y4+...
8:25*y1+25*y3+...
9:125*y0-125*y3+...
10:1050000*y3*x3+420000*y4*x3+...
11:1837500*y4*x2+1286250*y5*x2+...
12:6250*y3*x2+4375*y4*x2+...
13:625*y5^2-6250*y4*x2+...
14:306250*y4*y5+306250*y4*y8+...
15:765625*y3*y5-1093750*y3*y7+...
16:125*y4^2+875*y4*x3+...
17:156250*y3*y4+109375*y3*y5+...
18:125*y3^2+875*y3*x3+...
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
38:25*x5-1 o:1 e:3 l:2
39:1225*x6+1 o:1 e:3 l:2
40:1050000*y3*x3+420000*y4*x3+... o:2 e:3 l:14
41:1837500*y4*x2+1286250*y5*x2+... o:2 e:3 l:18
set L
30:7500*y6^2+6250*y6*y7+... y6 lcm: o*y6^2
p : o*y6*y7+o o:2 e:2 l:0
29:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
28:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
27:2143750*y5*y7*x2-3062500*y4*y8*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y7*y8*x2
p : o*y6*y7*y8*x2+o o:4 e:0 l:0
26:1071875*y5*y6*x2-1531250*y4*y7*x2+... 23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... lcm: o*y5*y6*y8*x2
p : o*y6^2*y8*x2+o o:4 e:0 l:0
25:1071875*y5*y6*x2-1531250*y4*y7*x2+... 2143750*y5*y7*x2-3062500*y4*y8*x2+... lcm: o*y5*y6*y7*x2
p : o*y4*y7^2*x2+o o:4 e:0 l:0
24:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
23:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
22:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
21:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
20:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
19:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
18:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
17:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
16:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
15:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
14:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
13:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
12:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
11:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
10:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
9:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
8:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
7:6250*y3*x2+4375*y4*x2+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*x2*x3
p : o*y4*x2*x3+o o:3 e:3 l:0
6:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
5:765625*y3*y5-1093750*y3*y7+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y5*x3
p : o*y4*y5*x3+o o:3 e:3 l:0
4:156250*y3*y4+109375*y3*y5+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3*y4*x3
p : o*y4^2*x3+o o:3 e:3 l:0
3:125*y3^2+875*y3*x3+... 1050000*y3*x3+420000*y4*x3+... lcm: o*y3^2*x3
p : o*y3*y4*x3+o o:3 e:3 l:0
2:156250*y3*y4+109375*y3*y5+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y3*y4*x2
p : o*y4*y7*x2+o o:3 e:3 l:0
1:306250*y4*y5+306250*y4*y8+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*y5*x2
p : o*y5^2*x2+o o:3 e:3 l:0
0:125*y4^2+875*y4*x3+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4^2*x2
p : o*y4*y5*x2+o o:3 e:3 l:0
(30)red:-6250*y6*y7
with T[35]:y7
to:-8750*y6*y8
red:-8750*y6*y8
with T[36]:y6
to:-8750*y7*y8
red:-8750*y7*y8
with T[35]:y7
to:61250*y6*x2
red:61250*y6*x2
with T[36]:y6
to:-61250*y7*x2
red:-61250*y7*x2
with T[35]:y7
to:52500*y7*x3
red:52500*y7*x3
with T[35]:y7
to:-52500*y8*x3
red:-52500*y8*x3
with T[37]:y8
to:85750*y6*x4
red:85750*y6*x4
with T[36]:y6
to:-85750*y8*x4
red:-85750*y8*x4
with T[37]:y8
to:37500*y6*x5
red:37500*y6*x5
with T[36]:y6
to:90000*y7*x5
red:90000*y7*x5
with T[35]:y7
to:52500*y8*x5
red:52500*y8*x5
with T[37]:y8
to:147000*y6*x6
red:147000*y6*x6
with T[36]:y6
to:61250*y7*x6
red:61250*y7*x6
with T[35]:y7
to:85750*y8*x6
red:85750*y8*x6
with T[37]:y8
to:-2210*y6
red:-2210*y6
with T[36]:y6
to:-1450*y7
red:-1450*y7
with T[35]:y7
to:-350*y8
red:-350*y8
with T[37]:y8
to:1500*x5
red:1500*x5
with T[38]:25*x5-1
to:2450*x6
red:2450*x6
with T[39]:1225*x6+1
to:85
snew s:1
set S
0:1
set T
0:125*x1+175*x3+... o:1 e:0 l:4
1:125*x0+125*x2+... o:1 e:0 l:5
2:25*y2+25*y4+... o:1 e:0 l:5
3:25*y1+25*y3+... o:1 e:0 l:5
4:125*y4^2+875*y4*x3+... o:2 e:0 l:7
5:125*y3^2+875*y3*x3+... o:2 e:0 l:7
6:125*y0-125*y3+... o:1 e:0 l:8
7:125*y7^2+875*y7*x3+... o:2 e:0 l:9
8:6125*y8^2+30625*y6*x2+... o:2 e:0 l:11
9:625*y5^2-6250*y4*x2+... o:2 e:0 l:17
10:4375*y4*y6+6125*y5*y6+... o:2 e:0 l:17
11:6250*y3*x2+4375*y4*x2+... o:2 e:0 l:20
12:7500*y6^2+6250*y6*y7+... o:2 e:0 l:22
13:306250*y4*y5+306250*y4*y8+... o:2 e:0 l:24
14:3125*y3*y6-6125*y5*y6+... o:2 e:0 l:26
15:156250*y3*y4+109375*y3*y5+... o:2 e:0 l:36
16:765625*y3*y5-1093750*y3*y7+... o:2 e:0 l:40
17:1531250*y4*y7*x3-1531250*y5*y7*x3+... o:3 e:0 l:67
18:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... o:3 e:0 l:73
19:192937500*y5*y7*x3-422625000*y4*y8*x3+... o:3 e:0 l:74
20:130156250*y3*y7*x3-56656250*y5*y7*x3+... o:3 e:0 l:89
21:1071875*y5*y6*x2-1531250*y4*y7*x2+... o:3 e:0 l:93
22:428750*y4*y7*x2+743750*y3*y7*x3+... o:3 e:0 l:94
23:2143750*y5*y7*x2-3062500*y4*y8*x2+... o:3 e:0 l:121
24:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... o:3 e:0 l:125
25:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... o:3 e:0 l:177
26:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... o:3 e:0 l:182
27:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... o:3 e:0 l:183
28:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... o:3 e:0 l:184
29:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... o:3 e:0 l:185
30:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... o:3 e:0 l:186
31:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... o:3 e:0 l:187
32:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... o:3 e:0 l:187
33:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... o:3 e:0 l:188
34:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... o:3 e:0 l:188
35:y7 o:1 e:2 l:6
36:y6 o:1 e:2 l:1
37:y8 o:1 e:2 l:6
38:25*x5-1 o:1 e:3 l:2
39:1225*x6+1 o:1 e:3 l:2
40:1050000*y3*x3+420000*y4*x3+... o:2 e:3 l:14
41:1837500*y4*x2+1286250*y5*x2+... o:2 e:3 l:18
42:1 o:0 e:4 l:1
set L
19:4375*y4*y6+6125*y5*y6+... y6 lcm: o*y4*y6
p : o*y5*y6+o o:2 e:2 l:0
18:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
17:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
16:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
15:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
(19)red:-6125*y5*y6
with T[36]:y6
to:4375*y4*y7
red:4375*y4*y7
with T[35]:y7
to:6125*y5*y8
red:6125*y5*y8
with T[37]:y8
to:-10500*y6*y8
red:-10500*y6*y8
with T[36]:y6
to:-4375*y7*y8
red:-4375*y7*y8
with T[35]:y7
to:30625*y6*x2
red:30625*y6*x2
with T[36]:y6
to:-30625*y7*x2
red:-30625*y7*x2
with T[35]:y7
to:42875*y6*x4
red:42875*y6*x4
with T[36]:y6
to:-42875*y8*x4
red:-42875*y8*x4
with T[37]:y8
to:73500*y6*x6
red:73500*y6*x6
with T[36]:y6
to:30625*y7*x6
red:30625*y7*x6
with T[35]:y7
to:42875*y8*x6
red:42875*y8*x6
with T[37]:y8
to:-1155*y6
red:-1155*y6
with T[36]:y6
to:-175*y8
red:-175*y8
with T[37]:y8
to:1225*x6
red:1225*x6
with T[39]:1225*x6+1
to:35
red:35
with T[42]:1
to:NULL
set L
18:3125*y3*y6-6125*y5*y6+... y6 lcm: o*y3*y6
p : o*y5*y6+o o:2 e:2 l:0
17:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
16:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
15:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:6125*y5*y6
with T[36]:y6
to:3125*y3*y7
red:3125*y3*y7
with T[35]:y7
to:-4375*y4*y7
red:-4375*y4*y7
with T[35]:y7
to:-7500*y6*y7
red:-7500*y6*y7
with T[35]:y7
to:4375*y4*y8
red:4375*y4*y8
with T[37]:y8
to:-6125*y5*y8
red:-6125*y5*y8
with T[37]:y8
to:10500*y6*y8
red:10500*y6*y8
with T[36]:y6
to:-30625*y6*x2
red:-30625*y6*x2
with T[36]:y6
to:30625*y7*x2
red:30625*y7*x2
with T[35]:y7
to:21875*y7*x3
red:21875*y7*x3
with T[35]:y7
to:-21875*y8*x3
red:-21875*y8*x3
with T[37]:y8
to:-42875*y6*x4
red:-42875*y6*x4
with T[36]:y6
to:42875*y8*x4
red:42875*y8*x4
with T[37]:y8
to:15625*y6*x5
red:15625*y6*x5
with T[36]:y6
to:37500*y7*x5
red:37500*y7*x5
with T[35]:y7
to:21875*y8*x5
red:21875*y8*x5
with T[37]:y8
to:-73500*y6*x6
red:-73500*y6*x6
with T[36]:y6
to:-30625*y7*x6
red:-30625*y7*x6
with T[35]:y7
to:-42875*y8*x6
red:-42875*y8*x6
with T[37]:y8
to:1030*y6
red:1030*y6
with T[36]:y6
to:-625*y7
red:-625*y7
with T[35]:y7
to:175*y8
red:175*y8
with T[37]:y8
to:625*x5
red:625*x5
with T[38]:25*x5-1
to:-1225*x6
red:-1225*x6
with T[39]:1225*x6+1
to:-10
red:-10
with T[42]:1
to:NULL
set L
17:192937500*y5*y7*x3-422625000*y4*y8*x3+... y7 lcm: o*y5*y7*x3
p : o*y4*y8*x3+o o:3 e:2 l:0
16:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
15:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
5-red:422625000*y4*y8*x3
with T[37]:y8
to:321562500*y5*y8*x3
red:321562500*y5*y8*x3
with T[37]:y8
to:156187500*y7*y8*x3
red:156187500*y7*y8*x3
with T[35]:y7
to:-1378125000*y6*x2*x3
red:-1378125000*y6*x2*x3
with T[36]:y6
to:1378125000*y7*x2*x3
red:1378125000*y7*x2*x3
with T[35]:y7
to:-4685625000*y4*x3^2
red:-4685625000*y4*x3^2
with T[42]:1
to:4685625000*y5*x3^2
red:4685625000*y5*x3^2
with T[42]:1
to:1093312500*y7*x3^2
red:1093312500*y7*x3^2
with T[35]:y7
to:-1093312500*y8*x3^2
red:-1093312500*y8*x3^2
with T[37]:y8
to:926100000*y4*y7*x4
red:926100000*y4*y7*x4
with T[35]:y7
to:-7871850000*y4*x3*x4
red:-7871850000*y4*x3*x4
with T[42]:1
to:7871850000*y5*x3*x4
red:7871850000*y5*x3*x4
with T[42]:1
to:-1929375000*y6*x3*x4
red:-1929375000*y6*x3*x4
with T[36]:y6
to:-3241350000*y7*x3*x4
red:-3241350000*y7*x3*x4
with T[35]:y7
to:5170725000*y8*x3*x4
red:5170725000*y8*x3*x4
with T[37]:y8
to:192937500*y5*y6*x5
red:192937500*y5*y6*x5
with T[36]:y6
to:-275625000*y4*y7*x5
red:-275625000*y4*y7*x5
with T[35]:y7
to:-111562500*y6*y7*x5
red:-111562500*y6*y7*x5
with T[35]:y7
to:-422625000*y4*y8*x5
red:-422625000*y4*y8*x5
with T[37]:y8
to:-192937500*y5*y8*x5
red:-192937500*y5*y8*x5
with T[37]:y8
to:330750000*y6*y8*x5
red:330750000*y6*y8*x5
with T[36]:y6
to:-211312500*y7*y8*x5
red:-211312500*y7*y8*x5
with T[35]:y7
to:413437500*y6*x2*x5
red:413437500*y6*x2*x5
with T[36]:y6
to:-413437500*y7*x2*x5
red:-413437500*y7*x2*x5
with T[35]:y7
to:-8222812500*y4*x3*x5
red:-8222812500*y4*x3*x5
with T[38]:25*x5-1
to:3537187500*y5*x3*x5
red:3537187500*y5*x3*x5
with T[38]:25*x5-1
to:780937500*y6*x3*x5
red:780937500*y6*x3*x5
with T[36]:y6
to:3748500000*y7*x3*x5
red:3748500000*y7*x3*x5
with T[35]:y7
to:3904687500*y8*x3*x5
red:3904687500*y8*x3*x5
with T[37]:y8
to:-7871850000*y4*x4*x5
red:-7871850000*y4*x4*x5
with T[38]:25*x5-1
to:-1736437500*y6*x4*x5
red:-1736437500*y6*x4*x5
with T[36]:y6
to:-5556600000*y7*x4*x5
red:-5556600000*y7*x4*x5
with T[35]:y7
to:4051687500*y8*x4*x5
red:4051687500*y8*x4*x5
with T[37]:y8
to:-3537187500*y4*x5^2
red:-3537187500*y4*x5^2
with T[38]:25*x5-1
to:1338750000*y6*x5^2
red:1338750000*y6*x5^2
with T[36]:y6
to:3213000000*y7*x5^2
red:3213000000*y7*x5^2
with T[35]:y7
to:5411437500*y8*x5^2
red:5411437500*y8*x5^2
with T[37]:y8
to:926100000*y4*y7*x6
red:926100000*y4*y7*x6
with T[35]:y7
to:-3241350000*y4*x3*x6
red:-3241350000*y4*x3*x6
with T[39]:1225*x6+1
to:3241350000*y5*x3*x6
red:3241350000*y5*x3*x6
with T[39]:1225*x6+1
to:-3307500000*y6*x3*x6
red:-3307500000*y6*x3*x6
with T[36]:y6
to:-9249975000*y7*x3*x6
red:-9249975000*y7*x3*x6
with T[35]:y7
to:5942475000*y8*x3*x6
red:5942475000*y8*x3*x6
with T[37]:y8
to:-3241350000*y4*x5*x6
red:-3241350000*y4*x5*x6
with T[38]:25*x5-1
to:-4630500000*y6*x5*x6
red:-4630500000*y6*x5*x6
with T[36]:y6
to:-13081162500*y7*x5*x6
red:-13081162500*y7*x5*x6
with T[35]:y7
to:-4051687500*y8*x5*x6
red:-4051687500*y8*x5*x6
with T[37]:y8
to:-11429250*y4*y7
red:-11429250*y4*y7
with T[35]:y7
to:-52153500*y4*x3
red:-52153500*y4*x3
with T[42]:1
to:-12421500*y5*x3
red:-12421500*y5*x3
with T[42]:1
to:44100000*y6*x3
red:44100000*y6*x3
with T[36]:y6
to:18595500*y7*x3
red:18595500*y7*x3
with T[35]:y7
to:-34398000*y8*x3
red:-34398000*y8*x3
with T[37]:y8
to:-108486000*y4*x4
red:-108486000*y4*x4
with T[42]:1
to:89523000*y7*x4
red:89523000*y7*x4
with T[35]:y7
to:94300500*y4*x5
red:94300500*y4*x5
with T[38]:25*x5-1
to:23415000*y6*x5
red:23415000*y6*x5
with T[36]:y6
to:27415500*y7*x5
red:27415500*y7*x5
with T[35]:y7
to:-111352500*y8*x5
red:-111352500*y8*x5
with T[37]:y8
to:31237500*x3*x5
red:31237500*x3*x5
with T[38]:25*x5-1
to:-92610000*x4*x5
red:-92610000*x4*x5
with T[38]:25*x5-1
to:53550000*x5^2
red:53550000*x5^2
with T[38]:25*x5-1
to:-40131000*y4*x6
red:-40131000*y4*x6
with T[39]:1225*x6+1
to:206388000*y7*x6
red:206388000*y7*x6
with T[35]:y7
to:-55125000*x3*x6
red:-55125000*x3*x6
with T[39]:1225*x6+1
to:-208372500*x5*x6
red:-208372500*x5*x6
with T[38]:25*x5-1
to:-65835*y4
red:-65835*y4
with T[42]:1
to:-1199415*y7
red:-1199415*y7
with T[35]:y7
to:4892500*x3
red:4892500*x3
with T[42]:1
to:4806900*x4
red:4806900*x4
with T[42]:1
to:3042550*x5
red:3042550*x5
with T[38]:25*x5-1
to:176400*x6
red:176400*x6
with T[39]:1225*x6+1
to:-29391
red:-29391
with T[42]:1
to:NULL
set L
16:1531250*y4*y7*x3-1531250*y5*y7*x3+... y7 lcm: o*y4*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
15:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:1531250*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:229687500*y4*y8*x3
red:229687500*y4*y8*x3
with T[37]:y8
to:51450000*y5*y8*x3
red:51450000*y5*y8*x3
with T[37]:y8
to:156187500*y7*y8*x3
red:156187500*y7*y8*x3
with T[35]:y7
to:-937125000*y4*x2*x3
red:-937125000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-220500000*y6*x2*x3
red:-220500000*y6*x2*x3
with T[36]:y6
to:220500000*y7*x2*x3
red:220500000*y7*x2*x3
with T[35]:y7
to:-655987500*y8*x2*x3
red:-655987500*y8*x2*x3
with T[37]:y8
to:334687500*y3*x3^2
red:334687500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-7497000000*y4*x3^2
red:-7497000000*y4*x3^2
with T[42]:1
to:7497000000*y5*x3^2
red:7497000000*y5*x3^2
with T[42]:1
to:4373250000*y7*x3^2
red:4373250000*y7*x3^2
with T[35]:y7
to:-4373250000*y8*x3^2
red:-4373250000*y8*x3^2
with T[37]:y8
to:1852200000*y4*y7*x4
red:1852200000*y4*y7*x4
with T[35]:y7
to:-15743700000*y4*x3*x4
red:-15743700000*y4*x3*x4
with T[42]:1
to:15743700000*y5*x3*x4
red:15743700000*y5*x3*x4
with T[42]:1
to:-1234800000*y6*x3*x4
red:-1234800000*y6*x3*x4
with T[36]:y6
to:-6482700000*y7*x3*x4
red:-6482700000*y7*x3*x4
with T[35]:y7
to:4043970000*y8*x3*x4
red:4043970000*y8*x3*x4
with T[37]:y8
to:771750000*y5*y6*x5
red:771750000*y5*y6*x5
with T[36]:y6
to:-1874250000*y4*y7*x5
red:-1874250000*y4*y7*x5
with T[35]:y7
to:-446250000*y6*y7*x5
red:-446250000*y6*y7*x5
with T[35]:y7
to:-918750000*y4*y8*x5
red:-918750000*y4*y8*x5
with T[37]:y8
to:-771750000*y5*y8*x5
red:-771750000*y5*y8*x5
with T[37]:y8
to:1323000000*y6*y8*x5
red:1323000000*y6*y8*x5
with T[36]:y6
to:-73500000*y7*y8*x5
red:-73500000*y7*y8*x5
with T[35]:y7
to:-1102500000*y6*x2*x5
red:-1102500000*y6*x2*x5
with T[36]:y6
to:1102500000*y7*x2*x5
red:1102500000*y7*x2*x5
with T[35]:y7
to:-12384750000*y4*x3*x5
red:-12384750000*y4*x3*x5
with T[38]:25*x5-1
to:4887750000*y5*x3*x5
red:4887750000*y5*x3*x5
with T[38]:25*x5-1
to:3123750000*y6*x3*x5
red:3123750000*y6*x3*x5
with T[36]:y6
to:14994000000*y7*x3*x5
red:14994000000*y7*x3*x5
with T[35]:y7
to:2499000000*y8*x3*x5
red:2499000000*y8*x3*x5
with T[37]:y8
to:-15743700000*y4*x4*x5
red:-15743700000*y4*x4*x5
with T[38]:25*x5-1
to:-6174000000*y6*x4*x5
red:-6174000000*y6*x4*x5
with T[36]:y6
to:-11113200000*y7*x4*x5
red:-11113200000*y7*x4*x5
with T[35]:y7
to:10804500000*y8*x4*x5
red:10804500000*y8*x4*x5
with T[37]:y8
to:-4887750000*y4*x5^2
red:-4887750000*y4*x5^2
with T[38]:25*x5-1
to:5355000000*y6*x5^2
red:5355000000*y6*x5^2
with T[36]:y6
to:12852000000*y7*x5^2
red:12852000000*y7*x5^2
with T[35]:y7
to:12384750000*y8*x5^2
red:12384750000*y8*x5^2
with T[37]:y8
to:1852200000*y4*y7*x6
red:1852200000*y4*y7*x6
with T[35]:y7
to:-6482700000*y4*x3*x6
red:-6482700000*y4*x3*x6
with T[39]:1225*x6+1
to:6482700000*y5*x3*x6
red:6482700000*y5*x3*x6
with T[39]:1225*x6+1
to:-2116800000*y6*x3*x6
red:-2116800000*y6*x3*x6
with T[36]:y6
to:-16625700000*y7*x3*x6
red:-16625700000*y7*x3*x6
with T[35]:y7
to:8211420000*y8*x3*x6
red:8211420000*y8*x3*x6
with T[37]:y8
to:-6482700000*y4*x5*x6
red:-6482700000*y4*x5*x6
with T[38]:25*x5-1
to:-13891500000*y6*x5*x6
red:-13891500000*y6*x5*x6
with T[36]:y6
to:-28091700000*y7*x5*x6
red:-28091700000*y7*x5*x6
with T[35]:y7
to:-10804500000*y8*x5*x6
red:-10804500000*y8*x5*x6
with T[37]:y8
to:-3381000*y4*y7
red:-3381000*y4*y7
with T[35]:y7
to:-60220125*y4*x3
red:-60220125*y4*x3
with T[42]:1
to:-84102375*y5*x3
red:-84102375*y5*x3
with T[42]:1
to:28224000*y6*x3
red:28224000*y6*x3
with T[36]:y6
to:-73794000*y7*x3
red:-73794000*y7*x3
with T[35]:y7
to:63680400*y8*x3
red:63680400*y8*x3
with T[37]:y8
to:-195234375*x2*x3
red:-195234375*x2*x3
with T[42]:1
to:-239859375*x3^2
red:-239859375*x3^2
with T[42]:1
to:-216972000*y4*x4
red:-216972000*y4*x4
with T[42]:1
to:179046000*y7*x4
red:179046000*y7*x4
with T[35]:y7
to:-327993750*x3*x4
red:-327993750*x3*x4
with T[42]:1
to:154056000*y4*x5
red:154056000*y4*x5
with T[38]:25*x5-1
to:76020000*y6*x5
red:76020000*y6*x5
with T[36]:y6
to:-144354000*y7*x5
red:-144354000*y7*x5
with T[35]:y7
to:-211680000*y8*x5
red:-211680000*y8*x5
with T[37]:y8
to:51318750*x3*x5
red:51318750*x3*x5
with T[38]:25*x5-1
to:-185220000*x4*x5
red:-185220000*x4*x5
with T[38]:25*x5-1
to:214200000*x5^2
red:214200000*x5^2
with T[38]:25*x5-1
to:-80262000*y4*x6
red:-80262000*y4*x6
with T[39]:1225*x6+1
to:412776000*y7*x6
red:412776000*y7*x6
with T[35]:y7
to:-121183125*x3*x6
red:-121183125*x3*x6
with T[39]:1225*x6+1
to:-493920000*x5*x6
red:-493920000*x5*x6
with T[38]:25*x5-1
to:180180*y4
red:180180*y4
with T[42]:1
to:-705180*y7
red:-705180*y7
with T[35]:y7
to:9875125*x3
red:9875125*x3
with T[42]:1
to:9613800*x4
red:9613800*x4
with T[42]:1
to:1762600*x5
red:1762600*x5
with T[38]:25*x5-1
to:-2734200*x6
red:-2734200*x6
with T[39]:1225*x6+1
to:-141972
red:-141972
with T[42]:1
to:NULL
set L
15:130156250*y3*y7*x3-56656250*y5*y7*x3+... y7 lcm: o*y3*y7*x3
p : o*y5*y7*x3+o o:3 e:2 l:0
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:56656250*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:6752812500*y3*y8*x3
red:6752812500*y3*y8*x3
with T[37]:y8
to:-569625000*y4*y8*x3
red:-569625000*y4*y8*x3
with T[37]:y8
to:-1337700000*y5*y8*x3
red:-1337700000*y5*y8*x3
with T[37]:y8
to:8094187500*y7*y8*x3
red:8094187500*y7*y8*x3
with T[35]:y7
to:-4575375000*y4*x2*x3
red:-4575375000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:5733000000*y6*x2*x3
red:5733000000*y6*x2*x3
with T[36]:y6
to:-5733000000*y7*x2*x3
red:-5733000000*y7*x2*x3
with T[35]:y7
to:-3202762500*y8*x2*x3
red:-3202762500*y8*x2*x3
with T[37]:y8
to:54691875000*y3*x3^2
red:54691875000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-69237000000*y4*x3^2
red:-69237000000*y4*x3^2
with T[42]:1
to:69237000000*y5*x3^2
red:69237000000*y5*x3^2
with T[42]:1
to:178145625000*y7*x3^2
red:178145625000*y7*x3^2
with T[35]:y7
to:-178145625000*y8*x3^2
red:-178145625000*y8*x3^2
with T[37]:y8
to:-4630500000*y4*y7*x4
red:-4630500000*y4*y7*x4
with T[35]:y7
to:39359250000*y4*x3*x4
red:39359250000*y4*x3*x4
with T[42]:1
to:-39359250000*y5*x3*x4
red:-39359250000*y5*x3*x4
with T[42]:1
to:16052400000*y6*x3*x4
red:16052400000*y6*x3*x4
with T[36]:y6
to:16206750000*y7*x3*x4
red:16206750000*y7*x3*x4
with T[35]:y7
to:-41226885000*y8*x3*x4
red:-41226885000*y8*x3*x4
with T[37]:y8
to:-18136125000*y5*y6*x5
red:-18136125000*y5*y6*x5
with T[36]:y6
to:-32799375000*y3*y7*x5
red:-32799375000*y3*y7*x5
with T[35]:y7
to:16261875000*y4*y7*x5
red:16261875000*y4*y7*x5
with T[35]:y7
to:11589375000*y6*y7*x5
red:11589375000*y6*y7*x5
with T[35]:y7
to:-13505625000*y3*y8*x5
red:-13505625000*y3*y8*x5
with T[37]:y8
to:-12366375000*y4*y8*x5
red:-12366375000*y4*y8*x5
with T[37]:y8
to:18136125000*y5*y8*x5
red:18136125000*y5*y8*x5
with T[37]:y8
to:-31090500000*y6*y8*x5
red:-31090500000*y6*y8*x5
with T[36]:y6
to:-15637125000*y7*y8*x5
red:-15637125000*y7*y8*x5
with T[35]:y7
to:83790000000*y6*x2*x5
red:83790000000*y6*x2*x5
with T[36]:y6
to:-83790000000*y7*x2*x5
red:-83790000000*y7*x2*x5
with T[35]:y7
to:57881250000*y3*x3*x5
red:57881250000*y3*x3*x5
with T[38]:25*x5-1
to:-120301125000*y4*x3*x5
red:-120301125000*y4*x3*x5
with T[38]:25*x5-1
to:-6817125000*y5*x3*x5
red:-6817125000*y5*x3*x5
with T[38]:25*x5-1
to:127246875000*y6*x3*x5
red:127246875000*y6*x3*x5
with T[36]:y6
to:228768750000*y7*x3*x5
red:228768750000*y7*x3*x5
with T[35]:y7
to:64753500000*y8*x3*x5
red:64753500000*y8*x3*x5
with T[37]:y8
to:39359250000*y4*x4*x5
red:39359250000*y4*x4*x5
with T[38]:25*x5-1
to:128882250000*y6*x4*x5
red:128882250000*y6*x4*x5
with T[36]:y6
to:27783000000*y7*x4*x5
red:27783000000*y7*x4*x5
with T[35]:y7
to:-140458500000*y8*x4*x5
red:-140458500000*y8*x4*x5
with T[37]:y8
to:57881250000*y3*x5^2
red:57881250000*y3*x5^2
with T[38]:25*x5-1
to:6817125000*y4*x5^2
red:6817125000*y4*x5^2
with T[38]:25*x5-1
to:21065625000*y6*x5^2
red:21065625000*y6*x5^2
with T[36]:y6
to:-7323750000*y7*x5^2
red:-7323750000*y7*x5^2
with T[35]:y7
to:22674750000*y8*x5^2
red:22674750000*y8*x5^2
with T[37]:y8
to:-4630500000*y4*y7*x6
red:-4630500000*y4*y7*x6
with T[35]:y7
to:16206750000*y4*x3*x6
red:16206750000*y4*x3*x6
with T[39]:1225*x6+1
to:-16206750000*y5*x3*x6
red:-16206750000*y5*x3*x6
with T[39]:1225*x6+1
to:27518400000*y6*x3*x6
red:27518400000*y6*x3*x6
with T[36]:y6
to:50825250000*y7*x3*x6
red:50825250000*y7*x3*x6
with T[35]:y7
to:-38680110000*y8*x3*x6
red:-38680110000*y8*x3*x6
with T[37]:y8
to:16206750000*y4*x5*x6
red:16206750000*y4*x5*x6
with T[38]:25*x5-1
to:229209750000*y6*x5*x6
red:229209750000*y6*x5*x6
with T[36]:y6
to:151263000000*y7*x5*x6
red:151263000000*y7*x5*x6
with T[35]:y7
to:140458500000*y8*x5*x6
red:140458500000*y8*x5*x6
with T[37]:y8
to:584325000*y3*y7
red:584325000*y3*y7
with T[35]:y7
to:8452500*y4*y7
red:8452500*y4*y7
with T[35]:y7
to:441000000*y3*x3
red:441000000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-3818128125*y4*x3
red:-3818128125*y4*x3
with T[42]:1
to:139190625*y5*x3
red:139190625*y5*x3
with T[42]:1
to:-366912000*y6*x3
red:-366912000*y6*x3
with T[36]:y6
to:-7455840000*y7*x3
red:-7455840000*y7*x3
with T[35]:y7
to:3203776800*y8*x3
red:3203776800*y8*x3
with T[37]:y8
to:-40712109375*x2*x3
red:-40712109375*x2*x3
with T[42]:1
to:5162390625*x3^2
red:5162390625*x3^2
with T[42]:1
to:542430000*y4*x4
red:542430000*y4*x4
with T[42]:1
to:-447615000*y7*x4
red:-447615000*y7*x4
with T[35]:y7
to:-26799018750*x3*x4
red:-26799018750*x3*x4
with T[42]:1
to:-1433250000*y3*x5
red:-1433250000*y3*x5
with T[38]:25*x5-1
to:-971670000*y4*x5
red:-971670000*y4*x5
with T[38]:25*x5-1
to:-5010180000*y6*x5
red:-5010180000*y6*x5
with T[36]:y6
to:-4291665000*y7*x5
red:-4291665000*y7*x5
with T[35]:y7
to:-3067155000*y8*x5
red:-3067155000*y8*x5
with T[37]:y8
to:16052268750*x3*x5
red:16052268750*x3*x5
with T[38]:25*x5-1
to:463050000*x4*x5
red:463050000*x4*x5
with T[38]:25*x5-1
to:842625000*x5^2
red:842625000*x5^2
with T[38]:25*x5-1
to:200655000*y4*x6
red:200655000*y4*x6
with T[39]:1225*x6+1
to:-1031940000*y7*x6
red:-1031940000*y7*x6
with T[35]:y7
to:-35282113125*x3*x6
red:-35282113125*x3*x6
with T[39]:1225*x6+1
to:4476150000*x5*x6
red:4476150000*x5*x6
with T[38]:25*x5-1
to:-5512500*y3
red:-5512500*y3
with T[42]:1
to:-20927550*y4
red:-20927550*y4
with T[42]:1
to:-2572500*y5
red:-2572500*y5
with T[42]:1
to:72543450*y7
red:72543450*y7
with T[35]:y7
to:-167212500*x2
red:-167212500*x2
with T[42]:1
to:1007371625*x3
red:1007371625*x3
with T[42]:1
to:-132079500*x4
red:-132079500*x4
with T[42]:1
to:40061000*x5
red:40061000*x5
with T[38]:25*x5-1
to:-11172000*x6
red:-11172000*x6
with T[39]:1225*x6+1
to:6473070
red:6473070
with T[42]:1
to:NULL
set L
14:428750*y4*y7*x2+743750*y3*y7*x3+... y7 lcm: o*y4*y7*x2
p : o*y3*y7*x3+o o:3 e:2 l:0
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-743750*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-110250000*y5*y7*x3
red:-110250000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-264906250*y4*y8*x3
red:-264906250*y4*y8*x3
with T[37]:y8
to:-550943750*y5*y8*x3
red:-550943750*y5*y8*x3
with T[37]:y8
to:147000000*y7*y8*x3
red:147000000*y7*y8*x3
with T[35]:y7
to:163078125*y4*x2*x3
red:163078125*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-30357643750*y5*x2*x3
red:-30357643750*y5*x2*x3
with T[42]:1
to:9444750000*y6*x2*x3
red:9444750000*y6*x2*x3
with T[36]:y6
to:8412687500*y7*x2*x3
red:8412687500*y7*x2*x3
with T[35]:y7
to:-29901025000*y8*x2*x3
red:-29901025000*y8*x2*x3
with T[37]:y8
to:6198281250*y3*x3^2
red:6198281250*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:4691750000*y4*x3^2
red:4691750000*y4*x3^2
with T[42]:1
to:-4691750000*y5*x3^2
red:-4691750000*y5*x3^2
with T[42]:1
to:18522000000*y7*x3^2
red:18522000000*y7*x3^2
with T[35]:y7
to:-18522000000*y8*x3^2
red:-18522000000*y8*x3^2
with T[37]:y8
to:-12005000000*y3*y7*x4
red:-12005000000*y3*y7*x4
with T[35]:y7
to:-24696000000*y4*y7*x4
red:-24696000000*y4*y7*x4
with T[35]:y7
to:102042500000*y3*x3*x4
red:102042500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-98835450000*y4*x3*x4
red:-98835450000*y4*x3*x4
with T[42]:1
to:-921181380000*y5*x3*x4
red:-921181380000*y5*x3*x4
with T[42]:1
to:317343600000*y6*x3*x4
red:317343600000*y6*x3*x4
with T[36]:y6
to:738307500000*y7*x3*x4
red:738307500000*y7*x3*x4
with T[35]:y7
to:-1460315640000*y8*x3*x4
red:-1460315640000*y8*x3*x4
with T[37]:y8
to:12348000000*y5*y6*x5
red:12348000000*y5*y6*x5
with T[36]:y6
to:51450000000*y3*y7*x5
red:51450000000*y3*y7*x5
with T[35]:y7
to:44100000000*y4*y7*x5
red:44100000000*y4*y7*x5
with T[35]:y7
to:-10080000000*y6*y7*x5
red:-10080000000*y6*y7*x5
with T[35]:y7
to:25431000000*y4*y8*x5
red:25431000000*y4*y8*x5
with T[37]:y8
to:-12348000000*y5*y8*x5
red:-12348000000*y5*y8*x5
with T[37]:y8
to:21168000000*y6*y8*x5
red:21168000000*y6*y8*x5
with T[36]:y6
to:-5292000000*y7*y8*x5
red:-5292000000*y7*y8*x5
with T[35]:y7
to:428578500000*y4*x2*x5
red:428578500000*y4*x2*x5
with T[38]:25*x5-1
to:224175000000*y6*x2*x5
red:224175000000*y6*x2*x5
with T[36]:y6
to:816658500000*y7*x2*x5
red:816658500000*y7*x2*x5
with T[35]:y7
to:25725000000*y3*x3*x5
red:25725000000*y3*x3*x5
with T[38]:25*x5-1
to:21792750000*y4*x3*x5
red:21792750000*y4*x3*x5
with T[38]:25*x5-1
to:-33442500000*y5*x3*x5
red:-33442500000*y5*x3*x5
with T[38]:25*x5-1
to:39690000000*y6*x3*x5
red:39690000000*y6*x3*x5
with T[36]:y6
to:-185073000000*y7*x3*x5
red:-185073000000*y7*x3*x5
with T[35]:y7
to:-40792500000*y8*x3*x5
red:-40792500000*y8*x3*x5
with T[37]:y8
to:201169500000*y4*x4*x5
red:201169500000*y4*x4*x5
with T[38]:25*x5-1
to:412629000000*y6*x4*x5
red:412629000000*y6*x4*x5
with T[36]:y6
to:959542500000*y7*x4*x5
red:959542500000*y7*x4*x5
with T[35]:y7
to:223293000000*y8*x4*x5
red:223293000000*y8*x4*x5
with T[37]:y8
to:25725000000*y3*x5^2
red:25725000000*y3*x5^2
with T[38]:25*x5-1
to:33442500000*y4*x5^2
red:33442500000*y4*x5^2
with T[38]:25*x5-1
to:-89985000000*y6*x5^2
red:-89985000000*y6*x5^2
with T[36]:y6
to:-241689000000*y7*x5^2
red:-241689000000*y7*x5^2
with T[35]:y7
to:-159421500000*y8*x5^2
red:-159421500000*y8*x5^2
with T[37]:y8
to:36015000000*y3*y7*x6
red:36015000000*y3*y7*x6
with T[35]:y7
to:-23667000000*y4*y7*x6
red:-23667000000*y4*y7*x6
with T[35]:y7
to:126052500000*y3*x3*x6
red:126052500000*y3*x3*x6
with T[39]:1225*x6+1
to:9724050000*y4*x3*x6
red:9724050000*y4*x3*x6
with T[39]:1225*x6+1
to:-855788430000*y5*x3*x6
red:-855788430000*y5*x3*x6
with T[39]:1225*x6+1
to:544017600000*y6*x3*x6
red:544017600000*y6*x3*x6
with T[36]:y6
to:553896000000*y7*x3*x6
red:553896000000*y7*x3*x6
with T[35]:y7
to:-703589040000*y8*x3*x6
red:-703589040000*y8*x3*x6
with T[37]:y8
to:126052500000*y3*x5*x6
red:126052500000*y3*x5*x6
with T[38]:25*x5-1
to:435781500000*y4*x5*x6
red:435781500000*y4*x5*x6
with T[38]:25*x5-1
to:37044000000*y6*x5*x6
red:37044000000*y6*x5*x6
with T[36]:y6
to:352947000000*y7*x5*x6
red:352947000000*y7*x5*x6
with T[35]:y7
to:-223293000000*y8*x5*x6
red:-223293000000*y8*x5*x6
with T[37]:y8
to:-735000000*y3*y7
red:-735000000*y3*y7
with T[35]:y7
to:135240000*y4*y7
red:135240000*y4*y7
with T[35]:y7
to:5906460000*y4*x2
red:5906460000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-20672610000*y5*x2
red:-20672610000*y5*x2
with T[42]:1
to:-56183400000*y7*x2
red:-56183400000*y7*x2
with T[35]:y7
to:-23262750000*y3*x3
red:-23262750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:8692149375*y4*x3
red:8692149375*y4*x3
with T[42]:1
to:54229384125*y5*x3
red:54229384125*y5*x3
with T[42]:1
to:-36267840000*y6*x3
red:-36267840000*y6*x3
with T[36]:y6
to:-32369400000*y7*x3
red:-32369400000*y7*x3
with T[35]:y7
to:65739576000*y8*x3
red:65739576000*y8*x3
with T[37]:y8
to:-331402771875*x2*x3
red:-331402771875*x2*x3
with T[42]:1
to:46811953125*x3^2
red:46811953125*x3^2
with T[42]:1
to:-5145000000*y3*x4
red:-5145000000*y3*x4
with T[42]:1
to:-30595416250*y4*x4
red:-30595416250*y4*x4
with T[42]:1
to:-58542982750*y5*x4
red:-58542982750*y5*x4
with T[42]:1
to:-97755000000*y7*x4
red:-97755000000*y7*x4
with T[35]:y7
to:-580366718750*x2*x4
red:-580366718750*x2*x4
with T[42]:1
to:-159320927500*x3*x4
red:-159320927500*x3*x4
with T[42]:1
to:-375006187500*x4^2
red:-375006187500*x4^2
with T[42]:1
to:1249500000*y3*x5
red:1249500000*y3*x5
with T[38]:25*x5-1
to:-13781250000*y4*x5
red:-13781250000*y4*x5
with T[38]:25*x5-1
to:-4443600000*y6*x5
red:-4443600000*y6*x5
with T[36]:y6
to:-9731400000*y7*x5
red:-9731400000*y7*x5
with T[35]:y7
to:28341600000*y8*x5
red:28341600000*y8*x5
with T[37]:y8
to:61225500000*x2*x5
red:61225500000*x2*x5
with T[38]:25*x5-1
to:90509343750*x3*x5
red:90509343750*x3*x5
with T[38]:25*x5-1
to:266189437500*x4*x5
red:266189437500*x4*x5
with T[38]:25*x5-1
to:-17997000000*x5^2
red:-17997000000*x5^2
with T[38]:25*x5-1
to:10804500000*y3*x6
red:10804500000*y3*x6
with T[39]:1225*x6+1
to:10506090000*y4*x6
red:10506090000*y4*x6
with T[39]:1225*x6+1
to:-28941654000*y5*x6
red:-28941654000*y5*x6
with T[39]:1225*x6+1
to:-40777800000*y7*x6
red:-40777800000*y7*x6
with T[35]:y7
to:-271279955625*x3*x6
red:-271279955625*x3*x6
with T[39]:1225*x6+1
to:-512508456250*x4*x6
red:-512508456250*x4*x6
with T[39]:1225*x6+1
to:30355500000*x5*x6
red:30355500000*x5*x6
with T[38]:25*x5-1
to:111300000*y3
red:111300000*y3
with T[42]:1
to:644168525*y4
red:644168525*y4
with T[42]:1
to:919289735*y5
red:919289735*y5
with T[42]:1
to:613200000*y7
red:613200000*y7
with T[35]:y7
to:7332868375*x2
red:7332868375*x2
with T[42]:1
to:9101297600*x3
red:9101297600*x3
with T[42]:1
to:19994665600*x4
red:19994665600*x4
with T[42]:1
to:-1432908750*x5
red:-1432908750*x5
with T[38]:25*x5-1
to:4798350725*x6
red:4798350725*x6
with T[39]:1225*x6+1
to:-143636669
red:-143636669
with T[42]:1
to:NULL
set L
13:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+... y8 lcm: o*y7*y8*x2
p : o*y4*x2^2+o o:3 e:2 l:0
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-46390673896875000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:27186649465171875000*y6*x2^2
red:27186649465171875000*y6*x2^2
with T[36]:y6
to:-27186649465171875000*y7*x2^2
red:-27186649465171875000*y7*x2^2
with T[35]:y7
to:-19321715678048437500*y8*x2^2
red:-19321715678048437500*y8*x2^2
with T[37]:y8
to:-992427089062500000*y5*y6*x3
red:-992427089062500000*y5*y6*x3
with T[36]:y6
to:-4117316977976562500*y3*y7*x3
red:-4117316977976562500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-3639093156398437500*y5*y7*x3
red:-3639093156398437500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:1361620230468750000*y3*y8*x3
red:1361620230468750000*y3*y8*x3
with T[37]:y8
to:19825929958734375000*y4*y8*x3
red:19825929958734375000*y4*y8*x3
with T[37]:y8
to:3405366725053125000*y5*y8*x3
red:3405366725053125000*y5*y8*x3
with T[37]:y8
to:-2977281267187500000*y6*y8*x3
red:-2977281267187500000*y6*y8*x3
with T[36]:y6
to:14715553987312500000*y7*y8*x3
red:14715553987312500000*y7*y8*x3
with T[35]:y7
to:-16869761486156250000*y4*x2*x3
red:-16869761486156250000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:33674607400218750000*y6*x2*x3
red:33674607400218750000*y6*x2*x3
with T[36]:y6
to:63847767317414062500*y7*x2*x3
red:63847767317414062500*y7*x2*x3
with T[35]:y7
to:-131796199089056250000*y8*x2*x3
red:-131796199089056250000*y8*x2*x3
with T[37]:y8
to:26902450166484375000*y3*x3^2
red:26902450166484375000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-252206332595043750000*y4*x3^2
red:-252206332595043750000*y4*x3^2
with T[42]:1
to:252206332595043750000*y5*x3^2
red:252206332595043750000*y5*x3^2
with T[42]:1
to:2101343312906250000*y7*x3^2
red:2101343312906250000*y7*x3^2
with T[35]:y7
to:-2101343312906250000*y8*x3^2
red:-2101343312906250000*y8*x3^2
with T[37]:y8
to:-8336387548125000000*y5*y6*x4
red:-8336387548125000000*y5*y6*x4
with T[36]:y6
to:-6134944337156250000*y3*y7*x4
red:-6134944337156250000*y3*y7*x4
with T[35]:y7
to:100406085662531250000*y4*y7*x4
red:100406085662531250000*y4*y7*x4
with T[35]:y7
to:28023087373312500000*y5*y7*x4
red:28023087373312500000*y5*y7*x4
with T[35]:y7
to:5954562534375000000*y6*y7*x4
red:5954562534375000000*y6*y7*x4
with T[35]:y7
to:-1303896513937500000*y3*y8*x4
red:-1303896513937500000*y3*y8*x4
with T[37]:y8
to:-21269697372787500000*y4*y8*x4
red:-21269697372787500000*y4*y8*x4
with T[37]:y8
to:14964456909465000000*y5*y8*x4
red:14964456909465000000*y5*y8*x4
with T[37]:y8
to:-14290950082500000000*y6*y8*x4
red:-14290950082500000000*y6*y8*x4
with T[36]:y6
to:-18147979793868750000*y7*y8*x4
red:-18147979793868750000*y7*y8*x4
with T[35]:y7
to:29564677809135000000*y4*x2*x4
red:29564677809135000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:583148325360037500000*y6*x2*x4
red:583148325360037500000*y6*x2*x4
with T[36]:y6
to:-354780469852593750000*y7*x2*x4
red:-354780469852593750000*y7*x2*x4
with T[35]:y7
to:-374368140722401875000*y8*x2*x4
red:-374368140722401875000*y8*x2*x4
with T[37]:y8
to:-17891322880528125000*y3*x3*x4
red:-17891322880528125000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-855625972493565000000*y4*x3*x4
red:-855625972493565000000*y4*x3*x4
with T[42]:1
to:855625972493565000000*y5*x3*x4
red:855625972493565000000*y5*x3*x4
with T[42]:1
to:188577801441225000000*y6*x3*x4
red:188577801441225000000*y6*x3*x4
with T[36]:y6
to:-239882996644593750000*y7*x3*x4
red:-239882996644593750000*y7*x3*x4
with T[35]:y7
to:-140628221276602500000*y8*x3*x4
red:-140628221276602500000*y8*x3*x4
with T[37]:y8
to:993385315587262500000*y6*x4^2
red:993385315587262500000*y6*x4^2
with T[36]:y6
to:-947739361441446000000*y8*x4^2
red:-947739361441446000000*y8*x4^2
with T[37]:y8
to:12900881314125000000*y5*y6*x5
red:12900881314125000000*y5*y6*x5
with T[36]:y6
to:-11662965759375000000*y3*y7*x5
red:-11662965759375000000*y3*y7*x5
with T[35]:y7
to:-6902811345937500000*y4*y7*x5
red:-6902811345937500000*y4*y7*x5
with T[35]:y7
to:40032981961875000000*y5*y7*x5
red:40032981961875000000*y5*y7*x5
with T[35]:y7
to:14361160366875000000*y6*y7*x5
red:14361160366875000000*y6*y7*x5
with T[35]:y7
to:-8107494215625000000*y3*y8*x5
red:-8107494215625000000*y3*y8*x5
with T[37]:y8
to:-61475495301937500000*y4*y8*x5
red:-61475495301937500000*y4*y8*x5
with T[37]:y8
to:-6356359045575000000*y5*y8*x5
red:-6356359045575000000*y5*y8*x5
with T[37]:y8
to:36890963794125000000*y6*y8*x5
red:36890963794125000000*y6*y8*x5
with T[36]:y6
to:101893608572437500000*y7*y8*x5
red:101893608572437500000*y7*y8*x5
with T[35]:y7
to:34781973893100000000*y4*x2*x5
red:34781973893100000000*y4*x2*x5
with T[38]:25*x5-1
to:24347381725170000000*y5*x2*x5
red:24347381725170000000*y5*x2*x5
with T[38]:25*x5-1
to:437402639395968750000*y6*x2*x5
red:437402639395968750000*y6*x2*x5
with T[36]:y6
to:509957572146750000000*y7*x2*x5
red:509957572146750000000*y7*x2*x5
with T[35]:y7
to:-58349521679793750000*y8*x2*x5
red:-58349521679793750000*y8*x2*x5
with T[37]:y8
to:48351791939062500000*y3*x3*x5
red:48351791939062500000*y3*x3*x5
with T[38]:25*x5-1
to:-889915444833581250000*y4*x3*x5
red:-889915444833581250000*y4*x3*x5
with T[38]:25*x5-1
to:337150987704431250000*y5*x3*x5
red:337150987704431250000*y5*x3*x5
with T[38]:25*x5-1
to:3001919018437500000*y6*x3*x5
red:3001919018437500000*y6*x3*x5
with T[36]:y6
to:28417032342562500000*y7*x3*x5
red:28417032342562500000*y7*x3*x5
with T[35]:y7
to:855017169413531250000*y8*x3*x5
red:855017169413531250000*y8*x3*x5
with T[37]:y8
to:-831278590768395000000*y4*x4*x5
red:-831278590768395000000*y4*x4*x5
with T[38]:25*x5-1
to:58433716140408000000*y5*x4*x5
red:58433716140408000000*y5*x4*x5
with T[38]:25*x5-1
to:50929198680543750000*y6*x4*x5
red:50929198680543750000*y6*x4*x5
with T[36]:y6
to:-537688288716468750000*y7*x4*x5
red:-537688288716468750000*y7*x4*x5
with T[35]:y7
to:487207367363351250000*y8*x4*x5
red:487207367363351250000*y8*x4*x5
with T[37]:y8
to:48351791939062500000*y3*x5^2
red:48351791939062500000*y3*x5^2
with T[38]:25*x5-1
to:-337150987704431250000*y4*x5^2
red:-337150987704431250000*y4*x5^2
with T[38]:25*x5-1
to:23415816680156250000*y6*x5^2
red:23415816680156250000*y6*x5^2
with T[36]:y6
to:39674356011281250000*y7*x5^2
red:39674356011281250000*y7*x5^2
with T[35]:y7
to:672495823196531250000*y8*x5^2
red:672495823196531250000*y8*x5^2
with T[37]:y8
to:-16672775096250000000*y5*y6*x6
red:-16672775096250000000*y5*y6*x6
with T[36]:y6
to:21210893341312500000*y3*y7*x6
red:21210893341312500000*y3*y7*x6
with T[35]:y7
to:267533807928187500000*y4*y7*x6
red:267533807928187500000*y4*y7*x6
with T[35]:y7
to:56046174746625000000*y5*y7*x6
red:56046174746625000000*y5*y7*x6
with T[35]:y7
to:28922160881250000000*y6*y7*x6
red:28922160881250000000*y6*y7*x6
with T[35]:y7
to:2607793027875000000*y3*y8*x6
red:2607793027875000000*y3*y8*x6
with T[37]:y8
to:48798098012475000000*y4*y8*x6
red:48798098012475000000*y4*y8*x6
with T[37]:y8
to:142021263312180000000*y5*y8*x6
red:142021263312180000000*y5*y8*x6
with T[37]:y8
to:-28581900165000000000*y6*y8*x6
red:-28581900165000000000*y6*y8*x6
with T[36]:y6
to:54061320568500000000*y7*y8*x6
red:54061320568500000000*y7*y8*x6
with T[35]:y7
to:24347381725170000000*y4*x2*x6
red:24347381725170000000*y4*x2*x6
with T[39]:1225*x6+1
to:17043167207619000000*y5*x2*x6
red:17043167207619000000*y5*x2*x6
with T[39]:1225*x6+1
to:885833701729200000000*y6*x2*x6
red:885833701729200000000*y6*x2*x6
with T[36]:y6
to:223381596449812500000*y7*x2*x6
red:223381596449812500000*y7*x2*x6
with T[35]:y7
to:-181776426761553750000*y8*x2*x6
red:-181776426761553750000*y8*x2*x6
with T[37]:y8
to:-6038537134218750000*y3*x3*x6
red:-6038537134218750000*y3*x3*x6
with T[39]:1225*x6+1
to:-366905682625387500000*y4*x3*x6
red:-366905682625387500000*y4*x3*x6
with T[39]:1225*x6+1
to:372944219759606250000*y5*x3*x6
red:372944219759606250000*y5*x3*x6
with T[39]:1225*x6+1
to:323276231042100000000*y6*x3*x6
red:323276231042100000000*y6*x3*x6
with T[36]:y6
to:-1266441294143812500000*y7*x3*x6
red:-1266441294143812500000*y7*x3*x6
with T[35]:y7
to:1260688811220247500000*y8*x3*x6
red:1260688811220247500000*y8*x3*x6
with T[37]:y8
to:17043167207619000000*y4*x4*x6
red:17043167207619000000*y4*x4*x6
with T[39]:1225*x6+1
to:40903601298285600000*y5*x4*x6
red:40903601298285600000*y5*x4*x6
with T[39]:1225*x6+1
to:1846947731277600000000*y6*x4*x6
red:1846947731277600000000*y6*x4*x6
with T[36]:y6
to:709560939705187500000*y7*x4*x6
red:709560939705187500000*y7*x4*x6
with T[35]:y7
to:812768629961121750000*y8*x4*x6
red:812768629961121750000*y8*x4*x6
with T[37]:y8
to:-6038537134218750000*y3*x5*x6
red:-6038537134218750000*y3*x5*x6
with T[38]:25*x5-1
to:-348596838034436250000*y4*x5*x6
red:-348596838034436250000*y4*x5*x6
with T[38]:25*x5-1
to:34086334415238000000*y5*x5*x6
red:34086334415238000000*y5*x5*x6
with T[38]:25*x5-1
to:-619772609045362500000*y6*x5*x6
red:-619772609045362500000*y6*x5*x6
with T[36]:y6
to:-2295258415031531250000*y7*x5*x6
red:-2295258415031531250000*y7*x5*x6
with T[35]:y7
to:-1138074458993167500000*y8*x5*x6
red:-1138074458993167500000*y8*x5*x6
with T[37]:y8
to:17043167207619000000*y4*x6^2
red:17043167207619000000*y4*x6^2
with T[39]:1225*x6+1
to:23860434090666600000*y5*x6^2
red:23860434090666600000*y5*x6^2
with T[39]:1225*x6+1
to:246859673117400000000*y6*x6^2
red:246859673117400000000*y6*x6^2
with T[36]:y6
to:102858197132250000000*y7*x6^2
red:102858197132250000000*y7*x6^2
with T[35]:y7
to:-52910667011601000000*y8*x6^2
red:-52910667011601000000*y8*x6^2
with T[37]:y8
to:381092002200000000*y5*y6
red:381092002200000000*y5*y6
with T[36]:y6
to:-70024413217500000*y3*y7
red:-70024413217500000*y3*y7
with T[35]:y7
to:-3198860354130000000*y4*y7
red:-3198860354130000000*y4*y7
with T[35]:y7
to:-1281055422780000000*y5*y7
red:-1281055422780000000*y5*y7
with T[35]:y7
to:-272208573000000000*y6*y7
red:-272208573000000000*y6*y7
with T[35]:y7
to:27370422450000000*y3*y8
red:27370422450000000*y3*y8
with T[37]:y8
to:-441059899817250000*y4*y8
red:-441059899817250000*y4*y8
with T[37]:y8
to:-876789281070150000*y5*y8
red:-876789281070150000*y5*y8
with T[37]:y8
to:653300575200000000*y6*y8
red:653300575200000000*y6*y8
with T[36]:y6
to:-1461875202175500000*y7*y8
red:-1461875202175500000*y7*y8
with T[35]:y7
to:2982196229915700000*y4*x2
red:2982196229915700000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-20121643756746000000*y6*x2
red:-20121643756746000000*y6*x2
with T[36]:y6
to:-545586246922500000*y7*x2
red:-545586246922500000*y7*x2
with T[35]:y7
to:11056111694261550000*y8*x2
red:11056111694261550000*y8*x2
with T[37]:y8
to:-565459062556500000*y3*x3
red:-565459062556500000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-7041716700373556250*y4*x3
red:-7041716700373556250*y4*x3
with T[42]:1
to:-2713494884251068750*y5*x3
red:-2713494884251068750*y5*x3
with T[42]:1
to:-4508835165040500000*y6*x3
red:-4508835165040500000*y6*x3
with T[36]:y6
to:8705446475407500000*y7*x3
red:8705446475407500000*y7*x3
with T[35]:y7
to:-3171901405796550000*y8*x3
red:-3171901405796550000*y8*x3
with T[37]:y8
to:-35178795590449218750*x2*x3
red:-35178795590449218750*x2*x3
with T[42]:1
to:205610374019531250*x3^2
red:205610374019531250*x3^2
with T[42]:1
to:49294180687500000*y3*x4
red:49294180687500000*y3*x4
with T[42]:1
to:-11376570054858290625*y4*x4
red:-11376570054858290625*y4*x4
with T[42]:1
to:544957847906128125*y5*x4
red:544957847906128125*y5*x4
with T[42]:1
to:-36538588162471500000*y6*x4
red:-36538588162471500000*y6*x4
with T[36]:y6
to:7889203439302500000*y7*x4
red:7889203439302500000*y7*x4
with T[35]:y7
to:16627822851693060000*y8*x4
red:16627822851693060000*y8*x4
with T[37]:y8
to:8640140216211328125*x2*x4
red:8640140216211328125*x2*x4
with T[42]:1
to:-23375181507022734375*x3*x4
red:-23375181507022734375*x3*x4
with T[42]:1
to:8766748211458781250*x4^2
red:8766748211458781250*x4^2
with T[42]:1
to:-771474639600000000*y3*x5
red:-771474639600000000*y3*x5
with T[38]:25*x5-1
to:9388035927776625000*y4*x5
red:9388035927776625000*y4*x5
with T[38]:25*x5-1
to:-228401628564690000*y5*x5
red:-228401628564690000*y5*x5
with T[38]:25*x5-1
to:1397623759959000000*y6*x5
red:1397623759959000000*y6*x5
with T[36]:y6
to:16015012082107500000*y7*x5
red:16015012082107500000*y7*x5
with T[35]:y7
to:-9556917374588850000*y8*x5
red:-9556917374588850000*y8*x5
with T[37]:y8
to:11841053731305750000*x2*x5
red:11841053731305750000*x2*x5
with T[38]:25*x5-1
to:10562122689582187500*x3*x5
red:10562122689582187500*x3*x5
with T[38]:25*x5-1
to:-5884794246617606250*x4*x5
red:-5884794246617606250*x4*x5
with T[38]:25*x5-1
to:3579789933090000000*x5^2
red:3579789933090000000*x5^2
with T[38]:25*x5-1
to:552094823700000000*y3*x6
red:552094823700000000*y3*x6
with T[39]:1225*x6+1
to:-3670433180824095000*y4*x6
red:-3670433180824095000*y4*x6
with T[39]:1225*x6+1
to:144461131569342000*y5*x6
red:144461131569342000*y5*x6
with T[39]:1225*x6+1
to:-26664295463820000000*y6*x6
red:-26664295463820000000*y6*x6
with T[36]:y6
to:29244913739842500000*y7*x6
red:29244913739842500000*y7*x6
with T[35]:y7
to:2807648422577460000*y8*x6
red:2807648422577460000*y8*x6
with T[37]:y8
to:6911951145312150000*x2*x6
red:6911951145312150000*x2*x6
with T[39]:1225*x6+1
to:-28159252916986406250*x3*x6
red:-28159252916986406250*x3*x6
with T[39]:1225*x6+1
to:22875323245355844375*x4*x6
red:22875323245355844375*x4*x6
with T[39]:1225*x6+1
to:-28128173594481450000*x5*x6
red:-28128173594481450000*x5*x6
with T[38]:25*x5-1
to:8310572962191360000*x6^2
red:8310572962191360000*x6^2
with T[39]:1225*x6+1
to:3577230759375000*y3
red:3577230759375000*y3
with T[42]:1
to:8935541397189750*y4
red:8935541397189750*y4
with T[42]:1
to:16446649424661750*y5
red:16446649424661750*y5
with T[42]:1
to:306009496370340000*y6
red:306009496370340000*y6
with T[36]:y6
to:-246281679602700000*y7
red:-246281679602700000*y7
with T[35]:y7
to:-166558287399050400*y8
red:-166558287399050400*y8
with T[37]:y8
to:648009370024406250*x2
red:648009370024406250*x2
with T[42]:1
to:1571079115323462500*x3
red:1571079115323462500*x3
with T[42]:1
to:944758025522338125*x4
red:944758025522338125*x4
with T[42]:1
to:440473271675958500*x5
red:440473271675958500*x5
with T[38]:25*x5-1
to:384376403135212950*x6
red:384376403135212950*x6
with T[39]:1225*x6+1
to:-11762105866075950
red:-11762105866075950
with T[42]:1
to:NULL
set L
12:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+... y8 lcm: o*y6*y8*x2
p : o*y7*y8*x2+o o:3 e:2 l:0
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:7034936431250000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-284753595287269040625000*y4*x2^2
red:-284753595287269040625000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:116652539029169333695312500*y6*x2^2
red:116652539029169333695312500*y6*x2^2
with T[36]:y6
to:-116652539029169333695312500*y7*x2^2
red:-116652539029169333695312500*y7*x2^2
with T[35]:y7
to:-118599872437147555420312500*y8*x2^2
red:-118599872437147555420312500*y8*x2^2
with T[37]:y8
to:-595639209661585031250000*y5*y6*x3
red:-595639209661585031250000*y5*y6*x3
with T[36]:y6
to:-21846405892934596531250000*y3*y7*x3
red:-21846405892934596531250000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-30620359664287594523437500*y5*y7*x3
red:-30620359664287594523437500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:5330516565275524218750000*y3*y8*x3
red:5330516565275524218750000*y3*y8*x3
with T[37]:y8
to:17825119357400860312500000*y4*y8*x3
red:17825119357400860312500000*y4*y8*x3
with T[37]:y8
to:-6119726254297358587500000*y5*y8*x3
red:-6119726254297358587500000*y5*y8*x3
with T[37]:y8
to:-595639209661585031250000*y6*y8*x3
red:-595639209661585031250000*y6*y8*x3
with T[36]:y6
to:15362716904071484062500000*y7*y8*x3
red:15362716904071484062500000*y7*y8*x3
with T[35]:y7
to:-41987623283206542046875000*y4*x2*x3
red:-41987623283206542046875000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:58145749240605988500000000*y6*x2*x3
red:58145749240605988500000000*y6*x2*x3
with T[36]:y6
to:19418801520896225765625000*y7*x2*x3
red:19418801520896225765625000*y7*x2*x3
with T[35]:y7
to:-152920492387190846587500000*y8*x2*x3
red:-152920492387190846587500000*y8*x2*x3
with T[37]:y8
to:44803817151928958320312500*y3*x3^2
red:44803817151928958320312500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:743748924888134550000000*y4*x3^2
red:743748924888134550000000*y4*x3^2
with T[42]:1
to:-743748924888134550000000*y5*x3^2
red:-743748924888134550000000*y5*x3^2
with T[42]:1
to:-108946010984911773750000000*y7*x3^2
red:-108946010984911773750000000*y7*x3^2
with T[35]:y7
to:108946010984911773750000000*y8*x3^2
red:108946010984911773750000000*y8*x3^2
with T[37]:y8
to:-3335579574104876175000000*y5*y6*x4
red:-3335579574104876175000000*y5*y6*x4
with T[36]:y6
to:-39152240451234444187500000*y3*y7*x4
red:-39152240451234444187500000*y3*y7*x4
with T[35]:y7
to:169773896207703012225000000*y4*y7*x4
red:169773896207703012225000000*y4*y7*x4
with T[35]:y7
to:68996514493105145100000000*y5*y7*x4
red:68996514493105145100000000*y5*y7*x4
with T[35]:y7
to:2382556838646340125000000*y6*y7*x4
red:2382556838646340125000000*y6*y7*x4
with T[35]:y7
to:6553852832912486062500000*y3*y8*x4
red:6553852832912486062500000*y3*y8*x4
with T[37]:y8
to:-48369546877790805975000000*y4*y8*x4
red:-48369546877790805975000000*y4*y8*x4
with T[37]:y8
to:70045130946371142870000000*y5*y8*x4
red:70045130946371142870000000*y5*y8*x4
with T[37]:y8
to:-56819487502682086875000000*y6*y8*x4
red:-56819487502682086875000000*y6*y8*x4
with T[36]:y6
to:29256389331312617512500000*y7*y8*x4
red:29256389331312617512500000*y7*y8*x4
with T[35]:y7
to:47028611830131868860000000*y4*x2*x4
red:47028611830131868860000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:1210310215346615985525000000*y6*x2*x4
red:1210310215346615985525000000*y6*x2*x4
with T[36]:y6
to:-557055996783267716831250000*y7*x2*x4
red:-557055996783267716831250000*y7*x2*x4
with T[35]:y7
to:-1302470719752334110825000000*y8*x2*x4
red:-1302470719752334110825000000*y8*x2*x4
with T[37]:y8
to:-28459775016250436512500000*y3*x3*x4
red:-28459775016250436512500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-92653848323037940207500000*y4*x3*x4
red:-92653848323037940207500000*y4*x3*x4
with T[42]:1
to:92653848323037940207500000*y5*x3*x4
red:92653848323037940207500000*y5*x3*x4
with T[42]:1
to:325616195747393535600000000*y6*x3*x4
red:325616195747393535600000000*y6*x3*x4
with T[36]:y6
to:11390680575081818587500000*y7*x3*x4
red:11390680575081818587500000*y7*x3*x4
with T[35]:y7
to:-759000149426331695190000000*y8*x3*x4
red:-759000149426331695190000000*y8*x3*x4
with T[37]:y8
to:779878395496574803563750000*y6*x4^2
red:779878395496574803563750000*y6*x4^2
with T[36]:y6
to:-758958497253918148052250000*y8*x4^2
red:-758958497253918148052250000*y8*x4^2
with T[37]:y8
to:-6159038574795226312500000*y5*y6*x5
red:-6159038574795226312500000*y5*y6*x5
with T[36]:y6
to:-40753870408287815625000000*y3*y7*x5
red:-40753870408287815625000000*y3*y7*x5
with T[35]:y7
to:18063651565940052187500000*y4*y7*x5
red:18063651565940052187500000*y4*y7*x5
with T[35]:y7
to:49283224637932246500000000*y5*y7*x5
red:49283224637932246500000000*y5*y7*x5
with T[35]:y7
to:46185869723233649062500000*y6*y7*x5
red:46185869723233649062500000*y6*y7*x5
with T[35]:y7
to:-14634461329558743750000000*y3*y8*x5
red:-14634461329558743750000000*y3*y8*x5
with T[37]:y8
to:-72130369046384952187500000*y4*y8*x5
red:-72130369046384952187500000*y4*y8*x5
with T[37]:y8
to:-21777351121650637012500000*y5*y8*x5
red:-21777351121650637012500000*y5*y8*x5
with T[37]:y8
to:13215172925812992750000000*y6*y8*x5
red:13215172925812992750000000*y6*y8*x5
with T[36]:y6
to:132255902713137674625000000*y7*y8*x5
red:132255902713137674625000000*y7*y8*x5
with T[35]:y7
to:27663889311842275800000000*y4*x2*x5
red:27663889311842275800000000*y4*x2*x5
with T[38]:25*x5-1
to:19364722518289593060000000*y5*x2*x5
red:19364722518289593060000000*y5*x2*x5
with T[38]:25*x5-1
to:589029869668207246125000000*y6*x2*x5
red:589029869668207246125000000*y6*x2*x5
with T[36]:y6
to:164454337729242835312500000*y7*x2*x5
red:164454337729242835312500000*y7*x2*x5
with T[35]:y7
to:-637724003908014844012500000*y8*x2*x5
red:-637724003908014844012500000*y8*x2*x5
with T[37]:y8
to:74837702428411518750000000*y3*x3*x5
red:74837702428411518750000000*y3*x3*x5
with T[38]:25*x5-1
to:11045515828929713381250000*y4*x3*x5
red:11045515828929713381250000*y4*x3*x5
with T[38]:25*x5-1
to:-85139469332453097581250000*y5*x3*x5
red:-85139469332453097581250000*y5*x3*x5
with T[38]:25*x5-1
to:-77818579274936981250000000*y6*x3*x5
red:-77818579274936981250000000*y6*x3*x5
with T[36]:y6
to:-241357648029677458125000000*y7*x3*x5
red:-241357648029677458125000000*y7*x3*x5
with T[35]:y7
to:806040008884064449687500000*y8*x3*x5
red:806040008884064449687500000*y8*x3*x5
with T[37]:y8
to:-73289125804748347147500000*y4*x4*x5
red:-73289125804748347147500000*y4*x4*x5
with T[38]:25*x5-1
to:46475334043895023344000000*y5*x4*x5
red:46475334043895023344000000*y5*x4*x5
with T[38]:25*x5-1
to:522519814900254015075000000*y6*x4*x5
red:522519814900254015075000000*y6*x4*x5
with T[36]:y6
to:-257559413769882097912500000*y7*x4*x5
red:-257559413769882097912500000*y7*x4*x5
with T[35]:y7
to:-323831564597188675623750000*y8*x4*x5
red:-323831564597188675623750000*y8*x4*x5
with T[37]:y8
to:74837702428411518750000000*y3*x5^2
red:74837702428411518750000000*y3*x5^2
with T[38]:25*x5-1
to:85139469332453097581250000*y4*x5^2
red:85139469332453097581250000*y4*x5^2
with T[38]:25*x5-1
to:-58967261323147160156250000*y6*x5^2
red:-58967261323147160156250000*y6*x5^2
with T[36]:y6
to:-151236910130372472656250000*y7*x5^2
red:-151236910130372472656250000*y7*x5^2
with T[35]:y7
to:451366240069004560781250000*y8*x5^2
red:451366240069004560781250000*y8*x5^2
with T[37]:y8
to:-3335579574104876175000000*y5*y6*x6
red:-3335579574104876175000000*y5*y6*x6
with T[36]:y6
to:16681887881248777687500000*y3*y7*x6
red:16681887881248777687500000*y3*y7*x6
with T[35]:y7
to:251912603937590089725000000*y4*y7*x6
red:251912603937590089725000000*y4*y7*x6
with T[35]:y7
to:68996514493105145100000000*y5*y7*x6
red:68996514493105145100000000*y5*y7*x6
with T[35]:y7
to:5786209465283968875000000*y6*y7*x6
red:5786209465283968875000000*y6*y7*x6
with T[35]:y7
to:-6553852832912486062500000*y3*y8*x6
red:-6553852832912486062500000*y3*y8*x6
with T[37]:y8
to:32640300078800839425000000*y4*y8*x6
red:32640300078800839425000000*y4*y8*x6
with T[37]:y8
to:208038159932581433070000000*y5*y8*x6
red:208038159932581433070000000*y5*y8*x6
with T[37]:y8
to:-93320452566918423000000000*y6*y8*x6
red:-93320452566918423000000000*y6*y8*x6
with T[36]:y6
to:32098456622427752287500000*y7*y8*x6
red:32098456622427752287500000*y7*y8*x6
with T[35]:y7
to:19364722518289593060000000*y4*x2*x6
red:19364722518289593060000000*y4*x2*x6
with T[39]:1225*x6+1
to:13555305762802715142000000*y5*x2*x6
red:13555305762802715142000000*y5*x2*x6
with T[39]:1225*x6+1
to:1206087916606568419462500000*y6*x2*x6
red:1206087916606568419462500000*y6*x2*x6
with T[36]:y6
to:380386614190134518793750000*y7*x2*x6
red:380386614190134518793750000*y7*x2*x6
with T[35]:y7
to:-674492611952494632412500000*y8*x2*x6
red:-674492611952494632412500000*y8*x2*x6
with T[37]:y8
to:-4802758561083728437500000*y3*x3*x6
red:-4802758561083728437500000*y3*x3*x6
with T[39]:1225*x6+1
to:-49755049287182145637500000*y4*x3*x6
red:-49755049287182145637500000*y4*x3*x6
with T[39]:1225*x6+1
to:54557807848265874075000000*y5*x3*x6
red:54557807848265874075000000*y5*x3*x6
with T[39]:1225*x6+1
to:558199192709817489600000000*y6*x3*x6
red:558199192709817489600000000*y6*x3*x6
with T[36]:y6
to:-988845688094630023350000000*y7*x3*x6
red:-988845688094630023350000000*y7*x3*x6
with T[35]:y7
to:823627841197836642660000000*y8*x3*x6
red:823627841197836642660000000*y8*x3*x6
with T[37]:y8
to:13555305762802715142000000*y4*x4*x6
red:13555305762802715142000000*y4*x4*x6
with T[39]:1225*x6+1
to:32532733830726516340800000*y5*x4*x6
red:32532733830726516340800000*y5*x4*x6
with T[39]:1225*x6+1
to:1457647350977002462777500000*y6*x4*x6
red:1457647350977002462777500000*y6*x4*x6
with T[36]:y6
to:557055996783267716831250000*y7*x4*x6
red:557055996783267716831250000*y7*x4*x6
with T[35]:y7
to:430164842334195068215500000*y8*x4*x6
red:430164842334195068215500000*y8*x4*x6
with T[37]:y8
to:-4802758561083728437500000*y3*x5*x6
red:-4802758561083728437500000*y3*x5*x6
with T[38]:25*x5-1
to:-35193085329976281015000000*y4*x5*x6
red:-35193085329976281015000000*y4*x5*x6
with T[38]:25*x5-1
to:27110611525605430284000000*y5*x5*x6
red:27110611525605430284000000*y5*x5*x6
with T[38]:25*x5-1
to:9351421226929366200000000*y6*x5*x6
red:9351421226929366200000000*y6*x5*x6
with T[36]:y6
to:-1840555234983732752100000000*y7*x5*x6
red:-1840555234983732752100000000*y7*x5*x6
with T[35]:y7
to:-1405174098070246312173750000*y8*x5*x6
red:-1405174098070246312173750000*y8*x5*x6
with T[37]:y8
to:13555305762802715142000000*y4*x6^2
red:13555305762802715142000000*y4*x6^2
with T[39]:1225*x6+1
to:18977428067923801198800000*y5*x6^2
red:18977428067923801198800000*y5*x6^2
with T[39]:1225*x6+1
to:206936500623702758370000000*y6*x6^2
red:206936500623702758370000000*y6*x6^2
with T[36]:y6
to:86223541926542815987500000*y7*x6^2
red:86223541926542815987500000*y7*x6^2
with T[35]:y7
to:-333338373588983343388500000*y8*x6^2
red:-333338373588983343388500000*y8*x6^2
with T[37]:y8
to:76241818836682884000000*y5*y6
red:76241818836682884000000*y5*y6
with T[36]:y6
to:262364220421235047500000*y3*y7
red:262364220421235047500000*y3*y7
with T[35]:y7
to:-3012457731357777847375000*y4*y7
red:-3012457731357777847375000*y4*y7
with T[35]:y7
to:-1577063188413831888000000*y5*y7
red:-1577063188413831888000000*y5*y7
with T[35]:y7
to:-54458442026202060000000*y6*y7
red:-54458442026202060000000*y6*y7
with T[35]:y7
to:-68786793581588775000000*y3*y8
red:-68786793581588775000000*y3*y8
with T[37]:y8
to:-257972582077331583000000*y4*y8
red:-257972582077331583000000*y4*y8
with T[37]:y8
to:-778460090093132845475000*y5*y8
red:-778460090093132845475000*y5*y8
with T[37]:y8
to:1298731142918447700000000*y6*y8
red:1298731142918447700000000*y6*y8
with T[36]:y6
to:-2475816226701302562000000*y7*y8
red:-2475816226701302562000000*y7*y8
with T[35]:y7
to:6076878923418253820100000*y4*x2
red:6076878923418253820100000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-27126969875660548624500000*y6*x2
red:-27126969875660548624500000*y6*x2
with T[36]:y6
to:4060944094182776146500000*y7*x2
red:4060944094182776146500000*y7*x2
with T[35]:y7
to:24952631920145583307500000*y8*x2
red:24952631920145583307500000*y8*x2
with T[37]:y8
to:-1449084694150430048250000*y3*x3
red:-1449084694150430048250000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-1574391553803862117121875*y4*x3
red:-1574391553803862117121875*y4*x3
with T[42]:1
to:-3201559079868980598315625*y5*x3
red:-3201559079868980598315625*y5*x3
with T[42]:1
to:-7482365183441672196750000*y6*x3
red:-7482365183441672196750000*y6*x3
with T[36]:y6
to:11064282467518507746750000*y7*x3
red:11064282467518507746750000*y7*x3
with T[35]:y7
to:2127781347304677649200000*y8*x3
red:2127781347304677649200000*y8*x3
with T[37]:y8
to:-53956581586023406103515625*x2*x3
red:-53956581586023406103515625*x2*x3
with T[42]:1
to:-4288380711484239712890625*x3^2
red:-4288380711484239712890625*x3^2
with T[42]:1
to:39206192335377375000000*y3*x4
red:39206192335377375000000*y3*x4
with T[42]:1
to:-946640481519074111481250*y4*x4
red:-946640481519074111481250*y4*x4
with T[42]:1
to:433432950942602879056250*y5*x4
red:433432950942602879056250*y5*x4
with T[42]:1
to:-34955007721863938350950000*y6*x4
red:-34955007721863938350950000*y6*x4
with T[36]:y6
to:1639663555648802549250000*y7*x4
red:1639663555648802549250000*y7*x4
with T[35]:y7
to:30602254838693266311660000*y8*x4
red:30602254838693266311660000*y8*x4
with T[37]:y8
to:6871947041150634772656250*x2*x4
red:6871947041150634772656250*x2*x4
with T[42]:1
to:-41530260969759622060000000*x3*x4
red:-41530260969759622060000000*x3*x4
with T[42]:1
to:6972644878981356945562500*x4^2
red:6972644878981356945562500*x4^2
with T[42]:1
to:-1296489477046725018750000*y3*x5
red:-1296489477046725018750000*y3*x5
with T[38]:25*x5-1
to:-874503275666223963375000*y4*x5
red:-874503275666223963375000*y4*x5
with T[38]:25*x5-1
to:-181659539814430944420000*y5*x5
red:-181659539814430944420000*y5*x5
with T[38]:25*x5-1
to:-5740369176044368866000000*y6*x5
red:-5740369176044368866000000*y6*x5
with T[36]:y6
to:19633017621937273323000000*y7*x5
red:19633017621937273323000000*y7*x5
with T[35]:y7
to:4635441582236058744150000*y8*x5
red:4635441582236058744150000*y8*x5
with T[37]:y8
to:9417797873265670003500000*x2*x5
red:9417797873265670003500000*x2*x5
with T[38]:25*x5-1
to:12243730555085992570781250*x3*x5
red:12243730555085992570781250*x3*x5
with T[38]:25*x5-1
to:1563245553765682816837500*x4*x5
red:1563245553765682816837500*x4*x5
with T[38]:25*x5-1
to:3049354391340152857500000*x5^2
red:3049354391340152857500000*x5^2
with T[38]:25*x5-1
to:919385210264599443750000*y3*x6
red:919385210264599443750000*y3*x6
with T[39]:1225*x6+1
to:413890479524562859665000*y4*x6
red:413890479524562859665000*y4*x6
with T[39]:1225*x6+1
to:114897353608518252156000*y5*x6
red:114897353608518252156000*y5*x6
with T[39]:1225*x6+1
to:-32055450274486968529200000*y6*x6
red:-32055450274486968529200000*y6*x6
with T[36]:y6
to:22064227245616922289000000*y7*x6
red:22064227245616922289000000*y7*x6
with T[35]:y7
to:18475019157404210480310000*y8*x6
red:18475019157404210480310000*y8*x6
with T[37]:y8
to:5497429559358878918700000*x2*x6
red:5497429559358878918700000*x2*x6
with T[39]:1225*x6+1
to:-42732351362229015909296875*x3*x6
red:-42732351362229015909296875*x3*x6
with T[39]:1225*x6+1
to:2325604557804125873948750*x4*x6
red:2325604557804125873948750*x4*x6
with T[39]:1225*x6+1
to:-10056169798950982094850000*x5*x6
red:-10056169798950982094850000*x5*x6
with T[38]:25*x5-1
to:11182051436394557236980000*x6^2
red:11182051436394557236980000*x6^2
with T[39]:1225*x6+1
to:4787815024389271875000*y3
red:4787815024389271875000*y3
with T[42]:1
to:24012670713641253364875*y4
red:24012670713641253364875*y4
with T[42]:1
to:11069144851365903427125*y5
red:11069144851365903427125*y5
with T[42]:1
to:368486250096621109068000*y6
red:368486250096621109068000*y6
with T[36]:y6
to:-236127391308942828502500*y7
red:-236127391308942828502500*y7
with T[35]:y7
to:-399097515416814838985900*y8
red:-399097515416814838985900*y8
with T[37]:y8
to:619870490142362392828125*x2
red:619870490142362392828125*x2
with T[42]:1
to:1320584489025401386325000*x3
red:1320584489025401386325000*x3
with T[42]:1
to:213809180854739670392500*x4
red:213809180854739670392500*x4
with T[42]:1
to:182916198303659525146750*x5
red:182916198303659525146750*x5
with T[38]:25*x5-1
to:611882230382259499329975*x6
red:611882230382259499329975*x6
with T[39]:1225*x6+1
to:-3712992870809113404975
red:-3712992870809113404975
with T[42]:1
to:NULL
set L
11:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+... y8 lcm: o*y5*y8*x2
p : o*y6*y8*x2+o o:3 e:2 l:0
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-127161890625000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:3057160238015625000*y7*y8*x2
red:3057160238015625000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-4762253319220945143750000*y4*x2^2
red:-4762253319220945143750000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:80755910660689177275140625000*y6*x2^2
red:80755910660689177275140625000*y6*x2^2
with T[36]:y6
to:-80755910660689177275140625000*y7*x2^2
red:-80755910660689177275140625000*y7*x2^2
with T[35]:y7
to:-113058274924964848185196875000*y8*x2^2
red:-113058274924964848185196875000*y8*x2^2
with T[37]:y8
to:-266108647641194552906250000*y5*y6*x3
red:-266108647641194552906250000*y5*y6*x3
with T[36]:y6
to:22927315378922092891757812500*y3*y7*x3
red:22927315378922092891757812500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:7024488045372052902281250000*y5*y7*x3
red:7024488045372052902281250000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-3269605869286385835937500000*y3*y8*x3
red:-3269605869286385835937500000*y3*y8*x3
with T[37]:y8
to:-15647128000911692973187500000*y4*y8*x3
red:-15647128000911692973187500000*y4*y8*x3
with T[37]:y8
to:6649965624000029413293750000*y5*y8*x3
red:6649965624000029413293750000*y5*y8*x3
with T[37]:y8
to:-266108647641194552906250000*y6*y8*x3
red:-266108647641194552906250000*y6*y8*x3
with T[36]:y6
to:-16590401745676461606750000000*y7*y8*x3
red:-16590401745676461606750000000*y7*y8*x3
with T[35]:y7
to:-48831787510462260568687500000*y4*x2*x3
red:-48831787510462260568687500000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:368679822679572324847368750000*y5*x2*x3
red:368679822679572324847368750000*y5*x2*x3
with T[42]:1
to:-4103680010123945779171875000*y6*x2*x3
red:-4103680010123945779171875000*y6*x2*x3
with T[36]:y6
to:4103680010123945779171875000*y7*x2*x3
red:4103680010123945779171875000*y7*x2*x3
with T[35]:y7
to:73810185508799545964090625000*y8*x2*x3
red:73810185508799545964090625000*y8*x2*x3
with T[37]:y8
to:39202820226925766962031250000*y3*x3^2
red:39202820226925766962031250000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:397127721107555461987425000000*y4*x3^2
red:397127721107555461987425000000*y4*x3^2
with T[42]:1
to:-397127721107555461987425000000*y5*x3^2
red:-397127721107555461987425000000*y5*x3^2
with T[42]:1
to:-64659830543635991465484375000*y7*x3^2
red:-64659830543635991465484375000*y7*x3^2
with T[35]:y7
to:64659830543635991465484375000*y8*x3^2
red:64659830543635991465484375000*y8*x3^2
with T[37]:y8
to:-372552106697672374068750000*y5*y6*x4
red:-372552106697672374068750000*y5*y6*x4
with T[36]:y6
to:11969129216415633786562500000*y3*y7*x4
red:11969129216415633786562500000*y3*y7*x4
with T[35]:y7
to:-24820043304195646844596875000*y4*y7*x4
red:-24820043304195646844596875000*y4*y7*x4
with T[35]:y7
to:-8433224960701856467556250000*y5*y7*x4
red:-8433224960701856467556250000*y5*y7*x4
with T[35]:y7
to:266108647641194552906250000*y6*y7*x4
red:266108647641194552906250000*y6*y7*x4
with T[35]:y7
to:-4798019555954871484218750000*y3*y8*x4
red:-4798019555954871484218750000*y3*y8*x4
with T[37]:y8
to:-7737310527628065864046875000*y4*y8*x4
red:-7737310527628065864046875000*y4*y8*x4
with T[37]:y8
to:-10986900310247719831627500000*y5*y8*x4
red:-10986900310247719831627500000*y5*y8*x4
with T[37]:y8
to:-638660754338866926975000000*y6*y8*x4
red:-638660754338866926975000000*y6*y8*x4
with T[36]:y6
to:-20436337749002404710009375000*y7*y8*x4
red:-20436337749002404710009375000*y7*y8*x4
with T[35]:y7
to:-101358415646891710360515000000*y4*x2*x4
red:-101358415646891710360515000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:174559208954210257174593750000*y6*x2*x4
red:174559208954210257174593750000*y6*x2*x4
with T[36]:y6
to:-61500934029245408989396875000*y7*x2*x4
red:-61500934029245408989396875000*y7*x2*x4
with T[35]:y7
to:-346575064348843763985956250000*y8*x2*x4
red:-346575064348843763985956250000*y8*x2*x4
with T[37]:y8
to:-93569558417054954625496875000*y3*x3*x4
red:-93569558417054954625496875000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:1244176272819186892966935000000*y4*x3*x4
red:1244176272819186892966935000000*y4*x3*x4
with T[42]:1
to:-211872769316384383394302500000*y5*x3*x4
red:-211872769316384383394302500000*y5*x3*x4
with T[42]:1
to:-11490304028347048181681250000*y6*x3*x4
red:-11490304028347048181681250000*y6*x3*x4
with T[36]:y6
to:4692768740697345795506250000*y7*x3*x4
red:4692768740697345795506250000*y7*x3*x4
with T[35]:y7
to:213466054712288431085628750000*y8*x3*x4
red:213466054712288431085628750000*y8*x3*x4
with T[37]:y8
to:172202615281887145170311250000*y6*x4^2
red:172202615281887145170311250000*y6*x4^2
with T[36]:y6
to:-382861187962885904526465750000*y8*x4^2
red:-382861187962885904526465750000*y8*x4^2
with T[37]:y8
to:-20364828491871889229531250000*y5*y6*x5
red:-20364828491871889229531250000*y5*y6*x5
with T[36]:y6
to:-12507271008491518875000000000*y3*y7*x5
red:-12507271008491518875000000000*y3*y7*x5
with T[35]:y7
to:3652222705854204116250000000*y4*y7*x5
red:3652222705854204116250000000*y4*y7*x5
with T[35]:y7
to:-12047464229574080667937500000*y5*y7*x5
red:-12047464229574080667937500000*y5*y7*x5
with T[35]:y7
to:14726171349038052713906250000*y6*y7*x5
red:14726171349038052713906250000*y6*y7*x5
with T[35]:y7
to:-3252664906233088500000000000*y3*y8*x5
red:-3252664906233088500000000000*y3*y8*x5
with T[37]:y8
to:30414681200096188264500000000*y4*y8*x5
red:30414681200096188264500000000*y4*y8*x5
with T[37]:y8
to:31773631967107102970493750000*y5*y8*x5
red:31773631967107102970493750000*y5*y8*x5
with T[37]:y8
to:-32526524598112534244062500000*y6*y8*x5
red:-32526524598112534244062500000*y6*y8*x5
with T[36]:y6
to:9482582601225645182906250000*y7*y8*x5
red:9482582601225645182906250000*y7*y8*x5
with T[35]:y7
to:-119245194878696129835900000000*y4*x2*x5
red:-119245194878696129835900000000*y4*x2*x5
with T[38]:25*x5-1
to:220147041085736976636232500000*y5*x2*x5
red:220147041085736976636232500000*y5*x2*x5
with T[38]:25*x5-1
to:-96145838655632777672718750000*y6*x2*x5
red:-96145838655632777672718750000*y6*x2*x5
with T[36]:y6
to:96145838655632777672718750000*y7*x2*x5
red:96145838655632777672718750000*y7*x2*x5
with T[35]:y7
to:192814262182396203503962500000*y8*x2*x5
red:192814262182396203503962500000*y8*x2*x5
with T[37]:y8
to:41544293974613244117187500000*y3*x3*x5
red:41544293974613244117187500000*y3*x3*x5
with T[38]:25*x5-1
to:1334256987219625563217200000000*y4*x3*x5
red:1334256987219625563217200000000*y4*x3*x5
with T[38]:25*x5-1
to:-581545838979127883359537500000*y5*x3*x5
red:-581545838979127883359537500000*y5*x3*x5
with T[38]:25*x5-1
to:-92371186490908559236406250000*y6*x3*x5
red:-92371186490908559236406250000*y6*x3*x5
with T[36]:y6
to:-352573776943045087251937500000*y7*x3*x5
red:-352573776943045087251937500000*y7*x3*x5
with T[35]:y7
to:-359116009935273676903125000000*y8*x3*x5
red:-359116009935273676903125000000*y8*x3*x5
with T[37]:y8
to:1160704636404099602081805000000*y4*x4*x5
red:1160704636404099602081805000000*y4*x4*x5
with T[38]:25*x5-1
to:528352898605768743926958000000*y5*x4*x5
red:528352898605768743926958000000*y5*x4*x5
with T[38]:25*x5-1
to:-131252196445959213173587500000*y6*x4*x5
red:-131252196445959213173587500000*y6*x4*x5
with T[36]:y6
to:129953610640456980503568750000*y7*x4*x5
red:129953610640456980503568750000*y7*x4*x5
with T[35]:y7
to:-221740232877959767755052500000*y8*x4*x5
red:-221740232877959767755052500000*y8*x4*x5
with T[37]:y8
to:41544293974613244117187500000*y3*x5^2
red:41544293974613244117187500000*y3*x5^2
with T[38]:25*x5-1
to:581545838979127883359537500000*y4*x5^2
red:581545838979127883359537500000*y4*x5^2
with T[38]:25*x5-1
to:-112510952395312484583281250000*y6*x5^2
red:-112510952395312484583281250000*y6*x5^2
with T[36]:y6
to:-280530892910583832519406250000*y7*x5^2
red:-280530892910583832519406250000*y7*x5^2
with T[35]:y7
to:-443994069252175706201437500000*y8*x5^2
red:-443994069252175706201437500000*y8*x5^2
with T[37]:y8
to:-745104213395344748137500000*y5*y6*x6
red:-745104213395344748137500000*y5*y6*x6
with T[36]:y6
to:8962447093716422604375000000*y3*y7*x6
red:8962447093716422604375000000*y3*y7*x6
with T[35]:y7
to:-69719193657681428135756250000*y4*y7*x6
red:-69719193657681428135756250000*y4*y7*x6
with T[35]:y7
to:-16866449921403712935112500000*y5*y7*x6
red:-16866449921403712935112500000*y5*y7*x6
with T[35]:y7
to:1292527717114373542687500000*y6*y7*x6
red:1292527717114373542687500000*y6*y7*x6
with T[35]:y7
to:9596039111909742968437500000*y3*y8*x6
red:9596039111909742968437500000*y3*y8*x6
with T[37]:y8
to:38505114923839514852343750000*y4*y8*x6
red:38505114923839514852343750000*y4*y8*x6
with T[37]:y8
to:-19986856051441187001555000000*y5*y8*x6
red:-19986856051441187001555000000*y5*y8*x6
with T[37]:y8
to:-1277321508677733853950000000*y6*y8*x6
red:-1277321508677733853950000000*y6*y8*x6
with T[36]:y6
to:-16955152803950777786081250000*y7*y8*x6
red:-16955152803950777786081250000*y7*y8*x6
with T[35]:y7
to:-83471636415087290885130000000*y4*x2*x6
red:-83471636415087290885130000000*y4*x2*x6
with T[39]:1225*x6+1
to:-58430145490561103619591000000*y5*x2*x6
red:-58430145490561103619591000000*y5*x2*x6
with T[39]:1225*x6+1
to:490317279126521018027625000000*y6*x2*x6
red:490317279126521018027625000000*y6*x2*x6
with T[36]:y6
to:58822913366165387443331250000*y7*x2*x6
red:58822913366165387443331250000*y7*x2*x6
with T[35]:y7
to:-471628388163695790881700000000*y8*x2*x6
red:-471628388163695790881700000000*y8*x2*x6
with T[37]:y8
to:-106868582121954583327031250000*y3*x3*x6
red:-106868582121954583327031250000*y3*x3*x6
with T[39]:1225*x6+1
to:511296262401956415098137500000*y4*x3*x6
red:511296262401956415098137500000*y4*x3*x6
with T[39]:1225*x6+1
to:324257145721976410280163750000*y5*x3*x6
red:324257145721976410280163750000*y5*x3*x6
with T[39]:1225*x6+1
to:-19697664048594939740025000000*y6*x3*x6
red:-19697664048594939740025000000*y6*x3*x6
with T[36]:y6
to:416245280506842713988600000000*y7*x3*x6
red:416245280506842713988600000000*y7*x3*x6
with T[35]:y7
to:-81654054113199833100990000000*y8*x3*x6
red:-81654054113199833100990000000*y8*x3*x6
with T[37]:y8
to:-58430145490561103619591000000*y4*x4*x6
red:-58430145490561103619591000000*y4*x4*x6
with T[39]:1225*x6+1
to:-140232349177346648687018400000*y5*x4*x6
red:-140232349177346648687018400000*y5*x4*x6
with T[39]:1225*x6+1
to:438968954477676117098835000000*y6*x4*x6
red:438968954477676117098835000000*y6*x4*x6
with T[36]:y6
to:123001868058490817978793750000*y7*x4*x6
red:123001868058490817978793750000*y7*x4*x6
with T[35]:y7
to:-549782143317577927166949000000*y8*x4*x6
red:-549782143317577927166949000000*y8*x4*x6
with T[37]:y8
to:-106868582121954583327031250000*y3*x5*x6
red:-106868582121954583327031250000*y3*x5*x6
with T[38]:25*x5-1
to:320956043864914540885976250000*y4*x5*x6
red:320956043864914540885976250000*y4*x5*x6
with T[38]:25*x5-1
to:308205857520031767290725500000*y5*x5*x6
red:308205857520031767290725500000*y5*x5*x6
with T[38]:25*x5-1
to:72430444745831766119006250000*y6*x5*x6
red:72430444745831766119006250000*y6*x5*x6
with T[36]:y6
to:681685027014033596524162500000*y7*x5*x6
red:681685027014033596524162500000*y7*x5*x6
with T[35]:y7
to:336481765957731372030360000000*y8*x5*x6
red:336481765957731372030360000000*y8*x5*x6
with T[37]:y8
to:-58430145490561103619591000000*y4*x6^2
red:-58430145490561103619591000000*y4*x6^2
with T[39]:1225*x6+1
to:-81802203686785545067427400000*y5*x6^2
red:-81802203686785545067427400000*y5*x6^2
with T[39]:1225*x6+1
to:246453379092511121056680000000*y6*x6^2
red:246453379092511121056680000000*y6*x6^2
with T[36]:y6
to:102688907955212967106950000000*y7*x6^2
red:102688907955212967106950000000*y7*x6^2
with T[35]:y7
to:-228392052959807964361827000000*y8*x6^2
red:-228392052959807964361827000000*y8*x6^2
with T[37]:y8
to:17030953449036451386000000*y5*y6
red:17030953449036451386000000*y5*y6
with T[36]:y6
to:2263589251072414650000000*y3*y7
red:2263589251072414650000000*y3*y7
with T[35]:y7
to:936329562416012247843937500*y4*y7
red:936329562416012247843937500*y4*y7
with T[35]:y7
to:385518855346370581374000000*y5*y7
red:385518855346370581374000000*y5*y7
with T[35]:y7
to:-12164966749311750990000000*y6*y7
red:-12164966749311750990000000*y6*y7
with T[35]:y7
to:100716445489431704625000000*y3*y8
red:100716445489431704625000000*y3*y8
with T[37]:y8
to:-112756339528658540426250000*y4*y8
red:-112756339528658540426250000*y4*y8
with T[37]:y8
to:166332419792890660723837500*y5*y8
red:166332419792890660723837500*y5*y8
with T[37]:y8
to:29195920198348202376000000*y6*y8
red:29195920198348202376000000*y6*y8
with T[36]:y6
to:545921314643166813177750000*y7*y8
red:545921314643166813177750000*y7*y8
with T[35]:y7
to:2820793139027093159552700000*y4*x2
red:2820793139027093159552700000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:4184324631103796628025500000*y5*x2
red:4184324631103796628025500000*y5*x2
with T[42]:1
to:-6284956343960708198977500000*y6*x2
red:-6284956343960708198977500000*y6*x2
with T[36]:y6
to:1116578061676600853368500000*y7*x2
red:1116578061676600853368500000*y7*x2
with T[35]:y7
to:7883009044160826566529000000*y8*x2
red:7883009044160826566529000000*y8*x2
with T[37]:y8
to:1435587549430091360803500000*y3*x3
red:1435587549430091360803500000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:6742021852433601621413006250*y4*x3
red:6742021852433601621413006250*y4*x3
with T[42]:1
to:-14170754556092791306850681250*y5*x3
red:-14170754556092791306850681250*y5*x3
with T[42]:1
to:253765232393226044770125000*y6*x3
red:253765232393226044770125000*y6*x3
with T[36]:y6
to:1528634095281998550643875000*y7*x3
red:1528634095281998550643875000*y7*x3
with T[35]:y7
to:-3723240851518776880168800000*y8*x3
red:-3723240851518776880168800000*y8*x3
with T[37]:y8
to:-12915354729841922207958281250*x2*x3
red:-12915354729841922207958281250*x2*x3
with T[42]:1
to:-3891659060493418673894531250*x3^2
red:-3891659060493418673894531250*x3^2
with T[42]:1
to:872396588750649659812500000*y3*x4
red:872396588750649659812500000*y3*x4
with T[42]:1
to:20537285208704034012829365625*y4*x4
red:20537285208704034012829365625*y4*x4
with T[42]:1
to:9981320412354023789478296875*y5*x4
red:9981320412354023789478296875*y5*x4
with T[42]:1
to:-5511687467775536449172925000*y6*x4
red:-5511687467775536449172925000*y6*x4
with T[36]:y6
to:-809342680238793864788625000*y7*x4
red:-809342680238793864788625000*y7*x4
with T[35]:y7
to:7301613580570598568214320000*y8*x4
red:7301613580570598568214320000*y8*x4
with T[37]:y8
to:87849984407415292317754296875*x2*x4
red:87849984407415292317754296875*x2*x4
with T[42]:1
to:-34094406247490226921722140625*x3*x4
red:-34094406247490226921722140625*x3*x4
with T[42]:1
to:45849083624356927766493468750*x4^2
red:45849083624356927766493468750*x4^2
with T[42]:1
to:-655397101128639324262500000*y3*x5
red:-655397101128639324262500000*y3*x5
with T[38]:25*x5-1
to:-14817715659922740168247875000*y4*x5
red:-14817715659922740168247875000*y4*x5
with T[38]:25*x5-1
to:-6423860399965987411209315000*y5*x5
red:-6423860399965987411209315000*y5*x5
with T[38]:25*x5-1
to:1716737133208912808532000000*y6*x5
red:1716737133208912808532000000*y6*x5
with T[36]:y6
to:790890778736063075820750000*y7*x5
red:790890778736063075820750000*y7*x5
with T[35]:y7
to:6426542505189032332046325000*y8*x5
red:6426542505189032332046325000*y8*x5
with T[37]:y8
to:6289915459592485046749500000*x2*x5
red:6289915459592485046749500000*x2*x5
with T[38]:25*x5-1
to:1881636102984684403304062500*x3*x5
red:1881636102984684403304062500*x3*x5
with T[38]:25*x5-1
to:-21929249746750952185181043750*x4*x5
red:-21929249746750952185181043750*x4*x5
with T[38]:25*x5-1
to:-1922761542519429360210000000*x5^2
red:-1922761542519429360210000000*x5^2
with T[38]:25*x5-1
to:-991152145334507728687500000*y3*x6
red:-991152145334507728687500000*y3*x6
with T[39]:1225*x6+1
to:6644141546308422635799705000*y4*x6
red:6644141546308422635799705000*y4*x6
with T[39]:1225*x6+1
to:6851116291310033958814137000*y5*x6
red:6851116291310033958814137000*y5*x6
with T[39]:1225*x6+1
to:-5971914885965312871001800000*y6*x6
red:-5971914885965312871001800000*y6*x6
with T[36]:y6
to:-12606336073795358825469000000*y7*x6
red:-12606336073795358825469000000*y7*x6
with T[35]:y7
to:6698892008680436971039095000*y8*x6
red:6698892008680436971039095000*y8*x6
with T[37]:y8
to:-1669432728301745817702600000*x2*x6
red:-1669432728301745817702600000*x2*x6
with T[39]:1225*x6+1
to:-8934316967935452706167843750*x3*x6
red:-8934316967935452706167843750*x3*x6
with T[39]:1225*x6+1
to:72693554584369734929427600625*x4*x6
red:72693554584369734929427600625*x4*x6
with T[39]:1225*x6+1
to:21553611199150707868433550000*x5*x6
red:21553611199150707868433550000*x5*x6
with T[38]:25*x5-1
to:5197801359469219410792960000*x6^2
red:5197801359469219410792960000*x6^2
with T[39]:1225*x6+1
to:-6797162739313324310625000*y3
red:-6797162739313324310625000*y3
with T[42]:1
to:-35920685198700184659854000*y4
red:-35920685198700184659854000*y4
with T[42]:1
to:-127676427800722534170552500*y5
red:-127676427800722534170552500*y5
with T[42]:1
to:35497129223766471268392000*y6
red:35497129223766471268392000*y6
with T[36]:y6
to:57061497465539994488696250*y7
red:57061497465539994488696250*y7
with T[35]:y7
to:-39039357256011082318321050*y8
red:-39039357256011082318321050*y8
with T[37]:y8
to:-595340855207175998911856250*x2
red:-595340855207175998911856250*x2
with T[42]:1
to:-323321496415754875511742500*x3
red:-323321496415754875511742500*x3
with T[42]:1
to:-3489316782710606133509348125*x4
red:-3489316782710606133509348125*x4
with T[42]:1
to:-342353861252310566026791500*x5
red:-342353861252310566026791500*x5
with T[38]:25*x5-1
to:-487014062444826376871615050*x6
red:-487014062444826376871615050*x6
with T[39]:1225*x6+1
to:18721033695294593638148250
red:18721033695294593638148250
with T[42]:1
to:NULL
set L
10:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+... y8 lcm: o*y6*y7*y8
p : o*y6*y8*x2+o o:3 e:2 l:0
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:2853116339062500*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-1969222079338281250000*y7*y8*x2
red:-1969222079338281250000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:1521120156259223953125000*y4*x2^2
red:1521120156259223953125000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-1719626336651052679007812500*y6*x2^2
red:-1719626336651052679007812500*y6*x2^2
with T[36]:y6
to:1719626336651052679007812500*y7*x2^2
red:1719626336651052679007812500*y7*x2^2
with T[35]:y7
to:2407476871311473750610937500*y8*x2^2
red:2407476871311473750610937500*y8*x2^2
with T[37]:y8
to:314831570686185198318750000*y5*y6*x3
red:314831570686185198318750000*y5*y6*x3
with T[36]:y6
to:520116154495933861250000000*y3*y7*x3
red:520116154495933861250000000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:766368213009965436182812500*y5*y7*x3
red:766368213009965436182812500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:1048246162922901031031250000*y6*y7*x3
red:1048246162922901031031250000*y6*y7*x3
with T[35]:y7
to:-442694113471690910156250000*y3*y8*x3
red:-442694113471690910156250000*y3*y8*x3
with T[37]:y8
to:-5940943403113134217725000000*y4*y8*x3
red:-5940943403113134217725000000*y4*y8*x3
with T[37]:y8
to:-2595845531858628850185000000*y5*y8*x3
red:-2595845531858628850185000000*y5*y8*x3
with T[37]:y8
to:-103751450864345436075000000*y6*y8*x3
red:-103751450864345436075000000*y6*y8*x3
with T[36]:y6
to:-1081181365175417500706250000*y7*y8*x3
red:-1081181365175417500706250000*y7*y8*x3
with T[35]:y7
to:-29413956953552675485471875000*y4*x2*x3
red:-29413956953552675485471875000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:13214784269352025684603125000*y6*x2*x3
red:13214784269352025684603125000*y6*x2*x3
with T[36]:y6
to:-13214784269352025684603125000*y7*x2*x3
red:-13214784269352025684603125000*y7*x2*x3
with T[35]:y7
to:-17790642298017713999778750000*y8*x2*x3
red:-17790642298017713999778750000*y8*x2*x3
with T[37]:y8
to:10900084823613702458929687500*y3*x3^2
red:10900084823613702458929687500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:64424883617215459378425000000*y4*x3^2
red:64424883617215459378425000000*y4*x3^2
with T[42]:1
to:-64424883617215459378425000000*y5*x3^2
red:-64424883617215459378425000000*y5*x3^2
with T[42]:1
to:-18231885361534013148787500000*y7*x3^2
red:-18231885361534013148787500000*y7*x3^2
with T[35]:y7
to:18231885361534013148787500000*y8*x3^2
red:18231885361534013148787500000*y8*x3^2
with T[37]:y8
to:5289170387527911331755000000*y5*y6*x4
red:5289170387527911331755000000*y5*y6*x4
with T[36]:y6
to:498991608586701109687500000*y3*y7*x4
red:498991608586701109687500000*y3*y7*x4
with T[35]:y7
to:-29265726381736726495845000000*y4*y7*x4
red:-29265726381736726495845000000*y4*y7*x4
with T[35]:y7
to:-11134495116154740274560000000*y5*y7*x4
red:-11134495116154740274560000000*y5*y7*x4
with T[35]:y7
to:2782808900883228779100000000*y6*y7*x4
red:2782808900883228779100000000*y6*y7*x4
with T[35]:y7
to:1158654877289411689687500000*y3*y8*x4
red:1158654877289411689687500000*y3*y8*x4
with T[37]:y8
to:8814604914083638644975000000*y4*y8*x4
red:8814604914083638644975000000*y4*y8*x4
with T[37]:y8
to:-3343200608390519095758000000*y5*y8*x4
red:-3343200608390519095758000000*y5*y8*x4
with T[37]:y8
to:2506361486644682552655000000*y6*y8*x4
red:2506361486644682552655000000*y6*y8*x4
with T[36]:y6
to:-5801287354975711962247500000*y7*y8*x4
red:-5801287354975711962247500000*y7*y8*x4
with T[35]:y7
to:-14088428429683789857060000000*y4*x2*x4
red:-14088428429683789857060000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-85617312458173133280142500000*y6*x2*x4
red:-85617312458173133280142500000*y6*x2*x4
with T[36]:y6
to:56727590002435448272811250000*y7*x2*x4
red:56727590002435448272811250000*y7*x2*x4
with T[35]:y7
to:60568202422893429707404500000*y8*x2*x4
red:60568202422893429707404500000*y8*x2*x4
with T[37]:y8
to:8525735458439595052387500000*y3*x3*x4
red:8525735458439595052387500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:107124928594452543188452500000*y4*x3*x4
red:107124928594452543188452500000*y4*x3*x4
with T[42]:1
to:-107124928594452543188452500000*y5*x3*x4
red:-107124928594452543188452500000*y5*x3*x4
with T[42]:1
to:74002791908371343833777500000*y6*x3*x4
red:74002791908371343833777500000*y6*x3*x4
with T[36]:y6
to:59276811483631636328857500000*y7*x3*x4
red:59276811483631636328857500000*y7*x3*x4
with T[35]:y7
to:-232907200260902178561396000000*y8*x3*x4
red:-232907200260902178561396000000*y8*x3*x4
with T[37]:y8
to:-79418626003409627581935750000*y6*x4^2
red:-79418626003409627581935750000*y6*x4^2
with T[36]:y6
to:67144641944181807547669050000*y8*x4^2
red:67144641944181807547669050000*y8*x4^2
with T[37]:y8
to:2910234901799740050112500000*y5*y6*x5
red:2910234901799740050112500000*y5*y6*x5
with T[36]:y6
to:9104149970239221253125000000*y3*y7*x5
red:9104149970239221253125000000*y3*y7*x5
with T[35]:y7
to:1132745648622155264812500000*y4*y7*x5
red:1132745648622155264812500000*y4*y7*x5
with T[35]:y7
to:-7953210797253385910400000000*y5*y7*x5
red:-7953210797253385910400000000*y5*y7*x5
with T[35]:y7
to:873114841912453905187500000*y6*y7*x5
red:873114841912453905187500000*y6*y7*x5
with T[35]:y7
to:2953077349080040875000000000*y3*y8*x5
red:2953077349080040875000000000*y3*y8*x5
with T[37]:y8
to:11168078419362529194337500000*y4*y8*x5
red:11168078419362529194337500000*y4*y8*x5
with T[37]:y8
to:-7481497634370660297127500000*y5*y8*x5
red:-7481497634370660297127500000*y5*y8*x5
with T[37]:y8
to:8959322415875422246425000000*y6*y8*x5
red:8959322415875422246425000000*y6*y8*x5
with T[36]:y6
to:-6600528412209078287325000000*y7*y8*x5
red:-6600528412209078287325000000*y7*y8*x5
with T[35]:y7
to:-8287310840990464621800000000*y4*x2*x5
red:-8287310840990464621800000000*y4*x2*x5
with T[38]:25*x5-1
to:-5801117588693325235260000000*y5*x2*x5
red:-5801117588693325235260000000*y5*x2*x5
with T[38]:25*x5-1
to:-64080171299883343495275000000*y6*x2*x5
red:-64080171299883343495275000000*y6*x2*x5
with T[36]:y6
to:64080171299883343495275000000*y7*x2*x5
red:64080171299883343495275000000*y7*x2*x5
with T[35]:y7
to:53107850306013894118035000000*y8*x2*x5
red:53107850306013894118035000000*y8*x2*x5
with T[37]:y8
to:-7746554688926035795312500000*y3*x3*x5
red:-7746554688926035795312500000*y3*x3*x5
with T[38]:25*x5-1
to:151744514923596976886793750000*y4*x3*x5
red:151744514923596976886793750000*y4*x3*x5
with T[38]:25*x5-1
to:-79573076617455481713056250000*y5*x3*x5
red:-79573076617455481713056250000*y5*x3*x5
with T[38]:25*x5-1
to:-13022775258238580820562500000*y6*x3*x5
red:-13022775258238580820562500000*y6*x3*x5
with T[36]:y6
to:-82780413981710900404950000000*y7*x3*x5
red:-82780413981710900404950000000*y7*x3*x5
with T[35]:y7
to:-168733166244611395739812500000*y8*x3*x5
red:-168733166244611395739812500000*y8*x3*x5
with T[37]:y8
to:101323811005759217953192500000*y4*x4*x5
red:101323811005759217953192500000*y4*x4*x5
with T[38]:25*x5-1
to:-13922682212863980564624000000*y5*x4*x5
red:-13922682212863980564624000000*y5*x4*x5
with T[38]:25*x5-1
to:-47371660188671226372772500000*y6*x4*x5
red:-47371660188671226372772500000*y6*x4*x5
with T[36]:y6
to:115707386244744049644157500000*y7*x4*x5
red:115707386244744049644157500000*y7*x4*x5
with T[35]:y7
to:20615786801098837247765250000*y8*x4*x5
red:20615786801098837247765250000*y8*x4*x5
with T[37]:y8
to:-7746554688926035795312500000*y3*x5^2
red:-7746554688926035795312500000*y3*x5^2
with T[38]:25*x5-1
to:79573076617455481713056250000*y4*x5^2
red:79573076617455481713056250000*y4*x5^2
with T[38]:25*x5-1
to:-29272577710430432957906250000*y6*x5^2
red:-29272577710430432957906250000*y6*x5^2
with T[36]:y6
to:-66473409366354265752881250000*y7*x5^2
red:-66473409366354265752881250000*y7*x5^2
with T[35]:y7
to:-158253857451736410716756250000*y8*x5^2
red:-158253857451736410716756250000*y8*x5^2
with T[37]:y8
to:5289170387527911331755000000*y5*y6*x6
red:5289170387527911331755000000*y5*y6*x6
with T[36]:y6
to:-4471522616436112617187500000*y3*y7*x6
red:-4471522616436112617187500000*y3*y7*x6
with T[35]:y7
to:-42521077710492369679845000000*y4*y7*x6
red:-42521077710492369679845000000*y4*y7*x6
with T[35]:y7
to:-11134495116154740274560000000*y5*y7*x6
red:-11134495116154740274560000000*y5*y7*x6
with T[35]:y7
to:6758250187859269892100000000*y6*y7*x6
red:6758250187859269892100000000*y6*y7*x6
with T[35]:y7
to:-1158654877289411689687500000*y3*y8*x6
red:-1158654877289411689687500000*y3*y8*x6
with T[37]:y8
to:-11595376619578226700225000000*y4*y8*x6
red:-11595376619578226700225000000*y4*y8*x6
with T[37]:y8
to:-25612190840699999644878000000*y5*y8*x6
red:-25612190840699999644878000000*y5*y8*x6
with T[37]:y8
to:15627936984879584870505000000*y6*y8*x6
red:15627936984879584870505000000*y6*y8*x6
with T[36]:y6
to:-6130973475370735771972500000*y7*y8*x6
red:-6130973475370735771972500000*y7*y8*x6
with T[35]:y7
to:-5801117588693325235260000000*y4*x2*x6
red:-5801117588693325235260000000*y4*x2*x6
with T[39]:1225*x6+1
to:-4060782312085327664682000000*y5*x2*x6
red:-4060782312085327664682000000*y5*x2*x6
with T[39]:1225*x6+1
to:-45345524716676144032380000000*y6*x2*x6
red:-45345524716676144032380000000*y6*x2*x6
with T[36]:y6
to:-24815229818686805271138750000*y7*x2*x6
red:-24815229818686805271138750000*y7*x2*x6
with T[35]:y7
to:48731384196504799885557000000*y8*x2*x6
red:48731384196504799885557000000*y8*x2*x6
with T[37]:y8
to:1438769243227511219062500000*y3*x3*x6
red:1438769243227511219062500000*y3*x3*x6
with T[39]:1225*x6+1
to:47586331207000479006382500000*y4*x3*x6
red:47586331207000479006382500000*y4*x3*x6
with T[39]:1225*x6+1
to:-49025100450227990225445000000*y5*x3*x6
red:-49025100450227990225445000000*y5*x3*x6
with T[39]:1225*x6+1
to:126861928985779446572190000000*y6*x3*x6
red:126861928985779446572190000000*y6*x3*x6
with T[36]:y6
to:244557326616602696730495000000*y7*x3*x6
red:244557326616602696730495000000*y7*x3*x6
with T[35]:y7
to:-288485563691793304556181000000*y8*x3*x6
red:-288485563691793304556181000000*y8*x3*x6
with T[37]:y8
to:-4060782312085327664682000000*y4*x4*x6
red:-4060782312085327664682000000*y4*x4*x6
with T[39]:1225*x6+1
to:-9745877549004786395236800000*y5*x4*x6
red:-9745877549004786395236800000*y5*x4*x6
with T[39]:1225*x6+1
to:-130294616715421233482484000000*y6*x4*x6
red:-130294616715421233482484000000*y6*x4*x6
with T[36]:y6
to:-56727590002435448272811250000*y7*x4*x6
red:-56727590002435448272811250000*y7*x4*x6
with T[35]:y7
to:-94711258962077447073245400000*y8*x4*x6
red:-94711258962077447073245400000*y8*x4*x6
with T[37]:y8
to:1438769243227511219062500000*y3*x5*x6
red:1438769243227511219062500000*y3*x5*x6
with T[38]:25*x5-1
to:43223982861534664990185000000*y4*x5*x6
red:43223982861534664990185000000*y4*x5*x6
with T[38]:25*x5-1
to:-8121564624170655329364000000*y5*x5*x6
red:-8121564624170655329364000000*y5*x5*x6
with T[38]:25*x5-1
to:-16865132877438171537172500000*y6*x5*x6
red:-16865132877438171537172500000*y6*x5*x6
with T[36]:y6
to:270347059182159498146107500000*y7*x5*x6
red:270347059182159498146107500000*y7*x5*x6
with T[35]:y7
to:87705110781642502200417750000*y8*x5*x6
red:87705110781642502200417750000*y8*x5*x6
with T[37]:y8
to:-4060782312085327664682000000*y4*x6^2
red:-4060782312085327664682000000*y4*x6^2
with T[39]:1225*x6+1
to:-5685095236919458730554800000*y5*x6^2
red:-5685095236919458730554800000*y5*x6^2
with T[39]:1225*x6+1
to:10031313069298015495308000000*y6*x6^2
red:10031313069298015495308000000*y6*x6^2
with T[36]:y6
to:4179713778874173123045000000*y7*x6^2
red:4179713778874173123045000000*y7*x6^2
with T[35]:y7
to:25737453910756740472966800000*y8*x6^2
red:25737453910756740472966800000*y8*x6^2
with T[37]:y8
to:-120895323143495116154400000*y5*y6
red:-120895323143495116154400000*y5*y6
with T[36]:y6
to:-41876430259276712137500000*y3*y7
red:-41876430259276712137500000*y3*y7
with T[35]:y7
to:465138051451691924973975000*y4*y7
red:465138051451691924973975000*y4*y7
with T[35]:y7
to:254502745512108349132800000*y5*y7
red:254502745512108349132800000*y5*y7
with T[35]:y7
to:-173540775829245270138000000*y6*y7
red:-173540775829245270138000000*y6*y7
with T[35]:y7
to:-12160809207702280125000000*y3*y8
red:-12160809207702280125000000*y3*y8
with T[37]:y8
to:222747913887018955627500000*y4*y8
red:222747913887018955627500000*y4*y8
with T[37]:y8
to:211014305476212770731815000*y5*y8
red:211014305476212770731815000*y5*y8
with T[37]:y8
to:-226980817867397495840400000*y6*y8
red:-226980817867397495840400000*y6*y8
with T[36]:y6
to:170933110297897017331800000*y7*y8
red:170933110297897017331800000*y7*y8
with T[35]:y7
to:-373839415058932015832100000*y4*x2
red:-373839415058932015832100000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:1555467943870406444085900000*y6*x2
red:1555467943870406444085900000*y6*x2
with T[36]:y6
to:-895131430596402215346900000*y7*x2
red:-895131430596402215346900000*y7*x2
with T[35]:y7
to:-1384416055380421250454960000*y8*x2
red:-1384416055380421250454960000*y8*x2
with T[37]:y8
to:-5709239570993827349250000*y3*x3
red:-5709239570993827349250000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:849180552701045032164571875*y4*x3
red:849180552701045032164571875*y4*x3
with T[42]:1
to:-1287361278717891637673634375*y5*x3
red:-1287361278717891637673634375*y5*x3
with T[42]:1
to:-1628526072339822247965450000*y6*x3
red:-1628526072339822247965450000*y6*x3
with T[36]:y6
to:-179764644694240946767350000*y7*x3
red:-179764644694240946767350000*y7*x3
with T[35]:y7
to:2400996092149053405786780000*y8*x3
red:2400996092149053405786780000*y8*x3
with T[37]:y8
to:-6727142997963223567552734375*x2*x3
red:-6727142997963223567552734375*x2*x3
with T[42]:1
to:-7442967272734589629055859375*x3^2
red:-7442967272734589629055859375*x3^2
with T[42]:1
to:-11745055046755193625000000*y3*x4
red:-11745055046755193625000000*y3*x4
with T[42]:1
to:1377404188779395182948368750*y4*x4
red:1377404188779395182948368750*y4*x4
with T[42]:1
to:-129844128303805462482993750*y5*x4
red:-129844128303805462482993750*y5*x4
with T[42]:1
to:3156619722705029301744870000*y6*x4
red:3156619722705029301744870000*y6*x4
with T[36]:y6
to:-1853698049829489800093850000*y7*x4
red:-1853698049829489800093850000*y7*x4
with T[35]:y7
to:-1495973037838018379738868000*y8*x4
red:-1495973037838018379738868000*y8*x4
with T[37]:y8
to:-2058638992184697302608593750*x2*x4
red:-2058638992184697302608593750*x2*x4
with T[42]:1
to:-11394308158949599499168437500*x3*x4
red:-11394308158949599499168437500*x3*x4
with T[42]:1
to:-2088805187317700787834937500*x4^2
red:-2088805187317700787834937500*x4^2
with T[42]:1
to:257731579785792294393750000*y3*x5
red:257731579785792294393750000*y3*x5
with T[38]:25*x5-1
to:-1411617272003866958293725000*y4*x5
red:-1411617272003866958293725000*y4*x5
with T[38]:25*x5-1
to:54420007855837384349820000*y5*x5
red:54420007855837384349820000*y5*x5
with T[38]:25*x5-1
to:1700465227871220755359800000*y6*x5
red:1700465227871220755359800000*y6*x5
with T[36]:y6
to:-297791491569183331242600000*y7*x5
red:-297791491569183331242600000*y7*x5
with T[35]:y7
to:2963020277934204149214630000*y8*x5
red:2963020277934204149214630000*y8*x5
with T[37]:y8
to:-165746216819809292436000000*x2*x5
red:-165746216819809292436000000*x2*x5
with T[38]:25*x5-1
to:-3039734871246918594858281250*x3*x5
red:-3039734871246918594858281250*x3*x5
with T[38]:25*x5-1
to:1505193726881870978259037500*x4*x5
red:1505193726881870978259037500*x4*x5
with T[38]:25*x5-1
to:-1500239285953637818050000000*x5^2
red:-1500239285953637818050000000*x5^2
with T[38]:25*x5-1
to:-80845128905164916118750000*y3*x6
red:-80845128905164916118750000*y3*x6
with T[39]:1225*x6+1
to:416837364396695876330235000*y4*x6
red:416837364396695876330235000*y4*x6
with T[39]:1225*x6+1
to:-34419964359580396395876000*y5*x6
red:-34419964359580396395876000*y5*x6
with T[39]:1225*x6+1
to:2245192572176281494348120000*y6*x6
red:2245192572176281494348120000*y6*x6
with T[36]:y6
to:-4422130890052512322501200000*y7*x6
red:-4422130890052512322501200000*y7*x6
with T[35]:y7
to:-535422238230403874449638000*y8*x6
red:-535422238230403874449638000*y8*x6
with T[37]:y8
to:-116022351773866504705200000*x2*x6
red:-116022351773866504705200000*x2*x6
with T[39]:1225*x6+1
to:-607850120205103894600453125*x3*x6
red:-607850120205103894600453125*x3*x6
with T[39]:1225*x6+1
to:-2372563094185012490488361250*x4*x6
red:-2372563094185012490488361250*x4*x6
with T[39]:1225*x6+1
to:2111198186849765837288850000*x5*x6
red:2111198186849765837288850000*x5*x6
with T[38]:25*x5-1
to:-433150113289101617566080000*x6^2
red:-433150113289101617566080000*x6^2
with T[39]:1225*x6+1
to:1036586881087271600625000*y3
red:1036586881087271600625000*y3
with T[42]:1
to:8278158119041526513403375*y4
red:8278158119041526513403375*y4
with T[42]:1
to:-3099431145013455292338375*y5
red:-3099431145013455292338375*y5
with T[42]:1
to:-32662385801893584978040800*y6
red:-32662385801893584978040800*y6
with T[36]:y6
to:18999290075724640823410500*y7
red:18999290075724640823410500*y7
with T[35]:y7
to:22971526223456145171703020*y8
red:22971526223456145171703020*y8
with T[37]:y8
to:5372018790208035673640625*x2
red:5372018790208035673640625*x2
with T[42]:1
to:-81815336685503517156706250*x3
red:-81815336685503517156706250*x3
with T[42]:1
to:-67202539890694848058072500*x4
red:-67202539890694848058072500*x4
with T[42]:1
to:-114144312607464315661504250*x5
red:-114144312607464315661504250*x5
with T[38]:25*x5-1
to:-84051952587090253450255725*x6
red:-84051952587090253450255725*x6
with T[39]:1225*x6+1
to:-1044998585444855393526075
red:-1044998585444855393526075
with T[42]:1
to:NULL
set L
9:1279687500*y4*y8*x2+2021250000*y5*y8*x2+... y8 lcm: o*y4*y8*x2
p : o*y5*y8*x2+o o:3 e:2 l:0
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-2021250000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:126412650000000*y6*y8*x2
red:126412650000000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-18379227296685937500*y7*y8*x2
red:-18379227296685937500*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:99633191909052292115625000*y4*x2^2
red:99633191909052292115625000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:115470993330245012131546875000*y6*x2^2
red:115470993330245012131546875000*y6*x2^2
with T[36]:y6
to:-115470993330245012131546875000*y7*x2^2
red:-115470993330245012131546875000*y7*x2^2
with T[35]:y7
to:41497224430120279666157812500*y8*x2^2
red:41497224430120279666157812500*y8*x2^2
with T[37]:y8
to:562775226111999963562500000*y5*y6*x3
red:562775226111999963562500000*y5*y6*x3
with T[36]:y6
to:-81265635253178464048898437500*y3*y7*x3
red:-81265635253178464048898437500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-20645068322837112803085937500*y5*y7*x3
red:-20645068322837112803085937500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:10998875680871576153906250000*y3*y8*x3
red:10998875680871576153906250000*y3*y8*x3
with T[37]:y8
to:56893628959485011037093750000*y4*y8*x3
red:56893628959485011037093750000*y4*y8*x3
with T[37]:y8
to:-13396278096877830723318750000*y5*y8*x3
red:-13396278096877830723318750000*y5*y8*x3
with T[37]:y8
to:562775226111999963562500000*y6*y8*x3
red:562775226111999963562500000*y6*y8*x3
with T[36]:y6
to:59979000296731305101812500000*y7*y8*x3
red:59979000296731305101812500000*y7*y8*x3
with T[35]:y7
to:226722501093364990002351562500*y4*x2*x3
red:226722501093364990002351562500*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-599104711854305027876974218750*y5*x2*x3
red:-599104711854305027876974218750*y5*x2*x3
with T[42]:1
to:-14585563099095902882718750000*y6*x2*x3
red:-14585563099095902882718750000*y6*x2*x3
with T[36]:y6
to:14585563099095902882718750000*y7*x2*x3
red:14585563099095902882718750000*y7*x2*x3
with T[35]:y7
to:-71901746840091952993584375000*y8*x2*x3
red:-71901746840091952993584375000*y8*x2*x3
with T[37]:y8
to:-42857027371372125689121093750*y3*x3^2
red:-42857027371372125689121093750*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-5005775131936997244633056250000*y4*x3^2
red:-5005775131936997244633056250000*y4*x3^2
with T[42]:1
to:5005775131936997244633056250000*y5*x3^2
red:5005775131936997244633056250000*y5*x3^2
with T[42]:1
to:1949014861116014019953625000000*y7*x3^2
red:1949014861116014019953625000000*y7*x3^2
with T[35]:y7
to:-1949014861116014019953625000000*y8*x3^2
red:-1949014861116014019953625000000*y8*x3^2
with T[37]:y8
to:6303082532454399591900000000*y5*y6*x4
red:6303082532454399591900000000*y5*y6*x4
with T[36]:y6
to:-337397147464289501964375000000*y3*y7*x4
red:-337397147464289501964375000000*y3*y7*x4
with T[35]:y7
to:723367730304184175785575000000*y4*y7*x4
red:723367730304184175785575000000*y4*y7*x4
with T[35]:y7
to:235994825406307372955550000000*y5*y7*x4
red:235994825406307372955550000000*y5*y7*x4
with T[35]:y7
to:-4502201808895999708500000000*y6*y7*x4
red:-4502201808895999708500000000*y6*y7*x4
with T[35]:y7
to:136721275520150579383125000000*y3*y8*x4
red:136721275520150579383125000000*y3*y8*x4
with T[37]:y8
to:-206809964268640363080450000000*y4*y8*x4
red:-206809964268640363080450000000*y4*y8*x4
with T[37]:y8
to:-299359343335510719441180000000*y5*y8*x4
red:-299359343335510719441180000000*y5*y8*x4
with T[37]:y8
to:10805284341350399300400000000*y6*y8*x4
red:10805284341350399300400000000*y6*y8*x4
with T[36]:y6
to:572379923304311429607300000000*y7*y8*x4
red:572379923304311429607300000000*y7*y8*x4
with T[35]:y7
to:427348995700408292330820000000*y4*x2*x4
red:427348995700408292330820000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:3725448407007862221536850000000*y6*x2*x4
red:3725448407007862221536850000000*y6*x2*x4
with T[36]:y6
to:-2432173281709118085663525000000*y7*x2*x4
red:-2432173281709118085663525000000*y7*x2*x4
with T[35]:y7
to:-516781703495453682618832500000*y8*x2*x4
red:-516781703495453682618832500000*y8*x2*x4
with T[37]:y8
to:1755183375198105486358725000000*y3*x3*x4
red:1755183375198105486358725000000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-9450933647589873099945033750000*y4*x3*x4
red:-9450933647589873099945033750000*y4*x3*x4
with T[42]:1
to:2740960874821656787722922500000*y5*x3*x4
red:2740960874821656787722922500000*y5*x3*x4
with T[42]:1
to:-163358306709874112286450000000*y6*x3*x4
red:-163358306709874112286450000000*y6*x3*x4
with T[36]:y6
to:-163044059742526494106575000000*y7*x3*x4
red:-163044059742526494106575000000*y7*x3*x4
with T[35]:y7
to:-478897198156629267135120000000*y8*x3*x4
red:-478897198156629267135120000000*y8*x3*x4
with T[37]:y8
to:3405042594392765319928935000000*y6*x4^2
red:3405042594392765319928935000000*y6*x4^2
with T[36]:y6
to:-2968628282932444670538000000000*y8*x4^2
red:-2968628282932444670538000000000*y8*x4^2
with T[37]:y8
to:306335764839909429875250000000*y5*y6*x5
red:306335764839909429875250000000*y5*y6*x5
with T[36]:y6
to:198108590000290663443750000000*y3*y7*x5
red:198108590000290663443750000000*y3*y7*x5
with T[35]:y7
to:-64542009305729828998125000000*y4*y7*x5
red:-64542009305729828998125000000*y4*y7*x5
with T[35]:y7
to:168567732433076694968250000000*y5*y7*x5
red:168567732433076694968250000000*y5*y7*x5
with T[35]:y7
to:-232183731434145327086250000000*y6*y7*x5
red:-232183731434145327086250000000*y6*y7*x5
with T[35]:y7
to:51520500185834104425000000000*y3*y8*x5
red:51520500185834104425000000000*y3*y8*x5
with T[37]:y8
to:-137588760454848331629000000000*y4*y8*x5
red:-137588760454848331629000000000*y4*y8*x5
with T[37]:y8
to:-29582771293067094852750000000*y5*y8*x5
red:-29582771293067094852750000000*y5*y8*x5
with T[37]:y8
to:484570458716811462245250000000*y6*y8*x5
red:484570458716811462245250000000*y6*y8*x5
with T[36]:y6
to:-162943921490347074202125000000*y7*y8*x5
red:-162943921490347074202125000000*y7*y8*x5
with T[35]:y7
to:3070698053255793244321537500000*y4*x2*x5
red:3070698053255793244321537500000*y4*x2*x5
with T[38]:25*x5-1
to:175967233523697532136220000000*y5*x2*x5
red:175967233523697532136220000000*y5*x2*x5
with T[38]:25*x5-1
to:77339198238972116009062500000*y6*x2*x5
red:77339198238972116009062500000*y6*x2*x5
with T[36]:y6
to:-77339198238972116009062500000*y7*x2*x5
red:-77339198238972116009062500000*y7*x2*x5
with T[35]:y7
to:-1966413883693813833466687500000*y8*x2*x5
red:-1966413883693813833466687500000*y8*x2*x5
with T[37]:y8
to:-198042354656022132506250000000*y3*x3*x5
red:-198042354656022132506250000000*y3*x3*x5
with T[38]:25*x5-1
to:-9282089779932171390144206250000*y4*x3*x5
red:-9282089779932171390144206250000*y4*x3*x5
with T[38]:25*x5-1
to:4474357002651196278017400000000*y5*x3*x5
red:4474357002651196278017400000000*y5*x3*x5
with T[38]:25*x5-1
to:1392153472225724299966875000000*y6*x3*x5
red:1392153472225724299966875000000*y6*x3*x5
with T[36]:y6
to:5294087036259531272012250000000*y7*x3*x5
red:5294087036259531272012250000000*y7*x3*x5
with T[35]:y7
to:4315322253251128129135125000000*y8*x3*x5
red:4315322253251128129135125000000*y8*x3*x5
with T[37]:y8
to:-7301445010310817828919957500000*y4*x4*x5
red:-7301445010310817828919957500000*y4*x4*x5
with T[38]:25*x5-1
to:422321360456874077126928000000*y5*x4*x5
red:422321360456874077126928000000*y5*x4*x5
with T[38]:25*x5-1
to:-8185165138672247663437500000*y6*x4*x5
red:-8185165138672247663437500000*y6*x4*x5
with T[36]:y6
to:-1985249013940940546123325000000*y7*x4*x5
red:-1985249013940940546123325000000*y7*x4*x5
with T[35]:y7
to:4981507648923448825069387500000*y8*x4*x5
red:4981507648923448825069387500000*y8*x4*x5
with T[37]:y8
to:-198042354656022132506250000000*y3*x5^2
red:-198042354656022132506250000000*y3*x5^2
with T[38]:25*x5-1
to:-4474357002651196278017400000000*y4*x5^2
red:-4474357002651196278017400000000*y4*x5^2
with T[38]:25*x5-1
to:1686318070182061800546562500000*y6*x5^2
red:1686318070182061800546562500000*y6*x5^2
with T[36]:y6
to:4199634150352614455544562500000*y7*x5^2
red:4199634150352614455544562500000*y7*x5^2
with T[35]:y7
to:6401993292309451004293125000000*y8*x5^2
red:6401993292309451004293125000000*y8*x5^2
with T[37]:y8
to:6303082532454399591900000000*y5*y6*x6
red:6303082532454399591900000000*y5*y6*x6
with T[36]:y6
to:-131361511461941055920625000000*y3*y7*x6
red:-131361511461941055920625000000*y3*y7*x6
with T[35]:y7
to:1004313951025978667399325000000*y4*y7*x6
red:1004313951025978667399325000000*y4*y7*x6
with T[35]:y7
to:235994825406307372955550000000*y5*y7*x6
red:235994825406307372955550000000*y5*y7*x6
with T[35]:y7
to:-10933918678747427863500000000*y6*y7*x6
red:-10933918678747427863500000000*y6*y7*x6
with T[35]:y7
to:-136721275520150579383125000000*y3*y8*x6
red:-136721275520150579383125000000*y3*y8*x6
with T[37]:y8
to:-585679074333922848354075000000*y4*y8*x6
red:-585679074333922848354075000000*y4*y8*x6
with T[37]:y8
to:172630307477104026469920000000*y5*y8*x6
red:172630307477104026469920000000*y5*y8*x6
with T[37]:y8
to:10805284341350399300400000000*y6*y8*x6
red:10805284341350399300400000000*y6*y8*x6
with T[36]:y6
to:236745192374456706240300000000*y7*y8*x6
red:236745192374456706240300000000*y7*y8*x6
with T[35]:y7
to:175967233523697532136220000000*y4*x2*x6
red:175967233523697532136220000000*y4*x2*x6
with T[39]:1225*x6+1
to:123177063466588272495354000000*y5*x2*x6
red:123177063466588272495354000000*y5*x2*x6
with T[39]:1225*x6+1
to:3721255179832910064945600000000*y6*x2*x6
red:3721255179832910064945600000000*y6*x2*x6
with T[36]:y6
to:-580444161250245734967525000000*y7*x2*x6
red:-580444161250245734967525000000*y7*x2*x6
with T[35]:y7
to:2355075724085779323596467500000*y8*x2*x6
red:2355075724085779323596467500000*y8*x2*x6
with T[37]:y8
to:785568006802221125608125000000*y3*x3*x6
red:785568006802221125608125000000*y3*x3*x6
with T[39]:1225*x6+1
to:-3665317327754437474625756250000*y4*x3*x6
red:-3665317327754437474625756250000*y4*x3*x6
with T[39]:1225*x6+1
to:-1856702048060642224315623750000*y5*x3*x6
red:-1856702048060642224315623750000*y5*x3*x6
with T[39]:1225*x6+1
to:-280042811502641335348200000000*y6*x3*x6
red:-280042811502641335348200000000*y6*x3*x6
with T[36]:y6
to:-6292113761872961107660575000000*y7*x3*x6
red:-6292113761872961107660575000000*y7*x3*x6
with T[35]:y7
to:4631557411040554274835555000000*y8*x3*x6
red:4631557411040554274835555000000*y8*x3*x6
with T[37]:y8
to:123177063466588272495354000000*y4*x4*x6
red:123177063466588272495354000000*y4*x4*x6
with T[39]:1225*x6+1
to:295624952319811853988849600000*y5*x4*x6
red:295624952319811853988849600000*y5*x4*x6
with T[39]:1225*x6+1
to:7943112827150971570420320000000*y6*x4*x6
red:7943112827150971570420320000000*y6*x4*x6
with T[36]:y6
to:2432173281709118085663525000000*y7*x4*x6
red:2432173281709118085663525000000*y7*x4*x6
with T[35]:y7
to:2418359908610157270871612500000*y8*x4*x6
red:2418359908610157270871612500000*y8*x4*x6
with T[37]:y8
to:785568006802221125608125000000*y3*x5*x6
red:785568006802221125608125000000*y3*x5*x6
with T[38]:25*x5-1
to:-730260683673161077992555000000*y4*x5*x6
red:-730260683673161077992555000000*y4*x5*x6
with T[38]:25*x5-1
to:246354126933176544990708000000*y5*x5*x6
red:246354126933176544990708000000*y5*x5*x6
with T[38]:25*x5-1
to:-4225406822140891124863125000000*y6*x5*x6
red:-4225406822140891124863125000000*y6*x5*x6
with T[36]:y6
to:-11211476508560132200909012500000*y7*x5*x6
red:-11211476508560132200909012500000*y7*x5*x6
with T[35]:y7
to:-4179363153010140516220800000000*y8*x5*x6
red:-4179363153010140516220800000000*y8*x5*x6
with T[37]:y8
to:123177063466588272495354000000*y4*x6^2
red:123177063466588272495354000000*y4*x6^2
with T[39]:1225*x6+1
to:172447888853223581493495600000*y5*x6^2
red:172447888853223581493495600000*y5*x6^2
with T[39]:1225*x6+1
to:3610109058941293996847760000000*y6*x6^2
red:3610109058941293996847760000000*y6*x6^2
with T[36]:y6
to:1504212107892205832019900000000*y7*x6^2
red:1504212107892205832019900000000*y7*x6^2
with T[35]:y7
to:2742026286398030128346850000000*y8*x6^2
red:2742026286398030128346850000000*y8*x6^2
with T[37]:y8
to:-144070457884671990672000000*y5*y6
red:-144070457884671990672000000*y5*y6
with T[36]:y6
to:-181414444587009358725000000*y3*y7
red:-181414444587009358725000000*y3*y7
with T[35]:y7
to:-13514633796365654893941000000*y4*y7
red:-13514633796365654893941000000*y4*y7
with T[35]:y7
to:-5394167437858454238984000000*y5*y7
red:-5394167437858454238984000000*y5*y7
with T[35]:y7
to:102907469917622850480000000*y6*y7
red:102907469917622850480000000*y6*y7
with T[35]:y7
to:-1434975486508869054750000000*y3*y8
red:-1434975486508869054750000000*y3*y8
with T[37]:y8
to:2665089080304103446493500000*y4*y8
red:2665089080304103446493500000*y4*y8
with T[37]:y8
to:-1306338867083445959864100000*y5*y8
red:-1306338867083445959864100000*y5*y8
with T[37]:y8
to:-246977927802294841152000000*y6*y8
red:-246977927802294841152000000*y6*y8
with T[36]:y6
to:-7394935832764197526809000000*y7*y8
red:-7394935832764197526809000000*y7*y8
with T[35]:y7
to:34756641266571250034708700000*y4*x2
red:34756641266571250034708700000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-27198110102174678082165750000*y5*x2
red:-27198110102174678082165750000*y5*x2
with T[42]:1
to:-52388427365724971218698000000*y6*x2
red:-52388427365724971218698000000*y6*x2
with T[36]:y6
to:22827853073182248113022000000*y7*x2
red:22827853073182248113022000000*y7*x2
with T[35]:y7
to:-31970170356357230369271900000*y8*x2
red:-31970170356357230369271900000*y8*x2
with T[37]:y8
to:-30992243302299137293685250000*y3*x3
red:-30992243302299137293685250000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-30811122524781979629821446875*y4*x3
red:-30811122524781979629821446875*y4*x3
with T[42]:1
to:79616409998151491665284459375*y5*x3
red:79616409998151491665284459375*y5*x3
with T[42]:1
to:3808940850183484466451000000*y6*x3
red:3808940850183484466451000000*y6*x3
with T[36]:y6
to:-24349390337617837811319000000*y7*x3
red:-24349390337617837811319000000*y7*x3
with T[35]:y7
to:5623563350218567698044100000*y8*x3
red:5623563350218567698044100000*y8*x3
with T[37]:y8
to:-77535010190662861760439140625*x2*x3
red:-77535010190662861760439140625*x2*x3
with T[42]:1
to:132576955534648738869615234375*x3^2
red:132576955534648738869615234375*x3^2
with T[42]:1
to:-6412800055528335719250000000*y3*x4
red:-6412800055528335719250000000*y3*x4
with T[42]:1
to:-158539831838652697159063837500*y4*x4
red:-158539831838652697159063837500*y4*x4
with T[42]:1
to:-73084010232833305385742562500*y5*x4
red:-73084010232833305385742562500*y5*x4
with T[42]:1
to:-109683487941606019439598600000*y6*x4
red:-109683487941606019439598600000*y6*x4
with T[36]:y6
to:14030280922301052394986000000*y7*x4
red:14030280922301052394986000000*y7*x4
with T[35]:y7
to:-6047357469709106808457200000*y8*x4
red:-6047357469709106808457200000*y8*x4
with T[37]:y8
to:-701119446070982354605251562500*x2*x4
red:-701119446070982354605251562500*x2*x4
with T[42]:1
to:135743766629273128333789031250*x3*x4
red:135743766629273128333789031250*x3*x4
with T[42]:1
to:-430019926923535844157887625000*x4^2
red:-430019926923535844157887625000*x4^2
with T[42]:1
to:7046595467178825295237500000*y3*x5
red:7046595467178825295237500000*y3*x5
with T[38]:25*x5-1
to:97000772709051968723967000000*y4*x5
red:97000772709051968723967000000*y4*x5
with T[38]:25*x5-1
to:-1650740238293733991944540000*y5*x5
red:-1650740238293733991944540000*y5*x5
with T[38]:25*x5-1
to:17067903801118879458750000000*y6*x5
red:17067903801118879458750000000*y6*x5
with T[36]:y6
to:-14813014108095230206179000000*y7*x5
red:-14813014108095230206179000000*y7*x5
with T[35]:y7
to:-105271940463620956058533500000*y8*x5
red:-105271940463620956058533500000*y8*x5
with T[37]:y8
to:5027635243534215203892000000*x2*x5
red:5027635243534215203892000000*x2*x5
with T[38]:25*x5-1
to:119036896062660168026965781250*x3*x5
red:119036896062660168026965781250*x3*x5
with T[38]:25*x5-1
to:210559753655142809458966425000*x4*x5
red:210559753655142809458966425000*x4*x5
with T[38]:25*x5-1
to:63668252452989396126915000000*x5^2
red:63668252452989396126915000000*x5^2
with T[38]:25*x5-1
to:8728533408913568062312500000*y3*x6
red:8728533408913568062312500000*y3*x6
with T[39]:1225*x6+1
to:-39313273177696817367088020000*y4*x6
red:-39313273177696817367088020000*y4*x6
with T[39]:1225*x6+1
to:-37033281890803943957690478000*y5*x6
red:-37033281890803943957690478000*y5*x6
with T[39]:1225*x6+1
to:-102870181093229170670649600000*y6*x6
red:-102870181093229170670649600000*y6*x6
with T[36]:y6
to:144151206475344525926469000000*y7*x6
red:144151206475344525926469000000*y7*x6
with T[35]:y7
to:-85181940715406205998527200000*y8*x6
red:-85181940715406205998527200000*y8*x6
with T[37]:y8
to:49955142405894132734226900000*x2*x6
red:49955142405894132734226900000*x2*x6
with T[39]:1225*x6+1
to:-138357839434374312849142921875*x3*x6
red:-138357839434374312849142921875*x3*x6
with T[39]:1225*x6+1
to:-508958339084395657914384427500*x4*x6
red:-508958339084395657914384427500*x4*x6
with T[39]:1225*x6+1
to:-172865937237276892467058200000*x5*x6
red:-172865937237276892467058200000*x5*x6
with T[38]:25*x5-1
to:60063482376088757635829760000*x6^2
red:60063482376088757635829760000*x6^2
with T[39]:1225*x6+1
to:105164959694135152061250000*y3
red:105164959694135152061250000*y3
with T[42]:1
to:701342794970628396528817875*y4
red:701342794970628396528817875*y4
with T[42]:1
to:1306752269902006840788500625*y5
red:1306752269902006840788500625*y5
with T[42]:1
to:742644489349480294080504000*y6
red:742644489349480294080504000*y6
with T[36]:y6
to:-818146893885324956932980000*y7
red:-818146893885324956932980000*y7
with T[35]:y7
to:612040394950779016298076000*y8
red:612040394950779016298076000*y8
with T[37]:y8
to:8894950690079374907427065625*x2
red:8894950690079374907427065625*x2
with T[42]:1
to:10792376667377853887446607500*x3
red:10792376667377853887446607500*x3
with T[42]:1
to:31172166704650840308613923750*x4
red:31172166704650840308613923750*x4
with T[42]:1
to:2528307755489142151729954750*x5
red:2528307755489142151729954750*x5
with T[38]:25*x5-1
to:5373108567854459835061734075*x6
red:5373108567854459835061734075*x6
with T[39]:1225*x6+1
to:-198946790986217766214597875
red:-198946790986217766214597875
with T[42]:1
to:NULL
set L
8:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+... y8 lcm: o*y5*y7*y8
p : o*y5*y8*x2+o o:3 e:2 l:0
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-80934708750000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:1138690161984375000*y6*y8*x2
red:1138690161984375000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-1250984118575953125000*y7*y8*x2
red:-1250984118575953125000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-359419472138756279250000000*y4*x2^2
red:-359419472138756279250000000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:1257968152485646977375000000*y6*x2^2
red:1257968152485646977375000000*y6*x2^2
with T[36]:y6
to:-1257968152485646977375000000*y7*x2^2
red:-1257968152485646977375000000*y7*x2^2
with T[35]:y7
to:-1761155413479905768325000000*y8*x2^2
red:-1761155413479905768325000000*y8*x2^2
with T[37]:y8
to:-204143954570039202468750000*y5*y6*x3
red:-204143954570039202468750000*y5*y6*x3
with T[36]:y6
to:-276624333133636089164062500*y3*y7*x3
red:-276624333133636089164062500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:71755397859870305831250000*y5*y7*x3
red:71755397859870305831250000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:166913067556697962500000000*y3*y8*x3
red:166913067556697962500000000*y3*y8*x3
with T[37]:y8
to:830604274952390895206250000*y4*y8*x3
red:830604274952390895206250000*y4*y8*x3
with T[37]:y8
to:757568074778207968275000000*y5*y8*x3
red:757568074778207968275000000*y5*y8*x3
with T[37]:y8
to:-204143954570039202468750000*y6*y8*x3
red:-204143954570039202468750000*y6*y8*x3
with T[36]:y6
to:313738910716438419712500000*y7*y8*x3
red:313738910716438419712500000*y7*y8*x3
with T[35]:y7
to:5713086193400781007312500000*y4*x2*x3
red:5713086193400781007312500000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-1962741548298135073218750000*y6*x2*x3
red:-1962741548298135073218750000*y6*x2*x3
with T[36]:y6
to:1962741548298135073218750000*y7*x2*x3
red:1962741548298135073218750000*y7*x2*x3
with T[35]:y7
to:3316606367678805745293750000*y8*x2*x3
red:3316606367678805745293750000*y8*x2*x3
with T[37]:y8
to:-2676578407913804300156250000*y3*x3^2
red:-2676578407913804300156250000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-912038847854365612631250000*y4*x3^2
red:-912038847854365612631250000*y4*x3^2
with T[42]:1
to:912038847854365612631250000*y5*x3^2
red:912038847854365612631250000*y5*x3^2
with T[42]:1
to:944723105112330775481250000*y7*x3^2
red:944723105112330775481250000*y7*x3^2
with T[35]:y7
to:-944723105112330775481250000*y8*x3^2
red:-944723105112330775481250000*y8*x3^2
with T[37]:y8
to:-285801536398054883456250000*y5*y6*x4
red:-285801536398054883456250000*y5*y6*x4
with T[36]:y6
to:-132154966729381877531250000*y3*y7*x4
red:-132154966729381877531250000*y3*y7*x4
with T[35]:y7
to:1425917714866355091005625000*y4*y7*x4
red:1425917714866355091005625000*y4*y7*x4
with T[35]:y7
to:-26262843885226664966250000*y5*y7*x4
red:-26262843885226664966250000*y5*y7*x4
with T[35]:y7
to:204143954570039202468750000*y6*y7*x4
red:204143954570039202468750000*y6*y7*x4
with T[35]:y7
to:154487316971921558625000000*y3*y8*x4
red:154487316971921558625000000*y3*y8*x4
with T[37]:y8
to:15632645169777776765625000*y4*y8*x4
red:15632645169777776765625000*y4*y8*x4
with T[37]:y8
to:1220449804078180313137500000*y5*y8*x4
red:1220449804078180313137500000*y5*y8*x4
with T[37]:y8
to:-489945490968094085925000000*y6*y8*x4
red:-489945490968094085925000000*y6*y8*x4
with T[36]:y6
to:-29757199864353462125625000*y7*y8*x4
red:-29757199864353462125625000*y7*y8*x4
with T[35]:y7
to:5087488044052479670605000000*y4*x2*x4
red:5087488044052479670605000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:2455244859018039056718750000*y6*x2*x4
red:2455244859018039056718750000*y6*x2*x4
with T[36]:y6
to:-694089445538133288393750000*y7*x2*x4
red:-694089445538133288393750000*y7*x2*x4
with T[35]:y7
to:-732269882446908187882500000*y8*x2*x4
red:-732269882446908187882500000*y8*x2*x4
with T[37]:y8
to:-3078737804436520435584375000*y3*x3*x4
red:-3078737804436520435584375000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-9207752260180911111675000000*y4*x3*x4
red:-9207752260180911111675000000*y4*x3*x4
with T[42]:1
to:9207752260180911111675000000*y5*x3*x4
red:9207752260180911111675000000*y5*x3*x4
with T[42]:1
to:-5495676335234778205012500000*y6*x3*x4
red:-5495676335234778205012500000*y6*x3*x4
with T[36]:y6
to:-10033471516806216352623750000*y7*x3*x4
red:-10033471516806216352623750000*y7*x3*x4
with T[35]:y7
to:24815645681541650644458750000*y8*x3*x4
red:24815645681541650644458750000*y8*x3*x4
with T[37]:y8
to:1943450447506773207502500000*y6*x4^2
red:1943450447506773207502500000*y6*x4^2
with T[36]:y6
to:7841158260226850629570500000*y8*x4^2
red:7841158260226850629570500000*y8*x4^2
with T[37]:y8
to:-16339376293123001868750000*y5*y6*x5
red:-16339376293123001868750000*y5*y6*x5
with T[36]:y6
to:-919567362928104515625000000*y3*y7*x5
red:-919567362928104515625000000*y3*y7*x5
with T[35]:y7
to:-843789082582484663625000000*y4*y7*x5
red:-843789082582484663625000000*y4*y7*x5
with T[35]:y7
to:461254989244737225037500000*y5*y7*x5
red:461254989244737225037500000*y5*y7*x5
with T[35]:y7
to:104482515764849534812500000*y6*y7*x5
red:104482515764849534812500000*y6*y7*x5
with T[35]:y7
to:-18545896395188662500000000*y3*y8*x5
red:-18545896395188662500000000*y3*y8*x5
with T[37]:y8
to:-998223663604112420475000000*y4*y8*x5
red:-998223663604112420475000000*y4*y8*x5
with T[37]:y8
to:1060232246689107248006250000*y5*y8*x5
red:1060232246689107248006250000*y5*y8*x5
with T[37]:y8
to:-155436122508248200368750000*y6*y8*x5
red:-155436122508248200368750000*y6*y8*x5
with T[36]:y6
to:217149232876525124175000000*y7*y8*x5
red:217149232876525124175000000*y7*y8*x5
with T[35]:y7
to:5985280051826446671300000000*y4*x2*x5
red:5985280051826446671300000000*y4*x2*x5
with T[38]:25*x5-1
to:4189696036278512669910000000*y5*x2*x5
red:4189696036278512669910000000*y5*x2*x5
with T[38]:25*x5-1
to:2456391361286687199375000000*y6*x2*x5
red:2456391361286687199375000000*y6*x2*x5
with T[36]:y6
to:-2456391361286687199375000000*y7*x2*x5
red:-2456391361286687199375000000*y7*x2*x5
with T[35]:y7
to:-2992640025913223335650000000*y8*x2*x5
red:-2992640025913223335650000000*y8*x2*x5
with T[37]:y8
to:-212063493899746551562500000*y3*x3*x5
red:-212063493899746551562500000*y3*x3*x5
with T[38]:25*x5-1
to:-8656138439913386916243750000*y4*x3*x5
red:-8656138439913386916243750000*y4*x3*x5
with T[38]:25*x5-1
to:7044124238104402242543750000*y5*x3*x5
red:7044124238104402242543750000*y5*x3*x5
with T[38]:25*x5-1
to:1349604435874758250687500000*y6*x3*x5
red:1349604435874758250687500000*y6*x3*x5
with T[36]:y6
to:11995262606838482083612500000*y7*x3*x5
red:11995262606838482083612500000*y7*x3*x5
with T[35]:y7
to:12866026380321367378125000000*y8*x3*x5
red:12866026380321367378125000000*y8*x3*x5
with T[37]:y8
to:-5018056223902398441765000000*y4*x4*x5
red:-5018056223902398441765000000*y4*x4*x5
with T[38]:25*x5-1
to:10055270487068430407784000000*y5*x4*x5
red:10055270487068430407784000000*y5*x4*x5
with T[38]:25*x5-1
to:-3727817463345935315606250000*y6*x4*x5
red:-3727817463345935315606250000*y6*x4*x5
with T[36]:y6
to:-16820586931830339168761250000*y7*x4*x5
red:-16820586931830339168761250000*y7*x4*x5
with T[35]:y7
to:10366551488687979187102500000*y8*x4*x5
red:10366551488687979187102500000*y8*x4*x5
with T[37]:y8
to:-212063493899746551562500000*y3*x5^2
red:-212063493899746551562500000*y3*x5^2
with T[38]:25*x5-1
to:-7044124238104402242543750000*y4*x5^2
red:-7044124238104402242543750000*y4*x5^2
with T[38]:25*x5-1
to:4564962726364158931312500000*y6*x5^2
red:4564962726364158931312500000*y6*x5^2
with T[36]:y6
to:11651492050334003830462500000*y7*x5^2
red:11651492050334003830462500000*y7*x5^2
with T[35]:y7
to:18031454109089893653431250000*y8*x5^2
red:18031454109089893653431250000*y8*x5^2
with T[37]:y8
to:-571603072796109766912500000*y5*y6*x6
red:-571603072796109766912500000*y5*y6*x6
with T[36]:y6
to:-795031668634412646937500000*y3*y7*x6
red:-795031668634412646937500000*y3*y7*x6
with T[35]:y7
to:2789304849053599074948750000*y4*y7*x6
red:2789304849053599074948750000*y4*y7*x6
with T[35]:y7
to:-52525687770453329932500000*y5*y7*x6
red:-52525687770453329932500000*y5*y7*x6
with T[35]:y7
to:991556350768761840562500000*y6*y7*x6
red:991556350768761840562500000*y6*y7*x6
with T[35]:y7
to:-308974633943843117250000000*y3*y8*x6
red:-308974633943843117250000000*y3*y8*x6
with T[37]:y8
to:-772804411804779034931250000*y4*y8*x6
red:-772804411804779034931250000*y4*y8*x6
with T[37]:y8
to:2335848232615453966410000000*y5*y8*x6
red:2335848232615453966410000000*y5*y8*x6
with T[37]:y8
to:-979890981936188171850000000*y6*y8*x6
red:-979890981936188171850000000*y6*y8*x6
with T[36]:y6
to:-120573672627133064088750000*y7*y8*x6
red:-120573672627133064088750000*y7*y8*x6
with T[35]:y7
to:4189696036278512669910000000*y4*x2*x6
red:4189696036278512669910000000*y4*x2*x6
with T[39]:1225*x6+1
to:2932787225394958868937000000*y5*x2*x6
red:2932787225394958868937000000*y5*x2*x6
with T[39]:1225*x6+1
to:4354335376937160502387500000*y6*x2*x6
red:4354335376937160502387500000*y6*x2*x6
with T[36]:y6
to:4199848059965238943762500000*y7*x2*x6
red:4199848059965238943762500000*y7*x2*x6
with T[35]:y7
to:-3503772348923180949615000000*y8*x2*x6
red:-3503772348923180949615000000*y8*x2*x6
with T[37]:y8
to:-1039111120108758102656250000*y3*x3*x6
red:-1039111120108758102656250000*y3*x3*x6
with T[39]:1225*x6+1
to:-6301919867433722974942500000*y4*x3*x6
red:-6301919867433722974942500000*y4*x3*x6
with T[39]:1225*x6+1
to:7341030987542481077598750000*y5*x3*x6
red:7341030987542481077598750000*y5*x3*x6
with T[39]:1225*x6+1
to:-9421159431831048351450000000*y6*x3*x6
red:-9421159431831048351450000000*y6*x3*x6
with T[36]:y6
to:-27006141977726795657523750000*y7*x3*x6
red:-27006141977726795657523750000*y7*x3*x6
with T[35]:y7
to:33504693110754014883483750000*y8*x3*x6
red:33504693110754014883483750000*y8*x3*x6
with T[37]:y8
to:2932787225394958868937000000*y4*x4*x6
red:2932787225394958868937000000*y4*x4*x6
with T[39]:1225*x6+1
to:7038689340947901285448800000*y5*x4*x6
red:7038689340947901285448800000*y5*x4*x6
with T[39]:1225*x6+1
to:974152881591516799672500000*y6*x4*x6
red:974152881591516799672500000*y6*x4*x6
with T[36]:y6
to:1388178891076266576787500000*y7*x4*x6
red:1388178891076266576787500000*y7*x4*x6
with T[35]:y7
to:23072989764390428623761000000*y8*x4*x6
red:23072989764390428623761000000*y8*x4*x6
with T[37]:y8
to:-1039111120108758102656250000*y3*x5*x6
red:-1039111120108758102656250000*y3*x5*x6
with T[38]:25*x5-1
to:-3151334951263968407688750000*y4*x5*x6
red:-3151334951263968407688750000*y4*x5*x6
with T[38]:25*x5-1
to:5865574450789917737874000000*y5*x5*x6
red:5865574450789917737874000000*y5*x5*x6
with T[38]:25*x5-1
to:-10590845648005183229418750000*y6*x5*x6
red:-10590845648005183229418750000*y6*x5*x6
with T[36]:y6
to:-36954125983239293051973750000*y7*x5*x6
red:-36954125983239293051973750000*y7*x5*x6
with T[35]:y7
to:-8179011080365569916972500000*y8*x5*x6
red:-8179011080365569916972500000*y8*x5*x6
with T[37]:y8
to:2932787225394958868937000000*y4*x6^2
red:2932787225394958868937000000*y4*x6^2
with T[39]:1225*x6+1
to:4105902115552942416511800000*y5*x6^2
red:4105902115552942416511800000*y5*x6^2
with T[39]:1225*x6+1
to:-4041388211985467973630000000*y6*x6^2
red:-4041388211985467973630000000*y6*x6^2
with T[36]:y6
to:-1683911754993944989012500000*y7*x6^2
red:-1683911754993944989012500000*y7*x6^2
with T[35]:y7
to:1068434284177809499450500000*y8*x6^2
red:1068434284177809499450500000*y8*x6^2
with T[37]:y8
to:13065213092482508958000000*y5*y6
red:13065213092482508958000000*y5*y6
with T[36]:y6
to:15596543753087414617500000*y3*y7
red:15596543753087414617500000*y3*y7
with T[35]:y7
to:-27242623129188426797337500*y4*y7
red:-27242623129188426797337500*y4*y7
with T[35]:y7
to:-6835205513135462738275000*y5*y7
red:-6835205513135462738275000*y5*y7
with T[35]:y7
to:-9332295066058934970000000*y6*y7
red:-9332295066058934970000000*y6*y7
with T[35]:y7
to:-3242882455387274700000000*y3*y8
red:-3242882455387274700000000*y3*y8
with T[37]:y8
to:-7045812712599225189625000*y4*y8
red:-7045812712599225189625000*y4*y8
with T[37]:y8
to:-44631876309115033275837500*y5*y8
red:-44631876309115033275837500*y5*y8
with T[37]:y8
to:22397508158541443928000000*y6*y8
red:22397508158541443928000000*y6*y8
with T[36]:y6
to:-8365015293671475088650000*y7*y8
red:-8365015293671475088650000*y7*y8
with T[35]:y7
to:48422265682445538483600000*y4*x2
red:48422265682445538483600000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-86840788952543008383000000*y6*x2
red:-86840788952543008383000000*y6*x2
with T[36]:y6
to:6330827193461601831000000*y7*x2
red:6330827193461601831000000*y7*x2
with T[35]:y7
to:33475194626144374303200000*y8*x2
red:33475194626144374303200000*y8*x2
with T[37]:y8
to:3670324796072966781750000*y3*x3
red:3670324796072966781750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:48935475737867200951218750*y4*x3
red:48935475737867200951218750*y4*x3
with T[42]:1
to:82380672201577377033656250*y5*x3
red:82380672201577377033656250*y5*x3
with T[42]:1
to:118810660605412671270375000*y6*x3
red:118810660605412671270375000*y6*x3
with T[36]:y6
to:58929966554319598763025000*y7*x3
red:58929966554319598763025000*y7*x3
with T[35]:y7
to:-269486865762181483115700000*y8*x3
red:-269486865762181483115700000*y8*x3
with T[37]:y8
to:1077557593767838093066406250*x2*x3
red:1077557593767838093066406250*x2*x3
with T[42]:1
to:662218371376134702035156250*x3^2
red:662218371376134702035156250*x3^2
with T[42]:1
to:8482539755989862062500000*y3*x4
red:8482539755989862062500000*y3*x4
with T[42]:1
to:-55440545811641747553671875*y4*x4
red:-55440545811641747553671875*y4*x4
with T[42]:1
to:93776314886081722904384375*y5*x4
red:93776314886081722904384375*y5*x4
with T[42]:1
to:-62811600465221935802475000*y6*x4
red:-62811600465221935802475000*y6*x4
with T[36]:y6
to:277257154025828379428025000*y7*x4
red:277257154025828379428025000*y7*x4
with T[35]:y7
to:-304091069158193574036780000*y8*x4
red:-304091069158193574036780000*y8*x4
with T[37]:y8
to:1486794827688948051883984375*x2*x4
red:1486794827688948051883984375*x2*x4
with T[42]:1
to:1825908165072554338322421875*x3*x4
red:1825908165072554338322421875*x3*x4
with T[42]:1
to:1508581524173895013436343750*x4^2
red:1508581524173895013436343750*x4^2
with T[42]:1
to:-2060045369311823643750000*y3*x5
red:-2060045369311823643750000*y3*x5
with T[38]:25*x5-1
to:84185214544449569200650000*y4*x5
red:84185214544449569200650000*y4*x5
with T[38]:25*x5-1
to:-109962895174389217455495000*y5*x5
red:-109962895174389217455495000*y5*x5
with T[38]:25*x5-1
to:-6746006912701849542750000*y6*x5
red:-6746006912701849542750000*y6*x5
with T[36]:y6
to:-16256236679696657744100000*y7*x5
red:-16256236679696657744100000*y7*x5
with T[35]:y7
to:-380779615456270284829575000*y8*x5
red:-380779615456270284829575000*y8*x5
with T[37]:y8
to:119705601036528933426000000*x2*x5
red:119705601036528933426000000*x2*x5
with T[38]:25*x5-1
to:190385593655774844514687500*x3*x5
red:190385593655774844514687500*x3*x5
with T[38]:25*x5-1
to:-178516968897488265863568750*x4*x5
red:-178516968897488265863568750*x4*x5
with T[38]:25*x5-1
to:222752040665102971522500000*x5^2
red:222752040665102971522500000*x5^2
with T[38]:25*x5-1
to:-17813333487578710331250000*y3*x6
red:-17813333487578710331250000*y3*x6
with T[39]:1225*x6+1
to:-164851499131707212935110000*y4*x6
red:-164851499131707212935110000*y4*x6
with T[39]:1225*x6+1
to:-85702560030986020281159000*y5*x6
red:-85702560030986020281159000*y5*x6
with T[39]:1225*x6+1
to:34025043362468927769000000*y6*x6
red:34025043362468927769000000*y6*x6
with T[36]:y6
to:599620457896418962403400000*y7*x6
red:599620457896418962403400000*y7*x6
with T[35]:y7
to:-217694404968591613617555000*y8*x6
red:-217694404968591613617555000*y8*x6
with T[37]:y8
to:83793920725570253398200000*x2*x6
red:83793920725570253398200000*x2*x6
with T[39]:1225*x6+1
to:469510329402635028476718750*x3*x6
red:469510329402635028476718750*x3*x6
with T[39]:1225*x6+1
to:1061787295712518161144483125*x4*x6
red:1061787295712518161144483125*x4*x6
with T[39]:1225*x6+1
to:-324029804242694671471350000*x5*x6
red:-324029804242694671471350000*x5*x6
with T[38]:25*x5-1
to:103345835561536645857780000*x6^2
red:103345835561536645857780000*x6^2
with T[39]:1225*x6+1
to:-183499839619372526250000*y3
red:-183499839619372526250000*y3
with T[42]:1
to:-475240379157012208114375*y4
red:-475240379157012208114375*y4
with T[42]:1
to:374679138415602306160875*y5
red:374679138415602306160875*y5
with T[42]:1
to:265917047666085707892000*y6
red:265917047666085707892000*y6
with T[36]:y6
to:-2841691640496076263645750*y7
red:-2841691640496076263645750*y7
with T[35]:y7
to:2079375004859234643510950*y8
red:2079375004859234643510950*y8
with T[37]:y8
to:-6338354607933003640359375*x2
red:-6338354607933003640359375*x2
with T[42]:1
to:-4639267792837755991753125*x3
red:-4639267792837755991753125*x3
with T[42]:1
to:-20934526509791450703021875*x4
red:-20934526509791450703021875*x4
with T[42]:1
to:8478309322381773816691750*x5
red:8478309322381773816691750*x5
with T[38]:25*x5-1
to:-3766426427031218229304025*x6
red:-3766426427031218229304025*x6
with T[39]:1225*x6+1
to:194020244233015600196225
red:194020244233015600196225
with T[42]:1
to:NULL
set L
7:19523437500*y6*y7*x2+5359375000*y4*y8*x2+... y7 lcm: o*y6*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-5359375000*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:-3223342500000*y5*y8*x2
red:-3223342500000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:48017055023437500*y6*y8*x2
red:48017055023437500*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-2387105536008375000000*y7*y8*x2
red:-2387105536008375000000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:247100887095394941984375000*y4*x2^2
red:247100887095394941984375000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-864853104833882296945312500*y6*x2^2
red:-864853104833882296945312500*y6*x2^2
with T[36]:y6
to:864853104833882296945312500*y7*x2^2
red:864853104833882296945312500*y7*x2^2
with T[35]:y7
to:1210794346767435215723437500*y8*x2^2
red:1210794346767435215723437500*y8*x2^2
with T[37]:y8
to:-1254657709979105801118750000*y5*y6*x3
red:-1254657709979105801118750000*y5*y6*x3
with T[36]:y6
to:-107285163688386449390625000*y3*y7*x3
red:-107285163688386449390625000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:1546318093754433588651562500*y5*y7*x3
red:1546318093754433588651562500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:671129625800889724218750000*y3*y8*x3
red:671129625800889724218750000*y3*y8*x3
with T[37]:y8
to:3834397323539950748831250000*y4*y8*x3
red:3834397323539950748831250000*y4*y8*x3
with T[37]:y8
to:2087824863801983104548750000*y5*y8*x3
red:2087824863801983104548750000*y5*y8*x3
with T[37]:y8
to:-1254657709979105801118750000*y6*y8*x3
red:-1254657709979105801118750000*y6*y8*x3
with T[36]:y6
to:217659812758915114087500000*y7*y8*x3
red:217659812758915114087500000*y7*y8*x3
with T[35]:y7
to:14260637056992880188009375000*y4*x2*x3
red:14260637056992880188009375000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-12864389610342571595043750000*y6*x2*x3
red:-12864389610342571595043750000*y6*x2*x3
with T[36]:y6
to:-228410503027780498425000000*y7*x2*x3
red:-228410503027780498425000000*y7*x2*x3
with T[35]:y7
to:23544501906060315134955000000*y8*x2*x3
red:23544501906060315134955000000*y8*x2*x3
with T[37]:y8
to:-9415437641815400578195312500*y3*x3^2
red:-9415437641815400578195312500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-82263061281384298490175000000*y4*x3^2
red:-82263061281384298490175000000*y4*x3^2
with T[42]:1
to:82263061281384298490175000000*y5*x3^2
red:82263061281384298490175000000*y5*x3^2
with T[42]:1
to:38523755010290937687300000000*y7*x3^2
red:38523755010290937687300000000*y7*x3^2
with T[35]:y7
to:-38523755010290937687300000000*y8*x3^2
red:-38523755010290937687300000000*y8*x3^2
with T[37]:y8
to:-7026083175882992486265000000*y5*y6*x4
red:-7026083175882992486265000000*y5*y6*x4
with T[36]:y6
to:-3592618320193971756187500000*y3*y7*x4
red:-3592618320193971756187500000*y3*y7*x4
with T[35]:y7
to:12430252468655647385760000000*y4*y7*x4
red:12430252468655647385760000000*y4*y7*x4
with T[35]:y7
to:-407846516805872914770000000*y5*y7*x4
red:-407846516805872914770000000*y5*y7*x4
with T[35]:y7
to:-5455609250779858470300000000*y6*y7*x4
red:-5455609250779858470300000000*y6*y7*x4
with T[35]:y7
to:3939426582783999744937500000*y3*y8*x4
red:3939426582783999744937500000*y3*y8*x4
with T[37]:y8
to:242765783813019592125000000*y4*y8*x4
red:242765783813019592125000000*y4*y8*x4
with T[37]:y8
to:6088036187229484782294000000*y5*y8*x4
red:6088036187229484782294000000*y5*y8*x4
with T[37]:y8
to:-12044714015799415690740000000*y6*y8*x4
red:-12044714015799415690740000000*y6*y8*x4
with T[36]:y6
to:10320194166058565606317500000*y7*y8*x4
red:10320194166058565606317500000*y7*y8*x4
with T[35]:y7
to:25312967582016450125790000000*y6*x2*x4
red:25312967582016450125790000000*y6*x2*x4
with T[36]:y6
to:-30156144969086190988683750000*y7*x2*x4
red:-30156144969086190988683750000*y7*x2*x4
with T[35]:y7
to:11807156661530020882591500000*y8*x2*x4
red:11807156661530020882591500000*y8*x2*x4
with T[37]:y8
to:-116903094906998918640622500000*y4*x3*x4
red:-116903094906998918640622500000*y4*x3*x4
with T[42]:1
to:116903094906998918640622500000*y5*x3*x4
red:116903094906998918640622500000*y5*x3*x4
with T[42]:1
to:-72040581817918400932245000000*y6*x3*x4
red:-72040581817918400932245000000*y6*x3*x4
with T[36]:y6
to:-41753556073498969885185000000*y7*x3*x4
red:-41753556073498969885185000000*y7*x3*x4
with T[35]:y7
to:172323667930481163849753000000*y8*x3*x4
red:172323667930481163849753000000*y8*x3*x4
with T[37]:y8
to:42218602956720667384157250000*y6*x4^2
red:42218602956720667384157250000*y6*x4^2
with T[36]:y6
to:-41961659651132967447852150000*y8*x4^2
red:-41961659651132967447852150000*y8*x4^2
with T[37]:y8
to:112724607703727431912500000*y5*y6*x5
red:112724607703727431912500000*y5*y6*x5
with T[36]:y6
to:-3772102856092836890625000000*y3*y7*x5
red:-3772102856092836890625000000*y3*y7*x5
with T[35]:y7
to:-7886685968137355191312500000*y4*y7*x5
red:-7886685968137355191312500000*y4*y7*x5
with T[35]:y7
to:-291318940575623510550000000*y5*y7*x5
red:-291318940575623510550000000*y5*y7*x5
with T[35]:y7
to:-3795790147177212621937500000*y6*y7*x5
red:-3795790147177212621937500000*y6*y7*x5
with T[35]:y7
to:1335304540453583700000000000*y3*y8*x5
red:1335304540453583700000000000*y3*y8*x5
with T[37]:y8
to:-6247967282431911674137500000*y4*y8*x5
red:-6247967282431911674137500000*y4*y8*x5
with T[37]:y8
to:440781379389957238132500000*y5*y8*x5
red:440781379389957238132500000*y5*y8*x5
with T[37]:y8
to:-4526502988976601407775000000*y6*y8*x5
red:-4526502988976601407775000000*y6*y8*x5
with T[36]:y6
to:-14739473285434764641775000000*y7*y8*x5
red:-14739473285434764641775000000*y7*y8*x5
with T[35]:y7
to:24977977748677408342387500000*y6*x2*x5
red:24977977748677408342387500000*y6*x2*x5
with T[36]:y6
to:-152165178849989400107512500000*y7*x2*x5
red:-152165178849989400107512500000*y7*x2*x5
with T[35]:y7
to:-42495488367967771366230000000*y8*x2*x5
red:-42495488367967771366230000000*y8*x2*x5
with T[37]:y8
to:-9430588316953434881250000000*y3*x3*x5
red:-9430588316953434881250000000*y3*x3*x5
with T[38]:25*x5-1
to:-155996713491910267094868750000*y4*x3*x5
red:-155996713491910267094868750000*y4*x3*x5
with T[38]:25*x5-1
to:83164240527479403485943750000*y5*x3*x5
red:83164240527479403485943750000*y5*x3*x5
with T[38]:25*x5-1
to:27516967864493526919500000000*y6*x3*x5
red:27516967864493526919500000000*y6*x3*x5
with T[36]:y6
to:159821072870606759962350000000*y7*x3*x5
red:159821072870606759962350000000*y7*x3*x5
with T[35]:y7
to:84452197351275194566125000000*y8*x3*x5
red:84452197351275194566125000000*y8*x3*x5
with T[37]:y8
to:-116903094906998918640622500000*y4*x4*x5
red:-116903094906998918640622500000*y4*x4*x5
with T[38]:25*x5-1
to:57516400677701944420942500000*y6*x4*x5
red:57516400677701944420942500000*y6*x4*x5
with T[36]:y6
to:-68629654465411567613085000000*y7*x4*x5
red:-68629654465411567613085000000*y7*x4*x5
with T[35]:y7
to:-12390450696495729678570750000*y8*x4*x5
red:-12390450696495729678570750000*y8*x4*x5
with T[37]:y8
to:-9430588316953434881250000000*y3*x5^2
red:-9430588316953434881250000000*y3*x5^2
with T[38]:25*x5-1
to:-83164240527479403485943750000*y4*x5^2
red:-83164240527479403485943750000*y4*x5^2
with T[38]:25*x5-1
to:55709751753214257417468750000*y6*x5^2
red:55709751753214257417468750000*y6*x5^2
with T[36]:y6
to:142469155256572273398018750000*y7*x5^2
red:142469155256572273398018750000*y7*x5^2
with T[35]:y7
to:154837867657625319123206250000*y8*x5^2
red:154837867657625319123206250000*y8*x5^2
with T[37]:y8
to:-7026083175882992486265000000*y5*y6*x6
red:-7026083175882992486265000000*y5*y6*x6
with T[36]:y6
to:-9913987106494027369312500000*y3*y7*x6
red:-9913987106494027369312500000*y3*y7*x6
with T[35]:y7
to:11944720901029608201510000000*y4*y7*x6
red:11944720901029608201510000000*y4*y7*x6
with T[35]:y7
to:-407846516805872914770000000*y5*y7*x6
red:-407846516805872914770000000*y5*y7*x6
with T[35]:y7
to:-5767736687110883660175000000*y6*y7*x6
red:-5767736687110883660175000000*y6*y7*x6
with T[35]:y7
to:-3939426582783999744937500000*y3*y8*x6
red:-3939426582783999744937500000*y3*y8*x6
with T[37]:y8
to:-9697389582494618979975000000*y4*y8*x6
red:-9697389582494618979975000000*y4*y8*x6
with T[37]:y8
to:5272343153617738952754000000*y5*y8*x6
red:5272343153617738952754000000*y5*y8*x6
with T[37]:y8
to:-12044714015799415690740000000*y6*y8*x6
red:-12044714015799415690740000000*y6*y8*x6
with T[36]:y6
to:-11718525080821558456957500000*y7*y8*x6
red:-11718525080821558456957500000*y7*y8*x6
with T[35]:y7
to:30192559836658143927502500000*y6*x2*x6
red:30192559836658143927502500000*y6*x2*x6
with T[36]:y6
to:-41954562062398943165958750000*y7*x2*x6
red:-41954562062398943165958750000*y7*x2*x6
with T[35]:y7
to:8850269414687442250509000000*y8*x2*x6
red:8850269414687442250509000000*y8*x2*x6
with T[37]:y8
to:-48136568491117201793197500000*y4*x3*x6
red:-48136568491117201793197500000*y4*x3*x6
with T[39]:1225*x6+1
to:48136568491117201793197500000*y5*x3*x6
red:48136568491117201793197500000*y5*x3*x6
with T[39]:1225*x6+1
to:-123498140259288687312420000000*y6*x3*x6
red:-123498140259288687312420000000*y6*x3*x6
with T[36]:y6
to:-90499773346650713080035000000*y7*x3*x6
red:-90499773346650713080035000000*y7*x3*x6
with T[35]:y7
to:67337970297185670965883000000*y8*x3*x6
red:67337970297185670965883000000*y8*x3*x6
with T[37]:y8
to:126267957426095637942289500000*y6*x4*x6
red:126267957426095637942289500000*y6*x4*x6
with T[36]:y6
to:30156144969086190988683750000*y7*x4*x6
red:30156144969086190988683750000*y7*x4*x6
with T[35]:y7
to:-8336382803512042377898800000*y8*x4*x6
red:-8336382803512042377898800000*y8*x4*x6
with T[37]:y8
to:-48136568491117201793197500000*y4*x5*x6
red:-48136568491117201793197500000*y4*x5*x6
with T[38]:25*x5-1
to:121839051013307889591330000000*y6*x5*x6
red:121839051013307889591330000000*y6*x5*x6
with T[36]:y6
to:-3329704274537219201122500000*y7*x5*x6
red:-3329704274537219201122500000*y7*x5*x6
with T[35]:y7
to:104593425059481617355846750000*y8*x5*x6
red:104593425059481617355846750000*y8*x5*x6
with T[37]:y8
to:92388359143352193547626000000*y6*x6^2
red:92388359143352193547626000000*y6*x6^2
with T[36]:y6
to:38495149643063413978177500000*y7*x6^2
red:38495149643063413978177500000*y7*x6^2
with T[35]:y7
to:58860780074984311671347100000*y8*x6^2
red:58860780074984311671347100000*y8*x6^2
with T[37]:y8
to:160596186877325542543200000*y5*y6
red:160596186877325542543200000*y5*y6
with T[36]:y6
to:126308833384144518607500000*y3*y7
red:126308833384144518607500000*y3*y7
with T[35]:y7
to:-87171608129189173514925000*y4*y7
red:-87171608129189173514925000*y4*y7
with T[35]:y7
to:9322206098419952337600000*y5*y7
red:9322206098419952337600000*y5*y7
with T[35]:y7
to:124699640017825336464000000*y6*y7
red:124699640017825336464000000*y6*y7
with T[35]:y7
to:-41346751306187752425000000*y3*y8
red:-41346751306187752425000000*y3*y8
with T[37]:y8
to:-78403889764443782038500000*y4*y8
red:-78403889764443782038500000*y4*y8
with T[37]:y8
to:-155452789137607034118045000*y5*y8
red:-155452789137607034118045000*y5*y8
with T[37]:y8
to:275307748932558072931200000*y6*y8
red:275307748932558072931200000*y6*y8
with T[36]:y6
to:187871710889315089236600000*y7*y8
red:187871710889315089236600000*y7*y8
with T[35]:y7
to:-61877895272641835887500000*y4*x2
red:-61877895272641835887500000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-675852375409717307501700000*y6*x2
red:-675852375409717307501700000*y6*x2
with T[36]:y6
to:1983609583193743575770700000*y7*x2
red:1983609583193743575770700000*y7*x2
with T[35]:y7
to:-269877866549257620173520000*y8*x2
red:-269877866549257620173520000*y8*x2
with T[37]:y8
to:-49752853150844562468750000*y3*x3
red:-49752853150844562468750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-763299765927022560539428125*y4*x3
red:-763299765927022560539428125*y4*x3
with T[42]:1
to:681177627355871939533865625*y5*x3
red:681177627355871939533865625*y5*x3
with T[42]:1
to:1562998022791908777424350000*y6*x3
red:1562998022791908777424350000*y6*x3
with T[36]:y6
to:-1354121555649459370723950000*y7*x3
red:-1354121555649459370723950000*y7*x3
with T[35]:y7
to:-591970152599674628319540000*y8*x3
red:-591970152599674628319540000*y8*x3
with T[37]:y8
to:9526534737755730814259765625*x2*x3
red:9526534737755730814259765625*x2*x3
with T[42]:1
to:2713534196604289937394140625*x3^2
red:2713534196604289937394140625*x3^2
with T[42]:1
to:-1611101476029228794711100000*y4*x4
red:-1611101476029228794711100000*y4*x4
with T[42]:1
to:-2183273027235310591190610000*y6*x4
red:-2183273027235310591190610000*y6*x4
with T[36]:y6
to:1164566662603237774430550000*y7*x4
red:1164566662603237774430550000*y7*x4
with T[35]:y7
to:801711843147320087386404000*y8*x4
red:801711843147320087386404000*y8*x4
with T[37]:y8
to:9227128888979092566631406250*x3*x4
red:9227128888979092566631406250*x3*x4
with T[42]:1
to:144452662315239121593750000*y3*x5
red:144452662315239121593750000*y3*x5
with T[38]:25*x5-1
to:1781895633470587899188925000*y4*x5
red:1781895633470587899188925000*y4*x5
with T[38]:25*x5-1
to:-2342700572866706591939400000*y6*x5
red:-2342700572866706591939400000*y6*x5
with T[36]:y6
to:-3134349727947003404038200000*y7*x5
red:-3134349727947003404038200000*y7*x5
with T[35]:y7
to:-3802574831810974080751890000*y8*x5
red:-3802574831810974080751890000*y8*x5
with T[37]:y8
to:-1496320012956611667825000000*x2*x5
red:-1496320012956611667825000000*x2*x5
with T[38]:25*x5-1
to:343125814418507050399218750*x3*x5
red:343125814418507050399218750*x3*x5
with T[38]:25*x5-1
to:-1200759860139362975702250000*x4*x5
red:-1200759860139362975702250000*x4*x5
with T[38]:25*x5-1
to:2173178964164082452077500000*x5^2
red:2173178964164082452077500000*x5^2
with T[38]:25*x5-1
to:-124693334413050972318750000*y3*x6
red:-124693334413050972318750000*y3*x6
with T[39]:1225*x6+1
to:-683261896360110559967475000*y4*x6
red:-683261896360110559967475000*y4*x6
with T[39]:1225*x6+1
to:-3176929144393935692121360000*y6*x6
red:-3176929144393935692121360000*y6*x6
with T[36]:y6
to:128949445045363990647600000*y7*x6
red:128949445045363990647600000*y7*x6
with T[35]:y7
to:-1779598197658480605091686000*y8*x6
red:-1779598197658480605091686000*y8*x6
with T[37]:y8
to:5122358222112540791053546875*x3*x6
red:5122358222112540791053546875*x3*x6
with T[39]:1225*x6+1
to:1466393612697479434468500000*x4*x6
red:1466393612697479434468500000*x4*x6
with T[39]:1225*x6+1
to:1284282885836787759672750000*x5*x6
red:1284282885836787759672750000*x5*x6
with T[38]:25*x5-1
to:1466393612697479434468500000*x6^2
red:1466393612697479434468500000*x6^2
with T[39]:1225*x6+1
to:-883182080476591520625000*y3
red:-883182080476591520625000*y3
with T[42]:1
to:-6329030162037446253765375*y4
red:-6329030162037446253765375*y4
with T[42]:1
to:290224976713259947734375*y5
red:290224976713259947734375*y5
with T[42]:1
to:28058649034473461566562400*y6
red:28058649034473461566562400*y6
with T[36]:y6
to:11221270449142630324948500*y7
red:11221270449142630324948500*y7
with T[35]:y7
to:11620785852726465109634940*y8
red:11620785852726465109634940*y8
with T[37]:y8
to:-48638534992883742547265625*x2
red:-48638534992883742547265625*x2
with T[42]:1
to:-82560602035506096014012500*x3
red:-82560602035506096014012500*x3
with T[42]:1
to:108015546179592119201883750*x4
red:108015546179592119201883750*x4
with T[42]:1
to:69514766683218277056886250*x5
red:69514766683218277056886250*x5
with T[38]:25*x5-1
to:78614484839353472597713125*x6
red:78614484839353472597713125*x6
with T[39]:1225*x6+1
to:528772668137330952610275
red:528772668137330952610275
with T[42]:1
to:NULL
set L
6:2143750*y5*y7*x2-3062500*y4*y8*x2+... y7 lcm: o*y5*y7*x2
p : o*y4*y8*x2+o o:3 e:2 l:0
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:3062500*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:7170843750*y5*y8*x2
red:7170843750*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-28686767484375000*y6*y8*x2
red:-28686767484375000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-1813969056593728125000*y7*y8*x2
red:-1813969056593728125000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:5007735125784249865256250000*y4*x2^2
red:5007735125784249865256250000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-2070248671613566611057515625000*y6*x2^2
red:-2070248671613566611057515625000*y6*x2^2
with T[36]:y6
to:2070248671613566611057515625000*y7*x2^2
red:2070248671613566611057515625000*y7*x2^2
with T[35]:y7
to:2085721679889140068879228125000*y8*x2^2
red:2085721679889140068879228125000*y8*x2^2
with T[37]:y8
to:99329827408767993568781250000*y5*y6*x3
red:99329827408767993568781250000*y5*y6*x3
with T[36]:y6
to:693079733411336961619617187500*y3*y7*x3
red:693079733411336961619617187500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-236917335384796847405625000000*y4*y7*x3
red:-236917335384796847405625000000*y4*y7*x3
with T[17]:1531250*y4*y7*x3-1531250*y5*y7*x3+...
to:487044846536542310579062500000*y5*y7*x3
red:487044846536542310579062500000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-88174146173875097273437500000*y3*y8*x3
red:-88174146173875097273437500000*y3*y8*x3
with T[37]:y8
to:-627953952628119167675625000000*y4*y8*x3
red:-627953952628119167675625000000*y4*y8*x3
with T[37]:y8
to:-52481142735156895716206250000*y5*y8*x3
red:-52481142735156895716206250000*y5*y8*x3
with T[37]:y8
to:99329827408767993568781250000*y6*y8*x3
red:99329827408767993568781250000*y6*y8*x3
with T[36]:y6
to:-697624881308588230998000000000*y7*y8*x3
red:-697624881308588230998000000000*y7*y8*x3
with T[35]:y7
to:486743411775622719780562500000*y4*x2*x3
red:486743411775622719780562500000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:3423455496310314445011281250000*y5*x2*x3
red:3423455496310314445011281250000*y5*x2*x3
with T[42]:1
to:-1821480114805055412473390625000*y6*x2*x3
red:-1821480114805055412473390625000*y6*x2*x3
with T[36]:y6
to:-1601975381505259032537890625000*y7*x2*x3
red:-1601975381505259032537890625000*y7*x2*x3
with T[35]:y7
to:5982177006092232561800559375000*y8*x2*x3
red:5982177006092232561800559375000*y8*x2*x3
with T[37]:y8
to:-1051555259704888517797968750000*y3*x3^2
red:-1051555259704888517797968750000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:5184145978301119678235887500000*y4*x3^2
red:5184145978301119678235887500000*y4*x3^2
with T[42]:1
to:-5184145978301119678235887500000*y5*x3^2
red:-5184145978301119678235887500000*y5*x3^2
with T[42]:1
to:-686132850845074909667015625000*y7*x3^2
red:-686132850845074909667015625000*y7*x3^2
with T[35]:y7
to:686132850845074909667015625000*y8*x3^2
red:686132850845074909667015625000*y8*x3^2
with T[37]:y8
to:139061758372275190996293750000*y5*y6*x4
red:139061758372275190996293750000*y5*y6*x4
with T[36]:y6
to:244566033976100555593875000000*y3*y7*x4
red:244566033976100555593875000000*y3*y7*x4
with T[35]:y7
to:-1863413940624997358888915625000*y4*y7*x4
red:-1863413940624997358888915625000*y4*y7*x4
with T[35]:y7
to:-589546774662398455946793750000*y5*y7*x4
red:-589546774662398455946793750000*y5*y7*x4
with T[35]:y7
to:-99329827408767993568781250000*y6*y7*x4
red:-99329827408767993568781250000*y6*y7*x4
with T[35]:y7
to:-30936085223627292114656250000*y3*y8*x4
red:-30936085223627292114656250000*y3*y8*x4
with T[37]:y8
to:147171790772883315961396875000*y4*y8*x4
red:147171790772883315961396875000*y4*y8*x4
with T[37]:y8
to:-823358694279892577278972500000*y5*y8*x4
red:-823358694279892577278972500000*y5*y8*x4
with T[37]:y8
to:238391585781043184565075000000*y6*y8*x4
red:238391585781043184565075000000*y6*y8*x4
with T[36]:y6
to:-83667572169903931837753125000*y7*y8*x4
red:-83667572169903931837753125000*y7*y8*x4
with T[35]:y7
to:-3596854047145103127117735000000*y4*x2*x4
red:-3596854047145103127117735000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-5446570639256165545395018750000*y6*x2*x4
red:-5446570639256165545395018750000*y6*x2*x4
with T[36]:y6
to:2548222498997172289914496875000*y7*x2*x4
red:2548222498997172289914496875000*y7*x2*x4
with T[35]:y7
to:3379598533287489839223397500000*y8*x2*x4
red:3379598533287489839223397500000*y8*x2*x4
with T[37]:y8
to:738240948614639088709715625000*y3*x3*x4
red:738240948614639088709715625000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:19200178699627481655114015000000*y4*x3*x4
red:19200178699627481655114015000000*y4*x3*x4
with T[42]:1
to:-9614503309958601209082427500000*y5*x3*x4
red:-9614503309958601209082427500000*y5*x3*x4
with T[42]:1
to:-5100144321454155154925493750000*y6*x3*x4
red:-5100144321454155154925493750000*y6*x3*x4
with T[36]:y6
to:4125700648155403109248706250000*y7*x3*x4
red:4125700648155403109248706250000*y7*x3*x4
with T[35]:y7
to:8138863900688122772686766250000*y8*x3*x4
red:8138863900688122772686766250000*y8*x3*x4
with T[37]:y8
to:-7135022997192082411760591250000*y6*x4^2
red:-7135022997192082411760591250000*y6*x4^2
with T[36]:y6
to:306495112506443776234068750000*y8*x4^2
red:306495112506443776234068750000*y8*x4^2
with T[37]:y8
to:-431762463608236003587093750000*y5*y6*x5
red:-431762463608236003587093750000*y5*y6*x5
with T[36]:y6
to:92850030302512038806250000000*y3*y7*x5
red:92850030302512038806250000000*y3*y7*x5
with T[35]:y7
to:144262226238275056786875000000*y4*y7*x5
red:144262226238275056786875000000*y4*y7*x5
with T[35]:y7
to:-842209678089140651352562500000*y5*y7*x5
red:-842209678089140651352562500000*y5*y7*x5
with T[35]:y7
to:-118834077683327265790781250000*y6*y7*x5
red:-118834077683327265790781250000*y6*y7*x5
with T[35]:y7
to:113213424544429190231250000000*y3*y8*x5
red:113213424544429190231250000000*y3*y8*x5
with T[37]:y8
to:1368872258412080141845125000000*y4*y8*x5
red:1368872258412080141845125000000*y4*y8*x5
with T[37]:y8
to:276403396776258601881281250000*y5*y8*x5
red:276403396776258601881281250000*y5*y8*x5
with T[37]:y8
to:-982181216574468427454437500000*y6*y8*x5
red:-982181216574468427454437500000*y6*y8*x5
with T[36]:y6
to:-1721850669766347110897156250000*y7*y8*x5
red:-1721850669766347110897156250000*y7*y8*x5
with T[35]:y7
to:-4231592996641297796609100000000*y4*x2*x5
red:-4231592996641297796609100000000*y4*x2*x5
with T[38]:25*x5-1
to:-142798806569825973499432500000*y5*x2*x5
red:-142798806569825973499432500000*y5*x2*x5
with T[38]:25*x5-1
to:-6953808469268576801979843750000*y6*x2*x5
red:-6953808469268576801979843750000*y6*x2*x5
with T[36]:y6
to:-9674403941381521930932093750000*y7*x2*x5
red:-9674403941381521930932093750000*y7*x2*x5
with T[35]:y7
to:5543865648004246229291625000000*y8*x2*x5
red:5543865648004246229291625000000*y8*x2*x5
with T[37]:y8
to:-748821145606346220220312500000*y3*x3*x5
red:-748821145606346220220312500000*y3*x3*x5
with T[38]:25*x5-1
to:18515062257159247713170737500000*y4*x3*x5
red:18515062257159247713170737500000*y4*x3*x5
with T[38]:25*x5-1
to:-7397949154950662136478650000000*y5*x3*x5
red:-7397949154950662136478650000000*y5*x3*x5
with T[38]:25*x5-1
to:-980189786921535585238593750000*y6*x3*x5
red:-980189786921535585238593750000*y6*x3*x5
with T[36]:y6
to:-4067056464970072851714937500000*y7*x3*x5
red:-4067056464970072851714937500000*y7*x3*x5
with T[35]:y7
to:-16152857785078112446410562500000*y8*x3*x5
red:-16152857785078112446410562500000*y8*x3*x5
with T[37]:y8
to:16238063601978573197487645000000*y4*x4*x5
red:16238063601978573197487645000000*y4*x4*x5
with T[38]:25*x5-1
to:-342717135767582336398638000000*y5*x4*x5
red:-342717135767582336398638000000*y5*x4*x5
with T[38]:25*x5-1
to:58508170041337873857000000000*y6*x4*x5
red:58508170041337873857000000000*y6*x4*x5
with T[36]:y6
to:10704338811344165095001643750000*y7*x4*x5
red:10704338811344165095001643750000*y7*x4*x5
with T[35]:y7
to:-11805667388957694442615425000000*y8*x4*x5
red:-11805667388957694442615425000000*y8*x4*x5
with T[37]:y8
to:-748821145606346220220312500000*y3*x5^2
red:-748821145606346220220312500000*y3*x5^2
with T[38]:25*x5-1
to:7397949154950662136478650000000*y4*x5^2
red:7397949154950662136478650000000*y4*x5^2
with T[38]:25*x5-1
to:-1554103704992739681562031250000*y6*x5^2
red:-1554103704992739681562031250000*y6*x5^2
with T[36]:y6
to:-3553654100045167361649656250000*y7*x5^2
red:-3553654100045167361649656250000*y7*x5^2
with T[35]:y7
to:-15017151305398528413377250000000*y8*x5^2
red:-15017151305398528413377250000000*y8*x5^2
with T[37]:y8
to:278123516744550381992587500000*y5*y6*x6
red:278123516744550381992587500000*y5*y6*x6
with T[36]:y6
to:-276998912133042536687250000000*y3*y7*x6
red:-276998912133042536687250000000*y3*y7*x6
with T[35]:y7
to:-4656676007295635441887518750000*y4*y7*x6
red:-4656676007295635441887518750000*y4*y7*x6
with T[35]:y7
to:-847409279786081325525712500000*y5*y7*x6
red:-847409279786081325525712500000*y5*y7*x6
with T[35]:y7
to:-482459161699730254476937500000*y6*y7*x6
red:-482459161699730254476937500000*y6*y7*x6
with T[35]:y7
to:61872170447254584229312500000*y3*y8*x6
red:61872170447254584229312500000*y3*y8*x6
with T[37]:y8
to:-145850372472355629772443750000*y4*y8*x6
red:-145850372472355629772443750000*y4*y8*x6
with T[37]:y8
to:-2412819993423544163779320000000*y5*y8*x6
red:-2412819993423544163779320000000*y5*y8*x6
with T[37]:y8
to:476783171562086369130150000000*y6*y8*x6
red:476783171562086369130150000000*y6*y8*x6
with T[36]:y6
to:-1145983606855207580703993750000*y7*y8*x6
red:-1145983606855207580703993750000*y7*y8*x6
with T[35]:y7
to:-2962115097648908457626370000000*y4*x2*x6
red:-2962115097648908457626370000000*y4*x2*x6
with T[39]:1225*x6+1
to:-2073480568354235920338459000000*y5*x2*x6
red:-2073480568354235920338459000000*y5*x2*x6
with T[39]:1225*x6+1
to:-8341772203912691412843975000000*y6*x2*x6
red:-8341772203912691412843975000000*y6*x2*x6
with T[36]:y6
to:-5735918763059561542347131250000*y7*x2*x6
red:-5735918763059561542347131250000*y7*x2*x6
with T[35]:y7
to:3924030376774578042404932500000*y8*x2*x6
red:3924030376774578042404932500000*y8*x2*x6
with T[37]:y8
to:-449935115007092258450156250000*y3*x3*x6
red:-449935115007092258450156250000*y3*x3*x6
with T[39]:1225*x6+1
to:9207039437962345065774187500000*y4*x3*x6
red:9207039437962345065774187500000*y4*x3*x6
with T[39]:1225*x6+1
to:-1990745224365454845419381250000*y5*x3*x6
red:-1990745224365454845419381250000*y5*x3*x6
with T[39]:1225*x6+1
to:-8743104551064265979872275000000*y6*x3*x6
red:-8743104551064265979872275000000*y6*x3*x6
with T[36]:y6
to:25528594528101814163939925000000*y7*x3*x6
red:25528594528101814163939925000000*y7*x3*x6
with T[35]:y7
to:-21989835832212873183223665000000*y8*x3*x6
red:-21989835832212873183223665000000*y8*x3*x6
with T[37]:y8
to:-2073480568354235920338459000000*y4*x4*x6
red:-2073480568354235920338459000000*y4*x4*x6
with T[39]:1225*x6+1
to:-4976353364050166208812301600000*y5*x4*x6
red:-4976353364050166208812301600000*y5*x4*x6
with T[39]:1225*x6+1
to:-9997878007421027343264645000000*y6*x4*x6
red:-9997878007421027343264645000000*y6*x4*x6
with T[36]:y6
to:-5096444997994344579828993750000*y7*x4*x6
red:-5096444997994344579828993750000*y7*x4*x6
with T[35]:y7
to:-21481693155921150609144187500000*y8*x4*x6
red:-21481693155921150609144187500000*y8*x4*x6
with T[37]:y8
to:-449935115007092258450156250000*y3*x5*x6
red:-449935115007092258450156250000*y3*x5*x6
with T[38]:25*x5-1
to:5794989225306344349697661250000*y4*x5*x6
red:5794989225306344349697661250000*y4*x5*x6
with T[38]:25*x5-1
to:-199918329197756362899205500000*y5*x5*x6
red:-199918329197756362899205500000*y5*x5*x6
with T[38]:25*x5-1
to:15885246202327868764491843750000*y6*x5*x6
red:15885246202327868764491843750000*y6*x5*x6
with T[36]:y6
to:49440631465662485230482300000000*y7*x5*x6
red:49440631465662485230482300000000*y7*x5*x6
with T[35]:y7
to:27029743629809281974562950000000*y8*x5*x6
red:27029743629809281974562950000000*y8*x5*x6
with T[37]:y8
to:-2073480568354235920338459000000*y4*x6^2
red:-2073480568354235920338459000000*y4*x6^2
with T[39]:1225*x6+1
to:-2902872795695930288473842600000*y5*x6^2
red:-2902872795695930288473842600000*y5*x6^2
with T[39]:1225*x6+1
to:3829011407597827968557040000000*y6*x6^2
red:3829011407597827968557040000000*y6*x6^2
with T[36]:y6
to:1595421419832428320232100000000*y7*x6^2
red:1595421419832428320232100000000*y7*x6^2
with T[35]:y7
to:1535820212944660982914575000000*y8*x6^2
red:1535820212944660982914575000000*y8*x6^2
with T[37]:y8
to:-6357108954161151588402000000*y5*y6
red:-6357108954161151588402000000*y5*y6
with T[36]:y6
to:1041380544863494790955000000*y3*y7
red:1041380544863494790955000000*y3*y7
with T[35]:y7
to:58820177302152696632014312500*y4*y7
red:58820177302152696632014312500*y4*y7
with T[35]:y7
to:26950709698852500843282000000*y5*y7
red:26950709698852500843282000000*y5*y7
with T[35]:y7
to:4540792110115108277430000000*y6*y7
red:4540792110115108277430000000*y6*y7
with T[35]:y7
to:649387211691301758675000000*y3*y8
red:649387211691301758675000000*y3*y8
with T[37]:y8
to:407587987010123984814750000*y4*y8
red:407587987010123984814750000*y4*y8
with T[37]:y8
to:18774694293857887495522912500*y5*y8
red:18774694293857887495522912500*y5*y8
with T[37]:y8
to:-10897901064276259865832000000*y6*y8
red:-10897901064276259865832000000*y6*y8
with T[36]:y6
to:39911735283648191029316250000*y7*y8
red:39911735283648191029316250000*y7*y8
with T[35]:y7
to:-55713671848037851165217700000*y4*x2
red:-55713671848037851165217700000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:38854443003106682974522500000*y5*x2
red:38854443003106682974522500000*y5*x2
with T[42]:1
to:234572167468324883232535500000*y6*x2
red:234572167468324883232535500000*y6*x2
with T[36]:y6
to:67962703653974717213125500000*y7*x2
red:67962703653974717213125500000*y7*x2
with T[35]:y7
to:-184631818011231408783065100000*y8*x2
red:-184631818011231408783065100000*y8*x2
with T[37]:y8
to:23969451695003633465146500000*y3*x3
red:23969451695003633465146500000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:108939622418140275524819306250*y4*x3
red:108939622418140275524819306250*y4*x3
with T[42]:1
to:-62688230079416450611033181250*y5*x3
red:-62688230079416450611033181250*y5*x3
with T[42]:1
to:119885721594482479517256375000*y6*x3
red:119885721594482479517256375000*y6*x3
with T[36]:y6
to:-139323019137058853629908375000*y7*x3
red:-139323019137058853629908375000*y7*x3
with T[35]:y7
to:-12067403864815272901227300000*y8*x3
red:-12067403864815272901227300000*y8*x3
with T[37]:y8
to:796857397344434267484611718750*x2*x3
red:796857397344434267484611718750*x2*x3
with T[42]:1
to:-32794584505425802798019531250*x3^2
red:-32794584505425802798019531250*x3^2
with T[42]:1
to:3672939714343610273062500000*y3*x4
red:3672939714343610273062500000*y3*x4
with T[42]:1
to:258792010525026510840411228125*y4*x4
red:258792010525026510840411228125*y4*x4
with T[42]:1
to:43732453172752704403352684375*y5*x4
red:43732453172752704403352684375*y5*x4
with T[42]:1
to:310628385360640801095867225000*y6*x4
red:310628385360640801095867225000*y6*x4
with T[36]:y6
to:-143981360563516769644225875000*y7*x4
red:-143981360563516769644225875000*y7*x4
with T[35]:y7
to:-69970819339563549602995800000*y8*x4
red:-69970819339563549602995800000*y8*x4
with T[37]:y8
to:39642955158082545581421484375*x2*x4
red:39642955158082545581421484375*x2*x4
with T[42]:1
to:108535157140960719843345546875*x3*x4
red:108535157140960719843345546875*x3*x4
with T[42]:1
to:-361738064821173153467760656250*x4^2
red:-361738064821173153467760656250*x4^2
with T[42]:1
to:9171535829716305833287500000*y3*x5
red:9171535829716305833287500000*y3*x5
with T[38]:25*x5-1
to:-181955737428349153353459375000*y4*x5
red:-181955737428349153353459375000*y4*x5
with T[38]:25*x5-1
to:-5965362369876201995988285000*y5*x5
red:-5965362369876201995988285000*y5*x5
with T[38]:25*x5-1
to:-62701606977767781433410000000*y6*x5
red:-62701606977767781433410000000*y6*x5
with T[36]:y6
to:-277289856797242895608752750000*y7*x5
red:-277289856797242895608752750000*y7*x5
with T[35]:y7
to:157780764666220119414865875000*y8*x5
red:157780764666220119414865875000*y8*x5
with T[37]:y8
to:-199705994262584424672057000000*x2*x5
red:-199705994262584424672057000000*x2*x5
with T[38]:25*x5-1
to:-258361220158604085699113437500*x3*x5
red:-258361220158604085699113437500*x3*x5
with T[38]:25*x5-1
to:-150592349783505041714571018750*x4*x5
red:-150592349783505041714571018750*x4*x5
with T[38]:25*x5-1
to:-109717641073304678403990000000*x5^2
red:-109717641073304678403990000000*x5^2
with T[38]:25*x5-1
to:-16400142364230799311637500000*y3*x6
red:-16400142364230799311637500000*y3*x6
with T[39]:1225*x6+1
to:144049624337305662145215045000*y4*x6
red:144049624337305662145215045000*y4*x6
with T[39]:1225*x6+1
to:110344350372714454293960663000*y5*x6
red:110344350372714454293960663000*y5*x6
with T[39]:1225*x6+1
to:196199916584555736190938600000*y6*x6
red:196199916584555736190938600000*y6*x6
with T[36]:y6
to:-695904282798134677183917000000*y7*x6
red:-695904282798134677183917000000*y7*x6
with T[35]:y7
to:-35364534787400896471068675000*y8*x6
red:-35364534787400896471068675000*y8*x6
with T[37]:y8
to:-105678099688398351244029900000*x2*x6
red:-105678099688398351244029900000*x2*x6
with T[39]:1225*x6+1
to:649805053947341512466652656250*x3*x6
red:649805053947341512466652656250*x3*x6
with T[39]:1225*x6+1
to:138285505006597217467816743125*x4*x6
red:138285505006597217467816743125*x4*x6
with T[39]:1225*x6+1
to:662838707752959347771110950000*x5*x6
red:662838707752959347771110950000*x5*x6
with T[38]:25*x5-1
to:-82352665289090445039750960000*x6^2
red:-82352665289090445039750960000*x6^2
with T[39]:1225*x6+1
to:-140983782161724179803125000*y3
red:-140983782161724179803125000*y3
with T[42]:1
to:-659889146561579320412026000*y4
red:-659889146561579320412026000*y4
with T[42]:1
to:-1396021325083451806560320500*y5
red:-1396021325083451806560320500*y5
with T[42]:1
to:-3189510054096179233964544000*y6
red:-3189510054096179233964544000*y6
with T[36]:y6
to:4955505704082148348021638750*y7
red:4955505704082148348021638750*y7
with T[35]:y7
to:2565271867479905750681765250*y8
red:2565271867479905750681765250*y8
with T[37]:y8
to:-12899877076504001805439968750*x2
red:-12899877076504001805439968750*x2
with T[42]:1
to:-32596154933448184073084375000*x3
red:-32596154933448184073084375000*x3
with T[42]:1
to:-28112210014741268758142425625*x4
red:-28112210014741268758142425625*x4
with T[42]:1
to:-7536754281149827533167868500*x5
red:-7536754281149827533167868500*x5
with T[38]:25*x5-1
to:-6067449056154876330990999950*x6
red:-6067449056154876330990999950*x6
with T[39]:1225*x6+1
to:267084482969903241003739950
red:267084482969903241003739950
with T[42]:1
to:NULL
set L
5:1071875*y5*y6*x2-1531250*y4*y7*x2+... y6 lcm: o*y5*y6*x2
p : o*y4*y7*x2+o o:3 e:2 l:0
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:1531250*y4*y7*x2
with T[22]:428750*y4*y7*x2+743750*y3*y7*x3+...
to:13015625*y6*y7*x2
red:13015625*y6*y7*x2
with T[25]:19523437500*y6*y7*x2+5359375000*y4*y8*x2+...
to:-21437500000*y4*y8*x2
red:-21437500000*y4*y8*x2
with T[24]:1279687500*y4*y8*x2+2021250000*y5*y8*x2+...
to:1064693437500*y5*y8*x2
red:1064693437500*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-6575338940625000*y6*y8*x2
red:-6575338940625000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-10291232278753846875000*y7*y8*x2
red:-10291232278753846875000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:14375721769455725416237500000*y4*x2^2
red:14375721769455725416237500000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-6018119641491335139762000000000*y6*x2^2
red:-6018119641491335139762000000000*y6*x2^2
with T[36]:y6
to:6018119641491335139762000000000*y7*x2^2
red:6018119641491335139762000000000*y7*x2^2
with T[35]:y7
to:5987488116978309635862918750000*y8*x2^2
red:5987488116978309635862918750000*y8*x2^2
with T[37]:y8
to:220359605447913397497281250000*y5*y6*x3
red:220359605447913397497281250000*y5*y6*x3
with T[36]:y6
to:2408681357120698069386539062500*y3*y7*x3
red:2408681357120698069386539062500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:2387181892830408185339953125000*y5*y7*x3
red:2387181892830408185339953125000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-426003876671582374790625000000*y3*y8*x3
red:-426003876671582374790625000000*y3*y8*x3
with T[37]:y8
to:-1830781696384273829008312500000*y4*y8*x3
red:-1830781696384273829008312500000*y4*y8*x3
with T[37]:y8
to:220364714400801310183593750000*y5*y8*x3
red:220364714400801310183593750000*y5*y8*x3
with T[37]:y8
to:220359605447913397497281250000*y6*y8*x3
red:220359605447913397497281250000*y6*y8*x3
with T[36]:y6
to:-2103410611824767551180875000000*y7*y8*x3
red:-2103410611824767551180875000000*y7*y8*x3
with T[35]:y7
to:4955861876623056974356031250000*y4*x2*x3
red:4955861876623056974356031250000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:10270366488930943335033843750000*y5*x2*x3
red:10270366488930943335033843750000*y5*x2*x3
with T[42]:1
to:-6945848516128157607455859375000*y6*x2*x3
red:-6945848516128157607455859375000*y6*x2*x3
with T[36]:y6
to:-3324517972802785727577984375000*y7*x2*x3
red:-3324517972802785727577984375000*y7*x2*x3
with T[35]:y7
to:20288957090879700771438515625000*y8*x2*x3
red:20288957090879700771438515625000*y8*x2*x3
with T[37]:y8
to:-3775185645569012019579609375000*y3*x3^2
red:-3775185645569012019579609375000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:34410990384649850965443450000000*y4*x3^2
red:34410990384649850965443450000000*y4*x3^2
with T[42]:1
to:-34410990384649850965443450000000*y5*x3^2
red:-34410990384649850965443450000000*y5*x3^2
with T[42]:1
to:-371978424208701507791343750000*y7*x3^2
red:-371978424208701507791343750000*y7*x3^2
with T[35]:y7
to:371978424208701507791343750000*y8*x3^2
red:371978424208701507791343750000*y8*x3^2
with T[37]:y8
to:-776067036808447949752687500000*y5*y6*x4
red:-776067036808447949752687500000*y5*y6*x4
with T[36]:y6
to:1908291971686112324624812500000*y3*y7*x4
red:1908291971686112324624812500000*y3*y7*x4
with T[35]:y7
to:-10944489523087739797547118750000*y4*y7*x4
red:-10944489523087739797547118750000*y4*y7*x4
with T[35]:y7
to:-3931779460593889627785562500000*y5*y7*x4
red:-3931779460593889627785562500000*y5*y7*x4
with T[35]:y7
to:-440719210895826794994562500000*y6*y7*x4
red:-440719210895826794994562500000*y6*y7*x4
with T[35]:y7
to:-291054105175100216449500000000*y3*y8*x4
red:-291054105175100216449500000000*y3*y8*x4
with T[37]:y8
to:1117851466434620664878381250000*y4*y8*x4
red:1117851466434620664878381250000*y4*y8*x4
with T[37]:y8
to:-1729528769949413986843290000000*y5*y8*x4
red:-1729528769949413986843290000000*y5*y8*x4
with T[37]:y8
to:1057726106149984307986950000000*y6*y8*x4
red:1057726106149984307986950000000*y6*y8*x4
with T[36]:y6
to:-1434197352359695467925631250000*y7*y8*x4
red:-1434197352359695467925631250000*y7*y8*x4
with T[35]:y7
to:-8760654411858369992781810000000*y4*x2*x4
red:-8760654411858369992781810000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-36909533753935360622016412500000*y6*x2*x4
red:-36909533753935360622016412500000*y6*x2*x4
with T[36]:y6
to:20058798757759622230682812500000*y7*x2*x4
red:20058798757759622230682812500000*y7*x2*x4
with T[35]:y7
to:27937032208490397212362642500000*y8*x2*x4
red:27937032208490397212362642500000*y8*x2*x4
with T[37]:y8
to:-3328973575492196965414331250000*y3*x3*x4
red:-3328973575492196965414331250000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:65482986794504883721149532500000*y4*x3*x4
red:65482986794504883721149532500000*y4*x3*x4
with T[42]:1
to:-36725960625498242383054770000000*y5*x3*x4
red:-36725960625498242383054770000000*y5*x3*x4
with T[42]:1
to:-19448375845158841300876406250000*y6*x3*x4
red:-19448375845158841300876406250000*y6*x3*x4
with T[36]:y6
to:7763788702923211112022618750000*y7*x3*x4
red:7763788702923211112022618750000*y7*x3*x4
with T[35]:y7
to:39736640827692151010786868750000*y8*x3*x4
red:39736640827692151010786868750000*y8*x3*x4
with T[37]:y8
to:-28082318260863471122955937500000*y6*x4^2
red:-28082318260863471122955937500000*y6*x4^2
with T[36]:y6
to:20132180939549019699813955500000*y8*x4^2
red:20132180939549019699813955500000*y8*x4^2
with T[37]:y8
to:-734112397383166900942593750000*y5*y6*x5
red:-734112397383166900942593750000*y5*y6*x5
with T[36]:y6
to:1106712457960587043190625000000*y3*y7*x5
red:1106712457960587043190625000000*y3*y7*x5
with T[35]:y7
to:-133640433103420246440937500000*y4*y7*x5
red:-133640433103420246440937500000*y4*y7*x5
with T[35]:y7
to:-2808413900424206876989687500000*y5*y7*x5
red:-2808413900424206876989687500000*y5*y7*x5
with T[35]:y7
to:-1279640920581317155893281250000*y6*y7*x5
red:-1279640920581317155893281250000*y6*y7*x5
with T[35]:y7
to:555013768470613508306250000000*y3*y8*x5
red:555013768470613508306250000000*y3*y8*x5
with T[37]:y8
to:4688086640248208082573187500000*y4*y8*x5
red:4688086640248208082573187500000*y4*y8*x5
with T[37]:y8
to:1400458127754814104858131250000*y5*y8*x5
red:1400458127754814104858131250000*y5*y8*x5
with T[37]:y8
to:-2278496669833048402800562500000*y6*y8*x5
red:-2278496669833048402800562500000*y6*y8*x5
with T[36]:y6
to:-6411559215520471513094343750000*y7*y8*x5
red:-6411559215520471513094343750000*y7*y8*x5
with T[35]:y7
to:-5153326124622570583989300000000*y4*x2*x5
red:-5153326124622570583989300000000*y4*x2*x5
with T[38]:25*x5-1
to:4850620586001448043588302500000*y5*x2*x5
red:4850620586001448043588302500000*y5*x2*x5
with T[38]:25*x5-1
to:-26808869062348601781146343750000*y6*x2*x5
red:-26808869062348601781146343750000*y6*x2*x5
with T[36]:y6
to:-23075768169601694417589468750000*y7*x2*x5
red:-23075768169601694417589468750000*y7*x2*x5
with T[35]:y7
to:20810818740200555076110100000000*y8*x2*x5
red:20810818740200555076110100000000*y8*x2*x5
with T[37]:y8
to:-2193023436356302529667187500000*y3*x3*x5
red:-2193023436356302529667187500000*y3*x3*x5
with T[38]:25*x5-1
to:57565786449458628949476618750000*y4*x3*x5
red:57565786449458628949476618750000*y4*x3*x5
with T[38]:25*x5-1
to:-20961772628452475454365981250000*y5*x3*x5
red:-20961772628452475454365981250000*y5*x3*x5
with T[38]:25*x5-1
to:-265698874434786791279531250000*y6*x3*x5
red:-265698874434786791279531250000*y6*x3*x5
with T[36]:y6
to:-2944739550340603113410812500000*y7*x3*x5
red:-2944739550340603113410812500000*y7*x3*x5
with T[35]:y7
to:-48975138680930507000267812500000*y8*x3*x5
red:-48975138680930507000267812500000*y8*x3*x5
with T[37]:y8
to:61875658507269084312357022500000*y4*x4*x5
red:61875658507269084312357022500000*y4*x4*x5
with T[38]:25*x5-1
to:11641489406403475304611926000000*y5*x4*x5
red:11641489406403475304611926000000*y5*x4*x5
with T[38]:25*x5-1
to:-11446120350195290743521037500000*y6*x4*x5
red:-11446120350195290743521037500000*y6*x4*x5
with T[36]:y6
to:27055873927497679111528931250000*y7*x4*x5
red:27055873927497679111528931250000*y7*x4*x5
with T[35]:y7
to:-21311703771108593971582203750000*y8*x4*x5
red:-21311703771108593971582203750000*y8*x4*x5
with T[37]:y8
to:-2193023436356302529667187500000*y3*x5^2
red:-2193023436356302529667187500000*y3*x5^2
with T[38]:25*x5-1
to:20961772628452475454365981250000*y4*x5^2
red:20961772628452475454365981250000*y4*x5^2
with T[38]:25*x5-1
to:-1858573292657585895641250000000*y6*x5^2
red:-1858573292657585895641250000000*y6*x5^2
with T[36]:y6
to:-3911392831263551419660875000000*y7*x5^2
red:-3911392831263551419660875000000*y7*x5^2
with T[35]:y7
to:-39190325126516851075006968750000*y8*x5^2
red:-39190325126516851075006968750000*y8*x5^2
with T[37]:y8
to:-1771119845424594708856312500000*y5*y6*x6
red:-1771119845424594708856312500000*y5*y6*x6
with T[36]:y6
to:-910392182514340153940812500000*y3*y7*x6
red:-910392182514340153940812500000*y3*y7*x6
with T[35]:y7
to:-14203675344819303508096181250000*y4*y7*x6
red:-14203675344819303508096181250000*y4*y7*x6
with T[35]:y7
to:-3931779460593889627785562500000*y5*y7*x6
red:-3931779460593889627785562500000*y5*y7*x6
with T[35]:y7
to:-1070318083604150787843937500000*y6*y7*x6
red:-1070318083604150787843937500000*y6*y7*x6
with T[35]:y7
to:291054105175100216449500000000*y3*y8*x6
red:291054105175100216449500000000*y3*y8*x6
with T[37]:y8
to:-419321614014380145399581250000*y4*y8*x6
red:-419321614014380145399581250000*y4*y8*x6
with T[37]:y8
to:-7602982073904899724207165000000*y5*y8*x6
red:-7602982073904899724207165000000*y5*y8*x6
with T[37]:y8
to:1057726106149984307986950000000*y6*y8*x6
red:1057726106149984307986950000000*y6*y8*x6
with T[36]:y6
to:-3858326258777918495286468750000*y7*y8*x6
red:-3858326258777918495286468750000*y7*y8*x6
with T[35]:y7
to:-3607328287235799408792510000000*y4*x2*x6
red:-3607328287235799408792510000000*y4*x2*x6
with T[39]:1225*x6+1
to:-2525129801065059586154757000000*y5*x2*x6
red:-2525129801065059586154757000000*y5*x2*x6
with T[39]:1225*x6+1
to:-26028109234934514267722662500000*y6*x2*x6
red:-26028109234934514267722662500000*y6*x2*x6
with T[36]:y6
to:-14895104327206564682658937500000*y7*x2*x6
red:-14895104327206564682658937500000*y7*x2*x6
with T[35]:y7
to:14481804849503917142359642500000*y8*x2*x6
red:14481804849503917142359642500000*y8*x2*x6
with T[37]:y8
to:-2659085356358311984697343750000*y3*x3*x6
red:-2659085356358311984697343750000*y3*x3*x6
with T[39]:1225*x6+1
to:27703612798811879972167125000000*y4*x3*x6
red:27703612798811879972167125000000*y4*x3*x6
with T[39]:1225*x6+1
to:-4745450146684174101755831250000*y5*x3*x6
red:-4745450146684174101755831250000*y5*x3*x6
with T[39]:1225*x6+1
to:-33340072877415156515788125000000*y6*x3*x6
red:-33340072877415156515788125000000*y6*x3*x6
with T[36]:y6
to:72080401922507661442659900000000*y7*x3*x6
red:72080401922507661442659900000000*y7*x3*x6
with T[35]:y7
to:-57331239910568782263705600000000*y8*x3*x6
red:-57331239910568782263705600000000*y8*x3*x6
with T[37]:y8
to:-2525129801065059586154757000000*y4*x4*x6
red:-2525129801065059586154757000000*y4*x4*x6
with T[39]:1225*x6+1
to:-6060311522556143006771416800000*y5*x4*x6
red:-6060311522556143006771416800000*y5*x4*x6
with T[39]:1225*x6+1
to:-44138705956709641189249837500000*y6*x4*x6
red:-44138705956709641189249837500000*y6*x4*x6
with T[36]:y6
to:-20058798757759622230682812500000*y7*x4*x6
red:-20058798757759622230682812500000*y7*x4*x6
with T[35]:y7
to:-42083900521458705875702236500000*y8*x4*x6
red:-42083900521458705875702236500000*y8*x4*x6
with T[37]:y8
to:-2659085356358311984697343750000*y3*x5*x6
red:-2659085356358311984697343750000*y3*x5*x6
with T[38]:25*x5-1
to:21437199155217768578677271250000*y4*x5*x6
red:21437199155217768578677271250000*y4*x5*x6
with T[38]:25*x5-1
to:6790868820402027261023623500000*y5*x5*x6
red:6790868820402027261023623500000*y5*x5*x6
with T[38]:25*x5-1
to:32280041465815144772201681250000*y6*x5*x6
red:32280041465815144772201681250000*y6*x5*x6
with T[36]:y6
to:140904156662793819631924087500000*y7*x5*x6
red:140904156662793819631924087500000*y7*x5*x6
with T[35]:y7
to:84208088052930944873404383750000*y8*x5*x6
red:84208088052930944873404383750000*y8*x5*x6
with T[37]:y8
to:-2525129801065059586154757000000*y4*x6^2
red:-2525129801065059586154757000000*y4*x6^2
with T[39]:1225*x6+1
to:-3535181721491083420616659800000*y5*x6^2
red:-3535181721491083420616659800000*y5*x6^2
with T[39]:1225*x6+1
to:6861276106137346567523850000000*y6*x6^2
red:6861276106137346567523850000000*y6*x6^2
with T[36]:y6
to:2858865044223894403134937500000*y7*x6^2
red:2858865044223894403134937500000*y7*x6^2
with T[35]:y7
to:10224643583954498440111870500000*y8*x6^2
red:10224643583954498440111870500000*y8*x6^2
with T[37]:y8
to:17738675127050238851490000000*y5*y6
red:17738675127050238851490000000*y5*y6
with T[36]:y6
to:-4085419273626634440997500000*y3*y7
red:-4085419273626634440997500000*y3*y7
with T[35]:y7
to:178304145598764425526348562500*y4*y7
red:178304145598764425526348562500*y4*y7
with T[35]:y7
to:89869244813574620063670000000*y5*y7
red:89869244813574620063670000000*y5*y7
with T[35]:y7
to:10073581963333183885590000000*y6*y7
red:10073581963333183885590000000*y6*y7
with T[35]:y7
to:3054795272974812767400000000*y3*y8
red:3054795272974812767400000000*y3*y8
with T[37]:y8
to:-4682624078304880996538250000*y4*y8
red:-4682624078304880996538250000*y4*y8
with T[37]:y8
to:19911906331551596472873262500*y5*y8
red:19911906331551596472873262500*y5*y8
with T[37]:y8
to:-24176596711999641325416000000*y6*y8
red:-24176596711999641325416000000*y6*y8
with T[36]:y6
to:144317580841384095888492750000*y7*y8
red:144317580841384095888492750000*y7*y8
with T[35]:y7
to:-155940666478708852895754600000*y4*x2
red:-155940666478708852895754600000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:116563329009320048923567500000*y5*x2
red:116563329009320048923567500000*y5*x2
with T[42]:1
to:796001840577523281840138000000*y6*x2
red:796001840577523281840138000000*y6*x2
with T[36]:y6
to:99274684895016179118570000000*y7*x2
red:99274684895016179118570000000*y7*x2
with T[35]:y7
to:-728968391376904698966846900000*y8*x2
red:-728968391376904698966846900000*y8*x2
with T[37]:y8
to:89131544888281570775850750000*y3*x3
red:89131544888281570775850750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:349413282660377010395223028125*y4*x3
red:349413282660377010395223028125*y4*x3
with T[42]:1
to:-119684597981652629122037465625*y5*x3
red:-119684597981652629122037465625*y5*x3
with T[42]:1
to:451879625213799200127084375000*y6*x3
red:451879625213799200127084375000*y6*x3
with T[36]:y6
to:-525813353897678712186696375000*y7*x3
red:-525813353897678712186696375000*y7*x3
with T[35]:y7
to:-160064135570436189709617000000*y8*x3
red:-160064135570436189709617000000*y8*x3
with T[37]:y8
to:2278527817211817403475602734375*x2*x3
red:2278527817211817403475602734375*x2*x3
with T[42]:1
to:416998534500533193604880859375*x3^2
red:416998534500533193604880859375*x3^2
with T[42]:1
to:21706819235578057017937500000*y3*x4
red:21706819235578057017937500000*y3*x4
with T[42]:1
to:975042947308365840525367621875*y4*x4
red:975042947308365840525367621875*y4*x4
with T[42]:1
to:249355516274721084069582365625*y5*x4
red:249355516274721084069582365625*y5*x4
with T[42]:1
to:1227344065433452835985241125000*y6*x4
red:1227344065433452835985241125000*y6*x4
with T[36]:y6
to:-319634018486582560857471375000*y7*x4
red:-319634018486582560857471375000*y7*x4
with T[35]:y7
to:-889113870776203678678051980000*y8*x4
red:-889113870776203678678051980000*y8*x4
with T[37]:y8
to:1992290348362322182118084765625*x2*x4
red:1992290348362322182118084765625*x2*x4
with T[42]:1
to:1277784984930947619330813984375*x3*x4
red:1277784984930947619330813984375*x3*x4
with T[42]:1
to:815598525995588256526511156250*x4^2
red:815598525995588256526511156250*x4^2
with T[42]:1
to:40556512363983330420956250000*y3*x5
red:40556512363983330420956250000*y3*x5
with T[38]:25*x5-1
to:-656220040883030314643452500000*y4*x5
red:-656220040883030314643452500000*y4*x5
with T[38]:25*x5-1
to:-166923575120055301656663555000*y5*x5
red:-166923575120055301656663555000*y5*x5
with T[38]:25*x5-1
to:-4633506014259008548662000000*y6*x5
red:-4633506014259008548662000000*y6*x5
with T[36]:y6
to:-995095427961631072599773250000*y7*x5
red:-995095427961631072599773250000*y7*x5
with T[35]:y7
to:259613167557389990931261675000*y8*x5
red:259613167557389990931261675000*y8*x5
with T[37]:y8
to:-448288925481726817899411000000*x2*x5
red:-448288925481726817899411000000*x2*x5
with T[38]:25*x5-1
to:-391921071068981264023181718750*x3*x5
red:-391921071068981264023181718750*x3*x5
with T[38]:25*x5-1
to:-453592303036408817110510931250*x4*x5
red:-453592303036408817110510931250*x4*x5
with T[38]:25*x5-1
to:-210854900799225290190082500000*x5^2
red:-210854900799225290190082500000*x5^2
with T[38]:25*x5-1
to:-67280960582584788921131250000*y3*x6
red:-67280960582584788921131250000*y3*x6
with T[39]:1225*x6+1
to:326822281020597422580680160000*y4*x6
red:326822281020597422580680160000*y4*x6
with T[39]:1225*x6+1
to:183245713134455106963476649000*y5*x6
red:183245713134455106963476649000*y5*x6
with T[39]:1225*x6+1
to:899574350019488769991365000000*y6*x6
red:899574350019488769991365000000*y6*x6
with T[36]:y6
to:-1950425158731315614530182000000*y7*x6
red:-1950425158731315614530182000000*y7*x6
with T[35]:y7
to:-519605937338528148468915555000*y8*x6
red:-519605937338528148468915555000*y8*x6
with T[37]:y8
to:-211453958950976534450357700000*x2*x6
red:-211453958950976534450357700000*x2*x6
with T[39]:1225*x6+1
to:1561226771349546078711761953125*x3*x6
red:1561226771349546078711761953125*x3*x6
with T[39]:1225*x6+1
to:1701384731173152755239101466875*x4*x6
red:1701384731173152755239101466875*x4*x6
with T[39]:1225*x6+1
to:1928359296015173996380005600000*x5*x6
red:1928359296015173996380005600000*x5*x6
with T[38]:25*x5-1
to:-168166019504146941544847580000*x6^2
red:-168166019504146941544847580000*x6^2
with T[39]:1225*x6+1
to:-384598148874161234512500000*y3
red:-384598148874161234512500000*y3
with T[42]:1
to:-2575705575177366029105082375*y4
red:-2575705575177366029105082375*y4
with T[42]:1
to:-4169240250736483889553712125*y5
red:-4169240250736483889553712125*y5
with T[42]:1
to:-12490554894977746370723940000*y6
red:-12490554894977746370723940000*y6
with T[36]:y6
to:15243563979617260763880153750*y7
red:15243563979617260763880153750*y7
with T[35]:y7
to:14392256247635734500451869450*y8
red:14392256247635734500451869450*y8
with T[37]:y8
to:-45950161888785465445180921875*x2
red:-45950161888785465445180921875*x2
with T[42]:1
to:-84082426967769470164692625000*x3
red:-84082426967769470164692625000*x3
with T[42]:1
to:-117576188049538355246054570625*x4
red:-117576188049538355246054570625*x4
with T[42]:1
to:-23399415402752169846434619250*x5
red:-23399415402752169846434619250*x5
with T[38]:25*x5-1
to:-23790976965451976012338330725*x6
red:-23790976965451976012338330725*x6
with T[39]:1225*x6+1
to:823000864960997430422725725
red:823000864960997430422725725
with T[42]:1
to:NULL
set L
4:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+... y8 lcm: o*y4*y7*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:123624703125000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:42409958456250000*y6*y8*x2
red:42409958456250000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-702307240714406250000*y7*y8*x2
red:-702307240714406250000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:3528210067745343750000*y3*y7*x3
red:3528210067745343750000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:206457751667789015625000*y5*y7*x3
red:206457751667789015625000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-267488890315221093750000*y3*y8*x3
red:-267488890315221093750000*y3*y8*x3
with T[37]:y8
to:-232951889375201390625000*y4*y8*x3
red:-232951889375201390625000*y4*y8*x3
with T[37]:y8
to:-559382957480154740625000*y5*y8*x3
red:-559382957480154740625000*y5*y8*x3
with T[37]:y8
to:753408844531388718750000*y7*y8*x3
red:753408844531388718750000*y7*y8*x3
with T[35]:y7
to:-12992972604429878156250000*y4*x2*x3
red:-12992972604429878156250000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:2169989975289868101562500*y6*x2*x3
red:2169989975289868101562500*y6*x2*x3
with T[36]:y6
to:-2169989975289868101562500*y7*x2*x3
red:-2169989975289868101562500*y7*x2*x3
with T[35]:y7
to:-9095080823100914709375000*y8*x2*x3
red:-9095080823100914709375000*y8*x2*x3
with T[37]:y8
to:6923556101058450820312500*y3*x3^2
red:6923556101058450820312500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-48251065363865335125000000*y4*x3^2
red:-48251065363865335125000000*y4*x3^2
with T[42]:1
to:48251065363865335125000000*y5*x3^2
red:48251065363865335125000000*y5*x3^2
with T[42]:1
to:23781036105643703906250000*y7*x3^2
red:23781036105643703906250000*y7*x3^2
with T[35]:y7
to:-23781036105643703906250000*y8*x3^2
red:-23781036105643703906250000*y8*x3^2
with T[37]:y8
to:7351511810629070700000000*y4*y7*x4
red:7351511810629070700000000*y4*y7*x4
with T[35]:y7
to:-62487850390347100950000000*y4*x3*x4
red:-62487850390347100950000000*y4*x3*x4
with T[42]:1
to:62487850390347100950000000*y5*x3*x4
red:62487850390347100950000000*y5*x3*x4
with T[42]:1
to:12151943861623261368750000*y6*x3*x4
red:12151943861623261368750000*y6*x3*x4
with T[36]:y6
to:-25730291337201747450000000*y7*x3*x4
red:-25730291337201747450000000*y7*x3*x4
with T[35]:y7
to:-37354105133786636291250000*y8*x3*x4
red:-37354105133786636291250000*y8*x3*x4
with T[37]:y8
to:4347076594608507375000000*y5*y6*x5
red:4347076594608507375000000*y5*y6*x5
with T[36]:y6
to:5196927011838581250000000*y3*y7*x5
red:5196927011838581250000000*y3*y7*x5
with T[35]:y7
to:-1808006540253086250000000*y4*y7*x5
red:-1808006540253086250000000*y4*y7*x5
with T[35]:y7
to:-4896268459322949843750000*y6*y7*x5
red:-4896268459322949843750000*y6*y7*x5
with T[35]:y7
to:1069955561260884375000000*y3*y8*x5
red:1069955561260884375000000*y3*y8*x5
with T[37]:y8
to:-544731117039214875000000*y4*y8*x5
red:-544731117039214875000000*y4*y8*x5
with T[37]:y8
to:-4347076594608507375000000*y5*y8*x5
red:-4347076594608507375000000*y5*y8*x5
with T[37]:y8
to:6542669077971403781250000*y6*y8*x5
red:6542669077971403781250000*y6*y8*x5
with T[36]:y6
to:-4434492691824447656250000*y7*y8*x5
red:-4434492691824447656250000*y7*y8*x5
with T[35]:y7
to:-10795633254844515000000000*y6*x2*x5
red:-10795633254844515000000000*y6*x2*x5
with T[36]:y6
to:10795633254844515000000000*y7*x2*x5
red:10795633254844515000000000*y7*x2*x5
with T[35]:y7
to:-38212698616460156250000*y3*x3*x5
red:-38212698616460156250000*y3*x3*x5
with T[38]:25*x5-1
to:-67609108980315830812500000*y4*x3*x5
red:-67609108980315830812500000*y4*x3*x5
with T[38]:25*x5-1
to:19396256315066955843750000*y5*x3*x5
red:19396256315066955843750000*y5*x3*x5
with T[38]:25*x5-1
to:16986454361174074218750000*y6*x3*x5
red:16986454361174074218750000*y6*x3*x5
with T[36]:y6
to:54113548406463748125000000*y7*x3*x5
red:54113548406463748125000000*y7*x3*x5
with T[35]:y7
to:10781294394601767093750000*y8*x3*x5
red:10781294394601767093750000*y8*x3*x5
with T[37]:y8
to:-62487850390347100950000000*y4*x4*x5
red:-62487850390347100950000000*y4*x4*x5
with T[38]:25*x5-1
to:-33492666083354997750000000*y6*x4*x5
red:-33492666083354997750000000*y6*x4*x5
with T[36]:y6
to:-44109070863774424200000000*y7*x4*x5
red:-44109070863774424200000000*y7*x4*x5
with T[35]:y7
to:51871445609927674500000000*y8*x4*x5
red:51871445609927674500000000*y8*x4*x5
with T[37]:y8
to:-38212698616460156250000*y3*x5^2
red:-38212698616460156250000*y3*x5^2
with T[38]:25*x5-1
to:-19396256315066955843750000*y4*x5^2
red:-19396256315066955843750000*y4*x5^2
with T[38]:25*x5-1
to:16056352077842819531250000*y6*x5^2
red:16056352077842819531250000*y6*x5^2
with T[36]:y6
to:38573457685439227031250000*y7*x5^2
red:38573457685439227031250000*y7*x5^2
with T[35]:y7
to:41875149224046903187500000*y8*x5^2
red:41875149224046903187500000*y8*x5^2
with T[37]:y8
to:7351511810629070700000000*y4*y7*x6
red:7351511810629070700000000*y4*y7*x6
with T[35]:y7
to:-25730291337201747450000000*y4*x3*x6
red:-25730291337201747450000000*y4*x3*x6
with T[39]:1225*x6+1
to:25730291337201747450000000*y5*x3*x6
red:25730291337201747450000000*y5*x3*x6
with T[39]:1225*x6+1
to:20831903762782733775000000*y6*x3*x6
red:20831903762782733775000000*y6*x3*x6
with T[36]:y6
to:-53807890489187628543750000*y7*x3*x6
red:-53807890489187628543750000*y7*x3*x6
with T[35]:y7
to:-12672981649798418891250000*y8*x3*x6
red:-12672981649798418891250000*y8*x3*x6
with T[37]:y8
to:-25730291337201747450000000*y4*x5*x6
red:-25730291337201747450000000*y4*x5*x6
with T[38]:25*x5-1
to:-70543698661874765250000000*y6*x5*x6
red:-70543698661874765250000000*y6*x5*x6
with T[36]:y6
to:-117917662495439545200000000*y7*x5*x6
red:-117917662495439545200000000*y7*x5*x6
with T[35]:y7
to:-51871445609927674500000000*y8*x5*x6
red:-51871445609927674500000000*y8*x5*x6
with T[37]:y8
to:-46291954895368875000000*y3*y7
red:-46291954895368875000000*y3*y7
with T[35]:y7
to:-112853963147501094750000*y4*y7
red:-112853963147501094750000*y4*y7
with T[35]:y7
to:29102791266296055000000*y4*y8
red:29102791266296055000000*y4*y8
with T[37]:y8
to:29102791266296055000000*y7*y8
red:29102791266296055000000*y7*y8
with T[35]:y7
to:-31225233726593156250000*y3*x3
red:-31225233726593156250000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-740299180223496738796875*y4*x3
red:-740299180223496738796875*y4*x3
with T[42]:1
to:-719052098349699803390625*y5*x3
red:-719052098349699803390625*y5*x3
with T[42]:1
to:-277758716837103117000000*y6*x3
red:-277758716837103117000000*y6*x3
with T[36]:y6
to:-198289114067164081500000*y7*x3
red:-198289114067164081500000*y7*x3
with T[35]:y7
to:748238004055138974300000*y8*x3
red:748238004055138974300000*y8*x3
with T[37]:y8
to:-6169735885128691025390625*x2*x3
red:-6169735885128691025390625*x2*x3
with T[42]:1
to:-2830887046247295041015625*x3^2
red:-2830887046247295041015625*x3^2
with T[42]:1
to:-861177097816548282000000*y4*x4
red:-861177097816548282000000*y4*x4
with T[42]:1
to:710646141694143501000000*y7*x4
red:710646141694143501000000*y7*x4
with T[35]:y7
to:-6785084979037281803906250*x3*x4
red:-6785084979037281803906250*x3*x4
with T[42]:1
to:83849578678404000000000*y3*x5
red:83849578678404000000000*y3*x5
with T[38]:25*x5-1
to:727911002859523213500000*y4*x5
red:727911002859523213500000*y4*x5
with T[38]:25*x5-1
to:664538273224980288750000*y6*x5
red:664538273224980288750000*y6*x5
with T[36]:y6
to:28113482695639052250000*y7*x5
red:28113482695639052250000*y7*x5
with T[35]:y7
to:-591637386556151223750000*y8*x5
red:-591637386556151223750000*y8*x5
with T[37]:y8
to:617529427307540163281250*x3*x5
red:617529427307540163281250*x3*x5
with T[38]:25*x5-1
to:-735151181062907070000000*x4*x5
red:-735151181062907070000000*x4*x5
with T[38]:25*x5-1
to:642254083113712781250000*x5^2
red:642254083113712781250000*x5^2
with T[38]:25*x5-1
to:-318565511793926397000000*y4*x6
red:-318565511793926397000000*y4*x6
with T[39]:1225*x6+1
to:1638336917797335756000000*y7*x6
red:1638336917797335756000000*y7*x6
with T[35]:y7
to:-3901801668258353348671875*x3*x6
red:-3901801668258353348671875*x3*x6
with T[39]:1225*x6+1
to:-2217192484203697770000000*x5*x6
red:-2217192484203697770000000*x5*x6
with T[38]:25*x5-1
to:967015230294093750000*y3
red:967015230294093750000*y3
with T[42]:1
to:3018819619561254114375*y4
red:3018819619561254114375*y4
with T[42]:1
to:182147196738460078125*y5
red:182147196738460078125*y5
with T[42]:1
to:-10602917309499866505000*y7
red:-10602917309499866505000*y7
with T[35]:y7
to:2910279126629605500000*y8
red:2910279126629605500000*y8
with T[37]:y8
to:11839567787999905078125*x2
red:11839567787999905078125*x2
with T[42]:1
to:135153968141746376625000*x3
red:135153968141746376625000*x3
with T[42]:1
to:45808029280090023581250*x4
red:45808029280090023581250*x4
with T[42]:1
to:6299587097508100068750*x5
red:6299587097508100068750*x5
with T[38]:25*x5-1
to:-10668556015769319215625*x6
red:-10668556015769319215625*x6
with T[39]:1225*x6+1
to:-932776242354938136375
red:-932776242354938136375
with T[42]:1
to:NULL
set L
3:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+... y8 lcm: o*y5*y6*y8
p : o*y6*y7*y8+o o:3 e:2 l:0
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-618123515625000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:-14250267281250000*y6*y8*x2
red:-14250267281250000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:-183184709997843750000*y7*y8*x2
red:-183184709997843750000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:45367899056730265640625000*y4*x2^2
red:45367899056730265640625000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:-2699389993875450805617187500*y6*x2^2
red:-2699389993875450805617187500*y6*x2^2
with T[36]:y6
to:2699389993875450805617187500*y7*x2^2
red:2699389993875450805617187500*y7*x2^2
with T[35]:y7
to:3779145991425631127864062500*y8*x2^2
red:3779145991425631127864062500*y8*x2^2
with T[37]:y8
to:2235601242866091680291250000*y5*y6*x3
red:2235601242866091680291250000*y5*y6*x3
with T[36]:y6
to:665111329867811302437500000*y3*y7*x3
red:665111329867811302437500000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-249591531349240189364062500*y5*y7*x3
red:-249591531349240189364062500*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-1195407850818723067968750000*y3*y8*x3
red:-1195407850818723067968750000*y3*y8*x3
with T[37]:y8
to:-11133804292674553695975000000*y4*y8*x3
red:-11133804292674553695975000000*y4*y8*x3
with T[37]:y8
to:-14041399433109912872085000000*y5*y8*x3
red:-14041399433109912872085000000*y5*y8*x3
with T[37]:y8
to:6706803728598275040873750000*y6*y8*x3
red:6706803728598275040873750000*y6*y8*x3
with T[36]:y6
to:449466505162729038600000000*y7*y8*x3
red:449466505162729038600000000*y7*y8*x3
with T[35]:y7
to:-74675152235214031738978125000*y4*x2*x3
red:-74675152235214031738978125000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:21617070482387773542909375000*y6*x2*x3
red:21617070482387773542909375000*y6*x2*x3
with T[36]:y6
to:-21617070482387773542909375000*y7*x2*x3
red:-21617070482387773542909375000*y7*x2*x3
with T[35]:y7
to:-47878665397569864788411250000*y8*x2*x3
red:-47878665397569864788411250000*y8*x2*x3
with T[37]:y8
to:34345004339217800026476562500*y3*x3^2
red:34345004339217800026476562500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:136319410649632839846525000000*y4*x3^2
red:136319410649632839846525000000*y4*x3^2
with T[42]:1
to:-136319410649632839846525000000*y5*x3^2
red:-136319410649632839846525000000*y5*x3^2
with T[42]:1
to:-20967727085498015571787500000*y7*x3^2
red:-20967727085498015571787500000*y7*x3^2
with T[35]:y7
to:20967727085498015571787500000*y8*x3^2
red:20967727085498015571787500000*y8*x3^2
with T[37]:y8
to:15513854043115704334905000000*y5*y6*x4
red:15513854043115704334905000000*y5*y6*x4
with T[36]:y6
to:202870707452138750062500000*y3*y7*x4
red:202870707452138750062500000*y3*y7*x4
with T[35]:y7
to:-75693891074562979366995000000*y4*y7*x4
red:-75693891074562979366995000000*y4*y7*x4
with T[35]:y7
to:-6719485269892563546840000000*y5*y7*x4
red:-6719485269892563546840000000*y5*y7*x4
with T[35]:y7
to:-4520536567393766223150000000*y6*y7*x4
red:-4520536567393766223150000000*y6*y7*x4
with T[35]:y7
to:-2299484294928217045687500000*y3*y8*x4
red:-2299484294928217045687500000*y3*y8*x4
with T[37]:y8
to:6186622862737104878475000000*y4*y8*x4
red:6186622862737104878475000000*y4*y8*x4
with T[37]:y8
to:-36479731873127259466134000000*y5*y8*x4
red:-36479731873127259466134000000*y5*y8*x4
with T[37]:y8
to:20034390610509470558055000000*y6*y8*x4
red:20034390610509470558055000000*y6*y8*x4
with T[36]:y6
to:3703655169805313304697500000*y7*y8*x4
red:3703655169805313304697500000*y7*y8*x4
with T[35]:y7
to:-183149569585889268141780000000*y4*x2*x4
red:-183149569585889268141780000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-85575753672244862513602500000*y6*x2*x4
red:-85575753672244862513602500000*y6*x2*x4
with T[36]:y6
to:40226001775137288979233750000*y7*x2*x4
red:40226001775137288979233750000*y7*x2*x4
with T[35]:y7
to:-17646777243068655798616500000*y8*x2*x4
red:-17646777243068655798616500000*y8*x2*x4
with T[37]:y8
to:110834560959714735681037500000*y3*x3*x4
red:110834560959714735681037500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:349662367603776514031167500000*y4*x3*x4
red:349662367603776514031167500000*y4*x3*x4
with T[42]:1
to:-349662367603776514031167500000*y5*x3*x4
red:-349662367603776514031167500000*y5*x3*x4
with T[42]:1
to:121055594701371531840292500000*y6*x3*x4
red:121055594701371531840292500000*y6*x3*x4
with T[36]:y6
to:257667714863290114529107500000*y7*x3*x4
red:257667714863290114529107500000*y7*x3*x4
with T[35]:y7
to:-646843835791052889184503000000*y8*x3*x4
red:-646843835791052889184503000000*y8*x3*x4
with T[37]:y8
to:-56316402485192204570927250000*y6*x4^2
red:-56316402485192204570927250000*y6*x4^2
with T[36]:y6
to:-120764252029385360622614850000*y8*x4^2
red:-120764252029385360622614850000*y8*x4^2
with T[37]:y8
to:12657584112927319827607500000*y5*y6*x5
red:12657584112927319827607500000*y5*y6*x5
with T[36]:y6
to:20521798615248584259375000000*y3*y7*x5
red:20521798615248584259375000000*y3*y7*x5
with T[35]:y7
to:19857112087150985334187500000*y4*y7*x5
red:19857112087150985334187500000*y4*y7*x5
with T[35]:y7
to:-4799632335637545390600000000*y5*y7*x5
red:-4799632335637545390600000000*y5*y7*x5
with T[35]:y7
to:-5591233967283261672375000000*y6*y7*x5
red:-5591233967283261672375000000*y6*y7*x5
with T[35]:y7
to:2435218857429772837500000000*y3*y8*x5
red:2435218857429772837500000000*y3*y8*x5
with T[37]:y8
to:27774356170509385976962500000*y4*y8*x5
red:27774356170509385976962500000*y4*y8*x5
with T[37]:y8
to:-31093591221509278452952500000*y5*y8*x5
red:-31093591221509278452952500000*y5*y8*x5
with T[37]:y8
to:30199568194068031629832500000*y6*y8*x5
red:30199568194068031629832500000*y6*y8*x5
with T[36]:y6
to:-2986456944394740538837500000*y7*y8*x5
red:-2986456944394740538837500000*y7*y8*x5
with T[35]:y7
to:-107735040932876040083400000000*y4*x2*x5
red:-107735040932876040083400000000*y4*x2*x5
with T[38]:25*x5-1
to:-75414528653013228058380000000*y5*x2*x5
red:-75414528653013228058380000000*y5*x2*x5
with T[38]:25*x5-1
to:-120970587253177777612612500000*y6*x2*x5
red:-120970587253177777612612500000*y6*x2*x5
with T[36]:y6
to:120970587253177777612612500000*y7*x2*x5
red:120970587253177777612612500000*y7*x2*x5
with T[35]:y7
to:17058048147705373013205000000*y8*x2*x5
red:17058048147705373013205000000*y8*x2*x5
with T[37]:y8
to:129541048309799929687500000*y3*x3*x5
red:129541048309799929687500000*y3*x3*x5
with T[38]:25*x5-1
to:366686199351111948073631250000*y4*x3*x5
red:366686199351111948073631250000*y4*x3*x5
with T[38]:25*x5-1
to:-230496329749788908156793750000*y5*x3*x5
red:-230496329749788908156793750000*y5*x3*x5
with T[38]:25*x5-1
to:-14976947918212868265562500000*y6*x3*x5
red:-14976947918212868265562500000*y6*x3*x5
with T[36]:y6
to:-190221717088353067269075000000*y7*x3*x5
red:-190221717088353067269075000000*y7*x3*x5
with T[35]:y7
to:-343745490242743469221687500000*y8*x3*x5
red:-343745490242743469221687500000*y8*x3*x5
with T[37]:y8
to:274247838950763285972787500000*y4*x4*x5
red:274247838950763285972787500000*y4*x4*x5
with T[38]:25*x5-1
to:-180994868767231747340112000000*y5*x4*x5
red:-180994868767231747340112000000*y5*x4*x5
with T[38]:25*x5-1
to:14689545605044050291705000000*y6*x4*x5
red:14689545605044050291705000000*y6*x4*x5
with T[36]:y6
to:423894867129236387965657500000*y7*x4*x5
red:423894867129236387965657500000*y7*x4*x5
with T[35]:y7
to:-185253727273100981281536750000*y8*x4*x5
red:-185253727273100981281536750000*y8*x4*x5
with T[37]:y8
to:129541048309799929687500000*y3*x5^2
red:129541048309799929687500000*y3*x5^2
with T[38]:25*x5-1
to:230496329749788908156793750000*y4*x5^2
red:230496329749788908156793750000*y4*x5^2
with T[38]:25*x5-1
to:-78217816205123970757593750000*y6*x5^2
red:-78217816205123970757593750000*y6*x5^2
with T[36]:y6
to:-194077594360045881236193750000*y7*x5^2
red:-194077594360045881236193750000*y7*x5^2
with T[35]:y7
to:-399179691383186704395693750000*y8*x5^2
red:-399179691383186704395693750000*y8*x5^2
with T[37]:y8
to:15513854043115704334905000000*y5*y6*x6
red:15513854043115704334905000000*y5*y6*x6
with T[36]:y6
to:7681075446587462549437500000*y3*y7*x6
red:7681075446587462549437500000*y3*y7*x6
with T[35]:y7
to:-83693278300625555017995000000*y4*y7*x6
red:-83693278300625555017995000000*y4*y7*x6
with T[35]:y7
to:-6719485269892563546840000000*y5*y7*x6
red:-6719485269892563546840000000*y5*y7*x6
with T[35]:y7
to:-10978445949384860827650000000*y6*y7*x6
red:-10978445949384860827650000000*y6*y7*x6
with T[35]:y7
to:2299484294928217045687500000*y3*y8*x6
red:2299484294928217045687500000*y3*y8*x6
with T[37]:y8
to:-667860554909383968825000000*y4*y8*x6
red:-667860554909383968825000000*y4*y8*x6
with T[37]:y8
to:-49918702412912386559814000000*y5*y8*x6
red:-49918702412912386559814000000*y5*y8*x6
with T[37]:y8
to:33155966108744372875905000000*y6*y8*x6
red:33155966108744372875905000000*y6*y8*x6
with T[36]:y6
to:-498739384395726543877500000*y7*y8*x6
red:-498739384395726543877500000*y7*y8*x6
with T[35]:y7
to:-75414528653013228058380000000*y4*x2*x6
red:-75414528653013228058380000000*y4*x2*x6
with T[39]:1225*x6+1
to:-52790170057109259640866000000*y5*x2*x6
red:-52790170057109259640866000000*y5*x2*x6
with T[39]:1225*x6+1
to:-78444041915460848495715000000*y6*x2*x6
red:-78444041915460848495715000000*y6*x2*x6
with T[36]:y6
to:-31691069834657544373466250000*y7*x2*x6
red:-31691069834657544373466250000*y7*x2*x6
with T[35]:y7
to:30080534462236790522991000000*y8*x2*x6
red:30080534462236790522991000000*y8*x2*x6
with T[37]:y8
to:18704000161957645847812500000*y3*x3*x6
red:18704000161957645847812500000*y3*x3*x6
with T[39]:1225*x6+1
to:189167486345785884028207500000*y4*x3*x6
red:189167486345785884028207500000*y4*x3*x6
with T[39]:1225*x6+1
to:-207871486507743529876020000000*y5*x3*x6
red:-207871486507743529876020000000*y5*x3*x6
with T[39]:1225*x6+1
to:207523876630922626011930000000*y6*x3*x6
red:207523876630922626011930000000*y6*x3*x6
with T[36]:y6
to:651850260992516031685470000000*y7*x3*x6
red:651850260992516031685470000000*y7*x3*x6
with T[35]:y7
to:-903961572178264107642288000000*y8*x3*x6
red:-903961572178264107642288000000*y8*x3*x6
with T[37]:y8
to:-52790170057109259640866000000*y4*x4*x6
red:-52790170057109259640866000000*y4*x4*x6
with T[39]:1225*x6+1
to:-126696408137062223138078400000*y5*x4*x6
red:-126696408137062223138078400000*y5*x4*x6
with T[39]:1225*x6+1
to:-97524658388916504961677000000*y6*x4*x6
red:-97524658388916504961677000000*y6*x4*x6
with T[36]:y6
to:-40226001775137288979233750000*y7*x4*x6
red:-40226001775137288979233750000*y7*x4*x6
with T[35]:y7
to:-405673750138508928029230200000*y8*x4*x6
red:-405673750138508928029230200000*y8*x4*x6
with T[37]:y8
to:18704000161957645847812500000*y3*x5*x6
red:18704000161957645847812500000*y3*x5*x6
with T[38]:25*x5-1
to:132456957854730301817640000000*y4*x5*x6
red:132456957854730301817640000000*y4*x5*x6
with T[38]:25*x5-1
to:-105580340114218519281732000000*y5*x5*x6
red:-105580340114218519281732000000*y5*x5*x6
with T[38]:25*x5-1
to:113514861351634003382467500000*y6*x5*x6
red:113514861351634003382467500000*y6*x5*x6
with T[36]:y6
to:840917515012881555519270000000*y7*x5*x6
red:840917515012881555519270000000*y7*x5*x6
with T[35]:y7
to:83551921971499990508865750000*y8*x5*x6
red:83551921971499990508865750000*y8*x5*x6
with T[37]:y8
to:-52790170057109259640866000000*y4*x6^2
red:-52790170057109259640866000000*y4*x6^2
with T[39]:1225*x6+1
to:-73906238079952963497212400000*y5*x6^2
red:-73906238079952963497212400000*y5*x6^2
with T[39]:1225*x6+1
to:-1683864220434876705456000000*y6*x6^2
red:-1683864220434876705456000000*y6*x6^2
with T[36]:y6
to:-701610091847865293940000000*y7*x6^2
red:-701610091847865293940000000*y7*x6^2
with T[35]:y7
to:-81164137793500161231816600000*y8*x6^2
red:-81164137793500161231816600000*y8*x6^2
with T[37]:y8
to:-608286171094233734371500000*y5*y6
red:-608286171094233734371500000*y5*y6
with T[36]:y6
to:-251467291309033191892500000*y3*y7
red:-251467291309033191892500000*y3*y7
with T[35]:y7
to:858120388657530509967225000*y4*y7
red:858120388657530509967225000*y4*y7
with T[35]:y7
to:153588234740401452499200000*y5*y7
red:153588234740401452499200000*y5*y7
with T[35]:y7
to:103326550111857513672000000*y6*y7
red:103326550111857513672000000*y6*y7
with T[35]:y7
to:24134529042978371325000000*y3*y8
red:24134529042978371325000000*y3*y8
with T[37]:y8
to:245951569363636800279000000*y4*y8
red:245951569363636800279000000*y4*y8
with T[37]:y8
to:1122976636934486918382645000*y5*y8
red:1122976636934486918382645000*y5*y8
with T[37]:y8
to:-1042776293304400687494000000*y6*y8
red:-1042776293304400687494000000*y6*y8
with T[36]:y6
to:-81158759985711366604800000*y7*y8
red:-81158759985711366604800000*y7*y8
with T[35]:y7
to:-640964990813263758942300000*y4*x2
red:-640964990813263758942300000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:2594899162346659063018200000*y6*x2
red:2594899162346659063018200000*y6*x2
with T[36]:y6
to:-1558333404698485953661200000*y7*x2
red:-1558333404698485953661200000*y7*x2
with T[35]:y7
to:403354908412997846825520000*y8*x2
red:403354908412997846825520000*y8*x2
with T[37]:y8
to:-225469515249477736602750000*y3*x3
red:-225469515249477736602750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:210994061108469745094690625*y4*x3
red:210994061108469745094690625*y4*x3
with T[42]:1
to:-2358966679389284911969378125*y5*x3
red:-2358966679389284911969378125*y5*x3
with T[42]:1
to:-2319864773172416677434150000*y6*x3
red:-2319864773172416677434150000*y6*x3
with T[36]:y6
to:-2742820494079572215774850000*y7*x3
red:-2742820494079572215774850000*y7*x3
with T[35]:y7
to:8486751723724217389570740000*y8*x3
red:8486751723724217389570740000*y8*x3
with T[37]:y8
to:-27198205836075652793830078125*x2*x3
red:-27198205836075652793830078125*x2*x3
with T[42]:1
to:-17450299804907487240589453125*x3^2
red:-17450299804907487240589453125*x3^2
with T[42]:1
to:-152685715607817517125000000*y3*x4
red:-152685715607817517125000000*y3*x4
with T[42]:1
to:3532664582169660590373393750*y4*x4
red:3532664582169660590373393750*y4*x4
with T[42]:1
to:-1687973667949471012278918750*y5*x4
red:-1687973667949471012278918750*y5*x4
with T[42]:1
to:3727463057434201988042910000*y6*x4
red:3727463057434201988042910000*y6*x4
with T[36]:y6
to:-7194937219457015985229350000*y7*x4
red:-7194937219457015985229350000*y7*x4
with T[35]:y7
to:4371389744551863731159616000*y8*x4
red:4371389744551863731159616000*y8*x4
with T[37]:y8
to:-26762306898401064933911718750*x2*x4
red:-26762306898401064933911718750*x2*x4
with T[42]:1
to:-42917029665939668188372500000*x3*x4
red:-42917029665939668188372500000*x3*x4
with T[42]:1
to:-27154467435130110241854187500*x4^2
red:-27154467435130110241854187500*x4^2
with T[42]:1
to:225289566391939923431250000*y3*x5
red:225289566391939923431250000*y3*x5
with T[38]:25*x5-1
to:-3814325007284463591086475000*y4*x5
red:-3814325007284463591086475000*y4*x5
with T[38]:25*x5-1
to:2019617651949376228332660000*y5*x5
red:2019617651949376228332660000*y5*x5
with T[38]:25*x5-1
to:1833759394436062587209100000*y6*x5
red:1833759394436062587209100000*y6*x5
with T[36]:y6
to:-2342974175627977842050100000*y7*x5
red:-2342974175627977842050100000*y7*x5
with T[35]:y7
to:9870317303099676976358190000*y8*x5
red:9870317303099676976358190000*y8*x5
with T[37]:y8
to:-2154700818657520801668000000*x2*x5
red:-2154700818657520801668000000*x2*x5
with T[38]:25*x5-1
to:-3829351167684360063936093750*x3*x5
red:-3829351167684360063936093750*x3*x5
with T[38]:25*x5-1
to:5444245968609564179935987500*x4*x5
red:5444245968609564179935987500*x4*x5
with T[38]:25*x5-1
to:-3645689367690617739030000000*x5^2
red:-3645689367690617739030000000*x5^2
with T[38]:25*x5-1
to:272681028002166411993750000*y3*x6
red:272681028002166411993750000*y3*x6
with T[39]:1225*x6+1
to:3652708561358863643118405000*y4*x6
red:3652708561358863643118405000*y4*x6
with T[39]:1225*x6+1
to:1389561033078341171352612000*y5*x6
red:1389561033078341171352612000*y5*x6
with T[39]:1225*x6+1
to:4076546479236124781385960000*y6*x6
red:4076546479236124781385960000*y6*x6
with T[36]:y6
to:-13495904774276318068959900000*y7*x6
red:-13495904774276318068959900000*y7*x6
with T[35]:y7
to:7314619769322020859933306000*y8*x6
red:7314619769322020859933306000*y8*x6
with T[37]:y8
to:-1508290573060264561167600000*x2*x6
red:-1508290573060264561167600000*x2*x6
with T[39]:1225*x6+1
to:-12876331163474529036510984375*x3*x6
red:-12876331163474529036510984375*x3*x6
with T[39]:1225*x6+1
to:-20691364444191843214643696250*x4*x6
red:-20691364444191843214643696250*x4*x6
with T[39]:1225*x6+1
to:7402599702220543645567050000*x5*x6
red:7402599702220543645567050000*x5*x6
with T[38]:25*x5-1
to:-2827077971556547164650040000*x6^2
red:-2827077971556547164650040000*x6^2
with T[39]:1225*x6+1
to:4493129791906041969375000*y3
red:4493129791906041969375000*y3
with T[42]:1
to:14839078409847338117018625*y4
red:14839078409847338117018625*y4
with T[42]:1
to:-571768685076589631717625*y5
red:-571768685076589631717625*y5
with T[42]:1
to:-60383596104577644599408400*y6
red:-60383596104577644599408400*y6
with T[36]:y6
to:82852199976154481498125500*y7
red:82852199976154481498125500*y7
with T[35]:y7
to:-40754270530274711591305740*y8
red:-40754270530274711591305740*y8
with T[37]:y8
to:129348538191211725139359375*x2
red:129348538191211725139359375*x2
with T[42]:1
to:-15575551130208487327456250*x3
red:-15575551130208487327456250*x3
with T[42]:1
to:253571522637474493874730000*x4
red:253571522637474493874730000*x4
with T[42]:1
to:-333263328669394722594437750*x5
red:-333263328669394722594437750*x5
with T[38]:25*x5-1
to:140334465973708646490329325*x6
red:140334465973708646490329325*x6
with T[39]:1225*x6+1
to:-5266837478129630304697125
red:-5266837478129630304697125
with T[42]:1
to:NULL
set L
2:3135234375000*y3*y7*y8+627046875000*y4*y7*y8+... y8 lcm: o*y3*y7*y8
p : o*y4*y7*y8+o o:3 e:2 l:0
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:-627046875000*y4*y7*y8
with T[31]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:20249726371875000*y5*y7*y8
red:20249726371875000*y5*y7*y8
with T[26]:4974571875000*y5*y7*y8+80934708750000*y5*y8*x2+...
to:-27321059390625000*y6*y7*y8
red:-27321059390625000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:5236198475681250000*y5*y8*x2
red:5236198475681250000*y5*y8*x2
with T[29]:23076611250000*y5*y8*x2+127161890625000*y6*y8*x2+...
to:-40044418119956250000*y6*y8*x2
red:-40044418119956250000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:484443021829758468750000*y7*y8*x2
red:484443021829758468750000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-2567154951270902179687500*y3*y7*x3
red:-2567154951270902179687500*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-5979632258642589421875000*y5*y7*x3
red:-5979632258642589421875000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:12170744509342559765625000*y3*y8*x3
red:12170744509342559765625000*y3*y8*x3
with T[37]:y8
to:-19726304851974267421875000*y4*y8*x3
red:-19726304851974267421875000*y4*y8*x3
with T[37]:y8
to:49677832908283573743750000*y5*y8*x3
red:49677832908283573743750000*y5*y8*x3
with T[37]:y8
to:8966373175551416625000000*y7*y8*x3
red:8966373175551416625000000*y7*y8*x3
with T[35]:y7
to:575762084684651208093750000*y4*x2*x3
red:575762084684651208093750000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:180210049473406507242187500*y6*x2*x3
red:180210049473406507242187500*y6*x2*x3
with T[36]:y6
to:-180210049473406507242187500*y7*x2*x3
red:-180210049473406507242187500*y7*x2*x3
with T[35]:y7
to:403033459279255845665625000*y8*x2*x3
red:403033459279255845665625000*y8*x2*x3
with T[37]:y8
to:-335905958716970790585937500*y3*x3^2
red:-335905958716970790585937500*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:2582156509732563513750000000*y4*x3^2
red:2582156509732563513750000000*y4*x3^2
with T[42]:1
to:-2582156509732563513750000000*y5*x3^2
red:-2582156509732563513750000000*y5*x3^2
with T[42]:1
to:-1347829644054762900281250000*y7*x3^2
red:-1347829644054762900281250000*y7*x3^2
with T[35]:y7
to:1347829644054762900281250000*y8*x3^2
red:1347829644054762900281250000*y8*x3^2
with T[37]:y8
to:-201535606712744454150000000*y4*y7*x4
red:-201535606712744454150000000*y4*y7*x4
with T[35]:y7
to:1713052657058327860275000000*y4*x3*x4
red:1713052657058327860275000000*y4*x3*x4
with T[42]:1
to:-1713052657058327860275000000*y5*x3*x4
red:-1713052657058327860275000000*y5*x3*x4
with T[42]:1
to:1009176277051076440556250000*y6*x3*x4
red:1009176277051076440556250000*y6*x3*x4
with T[36]:y6
to:705374623494605589525000000*y7*x3*x4
red:705374623494605589525000000*y7*x3*x4
with T[35]:y7
to:542436471418150705646250000*y8*x3*x4
red:542436471418150705646250000*y8*x3*x4
with T[37]:y8
to:-147121946689260918375000000*y5*y6*x5
red:-147121946689260918375000000*y5*y6*x5
with T[36]:y6
to:-236460179038655446875000000*y3*y7*x5
red:-236460179038655446875000000*y3*y7*x5
with T[35]:y7
to:-91461548242802863125000000*y4*y7*x5
red:-91461548242802863125000000*y4*y7*x5
with T[35]:y7
to:181135418061215273906250000*y6*y7*x5
red:181135418061215273906250000*y6*y7*x5
with T[35]:y7
to:69547111481957484375000000*y3*y8*x5
red:69547111481957484375000000*y3*y8*x5
with T[37]:y8
to:30222241370526830625000000*y4*y8*x5
red:30222241370526830625000000*y4*y8*x5
with T[37]:y8
to:147121946689260918375000000*y5*y8*x5
red:147121946689260918375000000*y5*y8*x5
with T[37]:y8
to:-27571881380581756968750000*y6*y8*x5
red:-27571881380581756968750000*y6*y8*x5
with T[36]:y6
to:643121537367339499218750000*y7*y8*x5
red:643121537367339499218750000*y7*y8*x5
with T[35]:y7
to:-1136754633816623853281250000*y6*x2*x5
red:-1136754633816623853281250000*y6*x2*x5
with T[36]:y6
to:1136754633816623853281250000*y7*x2*x5
red:1136754633816623853281250000*y7*x2*x5
with T[35]:y7
to:107301257715020118750000000*y3*x3*x5
red:107301257715020118750000000*y3*x3*x5
with T[38]:25*x5-1
to:3559445767345883790375000000*y4*x3*x5
red:3559445767345883790375000000*y4*x3*x5
with T[38]:25*x5-1
to:-1084590515328340395375000000*y5*x3*x5
red:-1084590515328340395375000000*y5*x3*x5
with T[38]:25*x5-1
to:-962735460039116357343750000*y6*x3*x5
red:-962735460039116357343750000*y6*x3*x5
with T[36]:y6
to:-2993429740460744991656250000*y7*x3*x5
red:-2993429740460744991656250000*y7*x3*x5
with T[35]:y7
to:-844941577572757101937500000*y8*x3*x5
red:-844941577572757101937500000*y8*x3*x5
with T[37]:y8
to:1713052657058327860275000000*y4*x4*x5
red:1713052657058327860275000000*y4*x4*x5
with T[38]:25*x5-1
to:-1087617470561412259218750000*y6*x4*x5
red:-1087617470561412259218750000*y6*x4*x5
with T[36]:y6
to:1209213640276466724900000000*y7*x4*x5
red:1209213640276466724900000000*y7*x4*x5
with T[35]:y7
to:583778453779551123843750000*y8*x4*x5
red:583778453779551123843750000*y8*x4*x5
with T[37]:y8
to:107301257715020118750000000*y3*x5^2
red:107301257715020118750000000*y3*x5^2
with T[38]:25*x5-1
to:1084590515328340395375000000*y4*x5^2
red:1084590515328340395375000000*y4*x5^2
with T[38]:25*x5-1
to:-859979433856809203437500000*y6*x5^2
red:-859979433856809203437500000*y6*x5^2
with T[36]:y6
to:-2171251898971362207000000000*y7*x5^2
red:-2171251898971362207000000000*y7*x5^2
with T[35]:y7
to:-2288561722727873280187500000*y8*x5^2
red:-2288561722727873280187500000*y8*x5^2
with T[37]:y8
to:-201535606712744454150000000*y4*y7*x6
red:-201535606712744454150000000*y4*y7*x6
with T[35]:y7
to:705374623494605589525000000*y4*x3*x6
red:705374623494605589525000000*y4*x3*x6
with T[39]:1225*x6+1
to:-705374623494605589525000000*y5*x3*x6
red:-705374623494605589525000000*y5*x3*x6
with T[39]:1225*x6+1
to:1730016474944702469525000000*y6*x3*x6
red:1730016474944702469525000000*y6*x3*x6
with T[36]:y6
to:2433892854951953889243750000*y7*x3*x6
red:2433892854951953889243750000*y7*x3*x6
with T[35]:y7
to:3165244829073604698671250000*y8*x3*x6
red:3165244829073604698671250000*y8*x3*x6
with T[37]:y8
to:705374623494605589525000000*y4*x5*x6
red:705374623494605589525000000*y4*x5*x6
with T[38]:25*x5-1
to:-1504602080403948776250000000*y6*x5*x6
red:-1504602080403948776250000000*y6*x5*x6
with T[36]:y6
to:1799907063997652478618750000*y7*x5*x6
red:1799907063997652478618750000*y7*x5*x6
with T[35]:y7
to:-583778453779551123843750000*y8*x5*x6
red:-583778453779551123843750000*y8*x5*x6
with T[37]:y8
to:2974913176860875250000000*y3*y7
red:2974913176860875250000000*y3*y7
with T[35]:y7
to:5380838252317362334500000*y4*y7
red:5380838252317362334500000*y4*y7
with T[35]:y7
to:-1689001278847538906250000*y3*y8
red:-1689001278847538906250000*y3*y8
with T[37]:y8
to:-8134230158929747372500000*y7*y8
red:-8134230158929747372500000*y7*y8
with T[35]:y7
to:3230392361896637437500000*y3*x3
red:3230392361896637437500000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:49846290408342190278140625*y4*x3
red:49846290408342190278140625*y4*x3
with T[42]:1
to:23820333717363454818421875*y5*x3
red:23820333717363454818421875*y5*x3
with T[42]:1
to:-23066886332596032927000000*y6*x3
red:-23066886332596032927000000*y6*x3
with T[36]:y6
to:25564844472694439913000000*y7*x3
red:25564844472694439913000000*y7*x3
with T[35]:y7
to:-43537441034810673650700000*y8*x3
red:-43537441034810673650700000*y8*x3
with T[37]:y8
to:317536675825855296357421875*x2*x3
red:317536675825855296357421875*x2*x3
with T[42]:1
to:119141070506206731404296875*x3^2
red:119141070506206731404296875*x3^2
with T[42]:1
to:23608456786350064629000000*y4*x4
red:23608456786350064629000000*y4*x4
with T[42]:1
to:-19481775315565297234500000*y7*x4
red:-19481775315565297234500000*y7*x4
with T[35]:y7
to:329187839542631374774218750*x3*x4
red:329187839542631374774218750*x3*x4
with T[42]:1
to:-5745443005693140750000000*y3*x5
red:-5745443005693140750000000*y3*x5
with T[38]:25*x5-1
to:-30118868814946138227000000*y4*x5
red:-30118868814946138227000000*y4*x5
with T[38]:25*x5-1
to:30179337088341459768750000*y6*x5
red:30179337088341459768750000*y6*x5
with T[36]:y6
to:22228967593954147776750000*y7*x5
red:22228967593954147776750000*y7*x5
with T[35]:y7
to:43322116364884265658750000*y8*x5
red:43322116364884265658750000*y8*x5
with T[37]:y8
to:-47987158849057824489843750*x3*x5
red:-47987158849057824489843750*x3*x5
with T[38]:25*x5-1
to:20153560671274445415000000*x4*x5
red:20153560671274445415000000*x4*x5
with T[38]:25*x5-1
to:-34399177354272368137500000*x5^2
red:-34399177354272368137500000*x5^2
with T[38]:25*x5-1
to:8733209624218926346500000*y4*x6
red:8733209624218926346500000*y4*x6
with T[39]:1225*x6+1
to:-44913649495983049782000000*y7*x6
red:-44913649495983049782000000*y7*x6
with T[35]:y7
to:256095649212609452887265625*x3*x6
red:256095649212609452887265625*x3*x6
with T[39]:1225*x6+1
to:3474176277572984733750000*x5*x6
red:3474176277572984733750000*x5*x6
with T[38]:25*x5-1
to:-17802438449317396875000*y3
red:-17802438449317396875000*y3
with T[42]:1
to:-61352544979624264616250*y4
red:-61352544979624264616250*y4
with T[42]:1
to:-18843955444397051718750*y5
red:-18843955444397051718750*y5
with T[42]:1
to:265505042557332387810000*y7
red:265505042557332387810000*y7
with T[35]:y7
to:-298615426100244878625000*y8
red:-298615426100244878625000*y8
with T[37]:y8
to:-1224857103885808361718750*x2
red:-1224857103885808361718750*x2
with T[42]:1
to:-6675995371730874477234375*x3
red:-6675995371730874477234375*x3
with T[42]:1
to:-1837511896840349767537500*x4
red:-1837511896840349767537500*x4
with T[42]:1
to:-950924760948444920137500*x5
red:-950924760948444920137500*x5
with T[38]:25*x5-1
to:-2794884186432122791256250*x6
red:-2794884186432122791256250*x6
with T[39]:1225*x6+1
to:17112814891935145490250
red:17112814891935145490250
with T[42]:1
to:NULL
set L
1:6922983375000*y5*y6*y7-6922983375000*y5*y6*y8+... y7 lcm: o*y5*y6*y7
p : o*y5*y6*y8+o o:3 e:2 l:0
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
-red:6922983375000*y5*y6*y8
with T[32]:415379002500000*y5*y6*y8+618123515625000*y6*y7*y8+...
to:692298337500000*y4*y7*y8
red:692298337500000*y4*y7*y8
with T[31]:370874109375000*y4*y7*y8-123624703125000*y6*y7*y8+...
to:-20942024709375000*y6*y7*y8
red:-20942024709375000*y6*y7*y8
with T[30]:11238609375000*y6*y7*y8-2853116339062500*y6*y8*x2+...
to:-7886873618662500000*y6*y8*x2
red:-7886873618662500000*y6*y8*x2
with T[28]:2557551631250000*y6*y8*x2-7034936431250000*y7*y8*x2+...
to:195269600632118906250000*y7*y8*x2
red:195269600632118906250000*y7*y8*x2
with T[27]:6427574540625000*y7*y8*x2+46390673896875000*y4*x2^2+...
to:-1446012842377247406281250000*y4*x2^2
red:-1446012842377247406281250000*y4*x2^2
with T[18]:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+...
to:86037764121446220673734375000*y6*x2^2
red:86037764121446220673734375000*y6*x2^2
with T[36]:y6
to:-86037764121446220673734375000*y7*x2^2
red:-86037764121446220673734375000*y7*x2^2
with T[35]:y7
to:-120452869770024708943228125000*y8*x2^2
red:-120452869770024708943228125000*y8*x2^2
with T[37]:y8
to:-13289644117797762035475000000*y5*y6*x3
red:-13289644117797762035475000000*y5*y6*x3
with T[36]:y6
to:-24717037320063875740078125000*y3*y7*x3
red:-24717037320063875740078125000*y3*y7*x3
with T[20]:130156250*y3*y7*x3-56656250*y5*y7*x3+...
to:-33321294205272936750628125000*y5*y7*x3
red:-33321294205272936750628125000*y5*y7*x3
with T[19]:192937500*y5*y7*x3-422625000*y4*y8*x3+...
to:-17820184769689317527531250000*y6*y7*x3
red:-17820184769689317527531250000*y6*y7*x3
with T[35]:y7
to:10327746055070686429687500000*y3*y8*x3
red:10327746055070686429687500000*y3*y8*x3
with T[37]:y8
to:99651865006422913398637500000*y4*y8*x3
red:99651865006422913398637500000*y4*y8*x3
with T[37]:y8
to:44508463712641039689270000000*y5*y8*x3
red:44508463712641039689270000000*y5*y8*x3
with T[37]:y8
to:4530540651891555492056250000*y6*y8*x3
red:4530540651891555492056250000*y6*y8*x3
with T[36]:y6
to:18656584084090901098631250000*y7*y8*x3
red:18656584084090901098631250000*y7*y8*x3
with T[35]:y7
to:567427821212467496734818750000*y4*x2*x3
red:567427821212467496734818750000*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-244752788779973486574581250000*y6*x2*x3
red:-244752788779973486574581250000*y6*x2*x3
with T[36]:y6
to:244752788779973486574581250000*y7*x2*x3
red:244752788779973486574581250000*y7*x2*x3
with T[35]:y7
to:350516721269280291490957500000*y8*x2*x3
red:350516721269280291490957500000*y8*x2*x3
with T[37]:y8
to:-230581843305759827960203125000*y3*x3^2
red:-230581843305759827960203125000*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-372598446360403681785675000000*y4*x3^2
red:-372598446360403681785675000000*y4*x3^2
with T[42]:1
to:372598446360403681785675000000*y5*x3^2
red:372598446360403681785675000000*y5*x3^2
with T[42]:1
to:144165988816008903911475000000*y7*x3^2
red:144165988816008903911475000000*y7*x3^2
with T[35]:y7
to:-144165988816008903911475000000*y8*x3^2
red:-144165988816008903911475000000*y8*x3^2
with T[37]:y8
to:-51713797501567046787480000000*y5*y6*x4
red:-51713797501567046787480000000*y5*y6*x4
with T[36]:y6
to:-12628792485118344366562500000*y3*y7*x4
red:-12628792485118344366562500000*y3*y7*x4
with T[35]:y7
to:207730831243750071245257500000*y4*y7*x4
red:207730831243750071245257500000*y4*y7*x4
with T[35]:y7
to:65245460431535326816335000000*y5*y7*x4
red:65245460431535326816335000000*y5*y7*x4
with T[35]:y7
to:-2426299707871102105350000000*y6*y7*x4
red:-2426299707871102105350000000*y6*y7*x4
with T[35]:y7
to:4010728421386425079687500000*y3*y8*x4
red:4010728421386425079687500000*y3*y8*x4
with T[37]:y8
to:-51958159088434501613287500000*y4*y8*x4
red:-51958159088434501613287500000*y4*y8*x4
with T[37]:y8
to:77779468035778471561368000000*y5*y8*x4
red:77779468035778471561368000000*y5*y8*x4
with T[37]:y8
to:-49287497793695944682130000000*y6*y8*x4
red:-49287497793695944682130000000*y6*y8*x4
with T[36]:y6
to:33393910530137609421585000000*y7*y8*x4
red:33393910530137609421585000000*y7*y8*x4
with T[35]:y7
to:295856997023359586998260000000*y4*x2*x4
red:295856997023359586998260000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:644898239179807095258930000000*y6*x2*x4
red:644898239179807095258930000000*y6*x2*x4
with T[36]:y6
to:-403992499639757677372473750000*y7*x2*x4
red:-403992499639757677372473750000*y7*x2*x4
with T[35]:y7
to:-380202936583389817338094500000*y8*x2*x4
red:-380202936583389817338094500000*y8*x2*x4
with T[37]:y8
to:-179040444627231496100137500000*y3*x3*x4
red:-179040444627231496100137500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-616664978813376649608952500000*y4*x3*x4
red:-616664978813376649608952500000*y4*x3*x4
with T[42]:1
to:616664978813376649608952500000*y5*x3*x4
red:616664978813376649608952500000*y5*x3*x4
with T[42]:1
to:-685307808583925762408827500000*y6*x3*x4
red:-685307808583925762408827500000*y6*x3*x4
with T[36]:y6
to:-467197594618315376590582500000*y7*x3*x4
red:-467197594618315376590582500000*y7*x3*x4
with T[35]:y7
to:2133952222756225955174091000000*y8*x3*x4
red:2133952222756225955174091000000*y8*x3*x4
with T[37]:y8
to:565589499495660748321463250000*y6*x4^2
red:565589499495660748321463250000*y6*x4^2
with T[36]:y6
to:-288430325857840448496302550000*y8*x4^2
red:-288430325857840448496302550000*y8*x4^2
with T[37]:y8
to:-15944175740739834455175000000*y5*y6*x5
red:-15944175740739834455175000000*y5*y6*x5
with T[36]:y6
to:-78076032962356925409375000000*y3*y7*x5
red:-78076032962356925409375000000*y3*y7*x5
with T[35]:y7
to:-27255192439827315477937500000*y4*y7*x5
red:-27255192439827315477937500000*y4*y7*x5
with T[35]:y7
to:56963038859477599931775000000*y5*y7*x5
red:56963038859477599931775000000*y5*y7*x5
with T[35]:y7
to:-14187150765408116921906250000*y6*y7*x5
red:-14187150765408116921906250000*y6*y7*x5
with T[35]:y7
to:-16562912088318490125000000000*y3*y8*x5
red:-16562912088318490125000000000*y3*y8*x5
with T[37]:y8
to:-82206616437337253824462500000*y4*y8*x5
red:-82206616437337253824462500000*y4*y8*x5
with T[37]:y8
to:65691264814113126437865000000*y5*y8*x5
red:65691264814113126437865000000*y5*y8*x5
with T[37]:y8
to:-56678126594444528788518750000*y6*y8*x5
red:-56678126594444528788518750000*y6*y8*x5
with T[36]:y6
to:44063031665864227743168750000*y7*y8*x5
red:44063031665864227743168750000*y7*y8*x5
with T[35]:y7
to:174033527660799757057800000000*y4*x2*x5
red:174033527660799757057800000000*y4*x2*x5
with T[38]:25*x5-1
to:121823469362559829940460000000*y5*x2*x5
red:121823469362559829940460000000*y5*x2*x5
with T[38]:25*x5-1
to:419203437699226032610931250000*y6*x2*x5
red:419203437699226032610931250000*y6*x2*x5
with T[36]:y6
to:-419203437699226032610931250000*y7*x2*x5
red:-419203437699226032610931250000*y7*x2*x5
with T[35]:y7
to:-369406880737149960516735000000*y8*x2*x5
red:-369406880737149960516735000000*y8*x2*x5
with T[37]:y8
to:31193484432999823068750000000*y3*x3*x5
red:31193484432999823068750000000*y3*x3*x5
with T[38]:25*x5-1
to:-1038602786086203976113918750000*y4*x3*x5
red:-1038602786086203976113918750000*y4*x3*x5
with T[38]:25*x5-1
to:634810855292800471259493750000*y5*x3*x5
red:634810855292800471259493750000*y5*x3*x5
with T[38]:25*x5-1
to:102975706297149217079625000000*y6*x3*x5
red:102975706297149217079625000000*y6*x3*x5
with T[36]:y6
to:710092097130724767606262500000*y7*x3*x5
red:710092097130724767606262500000*y7*x3*x5
with T[35]:y7
to:1380555465417608591510437500000*y8*x3*x5
red:1380555465417608591510437500000*y8*x3*x5
with T[37]:y8
to:-494841509450816819668492500000*y4*x4*x5
red:-494841509450816819668492500000*y4*x4*x5
with T[38]:25*x5-1
to:292376326470143591857104000000*y5*x4*x5
red:292376326470143591857104000000*y5*x4*x5
with T[38]:25*x5-1
to:253172245194405462376316250000*y6*x4*x5
red:253172245194405462376316250000*y6*x4*x5
with T[36]:y6
to:-874163706744547673808007500000*y7*x4*x5
red:-874163706744547673808007500000*y7*x4*x5
with T[35]:y7
to:-6278587569010007211114000000*y8*x4*x5
red:-6278587569010007211114000000*y8*x4*x5
with T[37]:y8
to:31193484432999823068750000000*y3*x5^2
red:31193484432999823068750000000*y3*x5^2
with T[38]:25*x5-1
to:-634810855292800471259493750000*y4*x5^2
red:-634810855292800471259493750000*y4*x5^2
with T[38]:25*x5-1
to:237389569671563297712281250000*y6*x5^2
red:237389569671563297712281250000*y6*x5^2
with T[36]:y6
to:571611325351915957561818750000*y7*x5^2
red:571611325351915957561818750000*y7*x5^2
with T[35]:y7
to:1281522267742991327824443750000*y8*x5^2
red:1281522267742991327824443750000*y8*x5^2
with T[37]:y8
to:-51713797501567046787480000000*y5*y6*x6
red:-51713797501567046787480000000*y5*y6*x6
with T[36]:y6
to:-1122276388206541620937500000*y3*y7*x6
red:-1122276388206541620937500000*y3*y7*x6
with T[35]:y7
to:285403998424149269836132500000*y4*y7*x6
red:285403998424149269836132500000*y4*y7*x6
with T[35]:y7
to:65245460431535326816335000000*y5*y7*x6
red:65245460431535326816335000000*y5*y7*x6
with T[35]:y7
to:-5892442147686962255850000000*y6*y7*x6
red:-5892442147686962255850000000*y6*y7*x6
with T[35]:y7
to:-4010728421386425079687500000*y3*y8*x6
red:-4010728421386425079687500000*y3*y8*x6
with T[37]:y8
to:42332410877107081422037500000*y4*y8*x6
red:42332410877107081422037500000*y4*y8*x6
with T[37]:y8
to:208270388898849125194038000000*y5*y8*x6
red:208270388898849125194038000000*y5*y8*x6
with T[37]:y8
to:-128016950783105358589230000000*y6*y8*x6
red:-128016950783105358589230000000*y6*y8*x6
with T[36]:y6
to:32845904970593254705935000000*y7*y8*x6
red:32845904970593254705935000000*y7*y8*x6
with T[35]:y7
to:121823469362559829940460000000*y4*x2*x6
red:121823469362559829940460000000*y4*x2*x6
with T[39]:1225*x6+1
to:85276428553791880958322000000*y5*x2*x6
red:85276428553791880958322000000*y5*x2*x6
with T[39]:1225*x6+1
to:397346913632588056083292500000*y6*x2*x6
red:397346913632588056083292500000*y6*x2*x6
with T[36]:y6
to:187709882393246244498101250000*y7*x2*x6
red:187709882393246244498101250000*y7*x2*x6
with T[35]:y7
to:-354947112332024739516297000000*y8*x2*x6
red:-354947112332024739516297000000*y8*x2*x6
with T[37]:y8
to:-30214154107777735600312500000*y3*x3*x6
red:-30214154107777735600312500000*y3*x3*x6
with T[39]:1225*x6+1
to:-326918269953428453166982500000*y4*x3*x6
red:-326918269953428453166982500000*y4*x3*x6
with T[39]:1225*x6+1
to:357132424061206188767295000000*y5*x3*x6
red:357132424061206188767295000000*y5*x3*x6
with T[39]:1225*x6+1
to:-1174813386143872735557990000000*y6*x3*x6
red:-1174813386143872735557990000000*y6*x3*x6
with T[36]:y6
to:-1872328552382763591759720000000*y7*x3*x6
red:-1872328552382763591759720000000*y7*x3*x6
with T[35]:y7
to:2379995428331436255358326000000*y8*x3*x6
red:2379995428331436255358326000000*y8*x3*x6
with T[37]:y8
to:85276428553791880958322000000*y4*x4*x6
red:85276428553791880958322000000*y4*x4*x6
with T[39]:1225*x6+1
to:204663428529100514299972800000*y5*x4*x6
red:204663428529100514299972800000*y5*x4*x6
with T[39]:1225*x6+1
to:947693903324923101283051500000*y6*x4*x6
red:947693903324923101283051500000*y6*x4*x6
with T[36]:y6
to:403992499639757677372473750000*y7*x4*x6
red:403992499639757677372473750000*y7*x4*x6
with T[35]:y7
to:1037856899490367381881548400000*y8*x4*x6
red:1037856899490367381881548400000*y8*x4*x6
with T[37]:y8
to:-30214154107777735600312500000*y3*x5*x6
red:-30214154107777735600312500000*y3*x5*x6
with T[38]:25*x5-1
to:-235308954698646358826835000000*y4*x5*x6
red:-235308954698646358826835000000*y4*x5*x6
with T[38]:25*x5-1
to:170552857107583761916644000000*y5*x5*x6
red:170552857107583761916644000000*y5*x5*x6
with T[38]:25*x5-1
to:18357554176130607830122500000*y6*x5*x6
red:18357554176130607830122500000*y6*x5*x6
with T[36]:y6
to:-1981513457648664173939801250000*y7*x5*x6
red:-1981513457648664173939801250000*y7*x5*x6
with T[35]:y7
to:-552253527243621283902129000000*y8*x5*x6
red:-552253527243621283902129000000*y8*x5*x6
with T[37]:y8
to:85276428553791880958322000000*y4*x6^2
red:85276428553791880958322000000*y4*x6^2
with T[39]:1225*x6+1
to:119386999975308633341650800000*y5*x6^2
red:119386999975308633341650800000*y5*x6^2
with T[39]:1225*x6+1
to:-37522449960849127561518000000*y6*x6^2
red:-37522449960849127561518000000*y6*x6^2
with T[36]:y6
to:-15634354150353803150632500000*y7*x6^2
red:-15634354150353803150632500000*y7*x6^2
with T[35]:y7
to:-64317880552788655151505300000*y8*x6^2
red:-64317880552788655151505300000*y8*x6^2
with T[37]:y8
to:1015132424964284053731150000*y5*y6
red:1015132424964284053731150000*y5*y6
with T[36]:y6
to:720927759563027174812500000*y3*y7
red:720927759563027174812500000*y3*y7
with T[35]:y7
to:-2945839563268177560796350000*y4*y7
red:-2945839563268177560796350000*y4*y7
with T[35]:y7
to:-1658222042078055914356050000*y5*y7
red:-1658222042078055914356050000*y5*y7
with T[35]:y7
to:940565627360525153988000000*y6*y7
red:940565627360525153988000000*y6*y7
with T[35]:y7
to:-42095108795892508125000000*y3*y8
red:-42095108795892508125000000*y3*y8
with T[37]:y8
to:-1791160391275457001030000000*y4*y8
red:-1791160391275457001030000000*y4*y8
with T[37]:y8
to:-2205526942221744130383240000*y5*y8
red:-2205526942221744130383240000*y5*y8
with T[37]:y8
to:1858617169095779300993400000*y6*y8
red:1858617169095779300993400000*y6*y8
with T[36]:y6
to:-1130546237372772307926300000*y7*y8
red:-1130546237372772307926300000*y7*y8
with T[35]:y7
to:3177332129212874237474100000*y4*x2
red:3177332129212874237474100000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-11081767552022203070992650000*y6*x2
red:-11081767552022203070992650000*y6*x2
with T[36]:y6
to:5575350648249644947873650000*y7*x2
red:5575350648249644947873650000*y7*x2
with T[35]:y7
to:8690352836191767253442160000*y8*x2
red:8690352836191767253442160000*y8*x2
with T[37]:y8
to:53078121862657779021750000*y3*x3
red:53078121862657779021750000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-4105390586588556642966290625*y4*x3
red:-4105390586588556642966290625*y4*x3
with T[42]:1
to:12765485687013080531478478125*y5*x3
red:12765485687013080531478478125*y5*x3
with T[42]:1
to:15221190344658377739590700000*y6*x3
red:15221190344658377739590700000*y6*x3
with T[36]:y6
to:-215272783574206299225900000*y7*x3
red:-215272783574206299225900000*y7*x3
with T[35]:y7
to:-21249393761217203454521880000*y8*x3
red:-21249393761217203454521880000*y8*x3
with T[37]:y8
to:80286594304789953414017578125*x2*x3
red:80286594304789953414017578125*x2*x3
with T[42]:1
to:69591603843953934760114453125*x3^2
red:69591603843953934760114453125*x3^2
with T[42]:1
to:246646155981859066125000000*y3*x4
red:246646155981859066125000000*y3*x4
with T[42]:1
to:-6420849514459669580977743750*y4*x4
red:-6420849514459669580977743750*y4*x4
with T[42]:1
to:2726726694379914712142868750*y5*x4
red:2726726694379914712142868750*y5*x4
with T[42]:1
to:-21595147521047866049400270000*y6*x4
red:-21595147521047866049400270000*y6*x4
with T[36]:y6
to:14218803304756334417618100000*y7*x4
red:14218803304756334417618100000*y7*x4
with T[35]:y7
to:2416872138027181654774878000*y8*x4
red:2416872138027181654774878000*y8*x4
with T[37]:y8
to:43231418835878643354780468750*x2*x4
red:43231418835878643354780468750*x2*x4
with T[42]:1
to:127941828887793908578263750000*x3*x4
red:127941828887793908578263750000*x3*x4
with T[42]:1
to:43864908933671716544533687500*x4^2
red:43864908933671716544533687500*x4^2
with T[42]:1
to:-1422498887559800347893750000*y3*x5
red:-1422498887559800347893750000*y3*x5
with T[38]:25*x5-1
to:8720850249644054868301725000*y4*x5
red:8720850249644054868301725000*y4*x5
with T[38]:25*x5-1
to:-2610364793064646514789970000*y5*x5
red:-2610364793064646514789970000*y5*x5
with T[38]:25*x5-1
to:-11702734841486094441547050000*y6*x5
red:-11702734841486094441547050000*y6*x5
with T[36]:y6
to:-2157924465437270509668150000*y7*x5
red:-2157924465437270509668150000*y7*x5
with T[35]:y7
to:-26617050764620340429866230000*y8*x5
red:-26617050764620340429866230000*y8*x5
with T[37]:y8
to:3480670553215995141156000000*x2*x5
red:3480670553215995141156000000*x2*x5
with T[38]:25*x5-1
to:23661690363404676138553593750*x3*x5
red:23661690363404676138553593750*x3*x5
with T[38]:25*x5-1
to:-9980659210366168667784787500*x4*x5
red:-9980659210366168667784787500*x4*x5
with T[38]:25*x5-1
to:12241852694033175536400000000*x5^2
red:12241852694033175536400000000*x5^2
with T[38]:25*x5-1
to:-28775384864550224381250000*y3*x6
red:-28775384864550224381250000*y3*x6
with T[39]:1225*x6+1
to:-4917658110137057094436935000*y4*x6
red:-4917658110137057094436935000*y4*x6
with T[39]:1225*x6+1
to:-1573456460639919581310354000*y5*x6
red:-1573456460639919581310354000*y5*x6
with T[39]:1225*x6+1
to:-14427402143257487571014520000*y6*x6
red:-14427402143257487571014520000*y6*x6
with T[36]:y6
to:32461805998507977369882450000*y7*x6
red:32461805998507977369882450000*y7*x6
with T[35]:y7
to:-2193913814839679547509202000*y8*x6
red:-2193913814839679547509202000*y8*x6
with T[37]:y8
to:2436469387251196598809200000*x2*x6
red:2436469387251196598809200000*x2*x6
with T[39]:1225*x6+1
to:20933663986868779162202484375*x3*x6
red:20933663986868779162202484375*x3*x6
with T[39]:1225*x6+1
to:37979876567636389944933086250*x4*x6
red:37979876567636389944933086250*x4*x6
with T[39]:1225*x6+1
to:-13109684760870687929154600000*x5*x6
red:-13109684760870687929154600000*x5*x6
with T[38]:25*x5-1
to:6437306817586693236060180000*x6^2
red:6437306817586693236060180000*x6^2
with T[39]:1225*x6+1
to:-11049728048398972288125000*y3
red:-11049728048398972288125000*y3
with T[42]:1
to:-78472006437158074115384625*y4
red:-78472006437158074115384625*y4
with T[42]:1
to:26713259333381618052449625*y5
red:26713259333381618052449625*y5
with T[42]:1
to:213734500227190829081071800*y6
red:213734500227190829081071800*y6
with T[36]:y6
to:-95667384329426008510488000*y7
red:-95667384329426008510488000*y7
with T[35]:y7
to:-95867877536463816872161920*y8
red:-95867877536463816872161920*y8
with T[37]:y8
to:-219996248820876454126921875*x2
red:-219996248820876454126921875*x2
with T[42]:1
to:42815495555328063923643750*x3
red:42815495555328063923643750*x3
with T[42]:1
to:-122020898283535855911615000*x4
red:-122020898283535855911615000*x4
with T[42]:1
to:739034702330889705954501750*x5
red:739034702330889705954501750*x5
with T[38]:25*x5-1
to:430633233029689510041888975*x6
red:430633233029689510041888975*x6
with T[39]:1225*x6+1
to:9479821375143998664456825
red:9479821375143998664456825
with T[42]:1
to:NULL
set L
0:14504703609375000*y4*x2^2+10153292526562500*y5*x2^2+... 1837500*y4*x2+1286250*y5*x2+... lcm: o*y4*x2^2
p : o*y3*x2*x3+o o:3 e:3 l:0
6-red:5180251289062500*y3*x2*x3
with T[11]:6250*y3*x2+4375*y4*x2+...
to:76828746093750*y4*x2*x3
red:76828746093750*y4*x2*x3
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-36986994203906250*y5*x2*x3
red:-36986994203906250*y5*x2*x3
with T[42]:1
to:-7252351804687500*y7*x2*x3
.7red:-7252351804687500*y7*x2*x3
with T[35]:y7
to:-6355492910156250*y3*x3^2
red:-6355492910156250*y3*x3^2
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-358067058693750000*y4*x3^2
red:-358067058693750000*y4*x3^2
with T[42]:1
to:358067058693750000*y5*x3^2
red:358067058693750000*y5*x3^2
with T[42]:1
to:-8794430820000000*y4*x2*x4
red:-8794430820000000*y4*x2*x4
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:44001236212500000*y3*x3*x4
red:44001236212500000*y3*x3*x4
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-468236464841250000*y4*x3*x4
red:-468236464841250000*y4*x3*x4
with T[42]:1
to:53982129757500000*y5*x3*x4
red:53982129757500000*y5*x3*x4
with T[42]:1
to:-81226340212500000*y7*x3*x4
red:-81226340212500000*y7*x3*x4
with T[35]:y7
to:82884020625000000*y3*x2*x5
red:82884020625000000*y3*x2*x5
with T[11]:6250*y3*x2+4375*y4*x2+...
to:32368391212500000*y4*x2*x5
red:32368391212500000*y4*x2*x5
with T[38]:25*x5-1
to:-99181636470000000*y5*x2*x5
red:-99181636470000000*y5*x2*x5
with T[38]:25*x5-1
to:-58018814437500000*y7*x2*x5
red:-58018814437500000*y7*x2*x5
with T[35]:y7
to:-22300359375000000*y3*x3*x5
red:-22300359375000000*y3*x3*x5
with T[38]:25*x5-1
to:-605775488981250000*y4*x3*x5
red:-605775488981250000*y4*x3*x5
with T[38]:25*x5-1
to:270008789662500000*y5*x3*x5
red:270008789662500000*y5*x3*x5
with T[38]:25*x5-1
to:58018814437500000*y8*x3*x5
red:58018814437500000*y8*x3*x5
with T[37]:y8
to:-445578590992500000*y4*x4*x5
red:-445578590992500000*y4*x4*x5
with T[38]:25*x5-1
to:-238035927528000000*y5*x4*x5
red:-238035927528000000*y5*x4*x5
with T[38]:25*x5-1
to:-81226340212500000*y7*x4*x5
red:-81226340212500000*y7*x4*x5
with T[35]:y7
to:-22300359375000000*y3*x5^2
red:-22300359375000000*y3*x5^2
with T[38]:25*x5-1
to:-270008789662500000*y4*x5^2
red:-270008789662500000*y4*x5^2
with T[38]:25*x5-1
to:58018814437500000*y8*x5^2
red:58018814437500000*y8*x5^2
with T[37]:y8
to:-99181636470000000*y4*x2*x6
red:-99181636470000000*y4*x2*x6
with T[39]:1225*x6+1
to:-69427145529000000*y5*x2*x6
red:-69427145529000000*y5*x2*x6
with T[39]:1225*x6+1
to:-17303856937500000*y3*x3*x6
red:-17303856937500000*y3*x3*x6
with T[39]:1225*x6+1
to:-150133974768750000*y4*x3*x6
red:-150133974768750000*y4*x3*x6
with T[39]:1225*x6+1
to:-124976993058750000*y5*x3*x6
red:-124976993058750000*y5*x3*x6
with T[39]:1225*x6+1
to:-139245154650000000*y7*x3*x6
red:-139245154650000000*y7*x3*x6
with T[35]:y7
to:-69427145529000000*y4*x4*x6
red:-69427145529000000*y4*x4*x6
with T[39]:1225*x6+1
to:-166625149269600000*y5*x4*x6
red:-166625149269600000*y5*x4*x6
with T[39]:1225*x6+1
to:-17303856937500000*y3*x5*x6
red:-17303856937500000*y3*x5*x6
with T[38]:25*x5-1
to:-144779957857500000*y4*x5*x6
red:-144779957857500000*y4*x5*x6
with T[38]:25*x5-1
to:-138854291058000000*y5*x5*x6
red:-138854291058000000*y5*x5*x6
with T[38]:25*x5-1
to:-139245154650000000*y7*x5*x6
red:-139245154650000000*y7*x5*x6
with T[35]:y7
to:-69427145529000000*y4*x6^2
red:-69427145529000000*y4*x6^2
with T[39]:1225*x6+1
to:-97198003740600000*y5*x6^2
red:-97198003740600000*y5*x6^2
with T[39]:1225*x6+1
to:-1894491900000000*y3*x2
red:-1894491900000000*y3*x2
with T[11]:6250*y3*x2+4375*y4*x2+...
to:1379875828800000*y4*x2
red:1379875828800000*y4*x2
with T[41]:1837500*y4*x2+1286250*y5*x2+...
to:-3249053608500000*y5*x2
red:-3249053608500000*y5*x2
with T[42]:1
to:1326144330000000*y7*x2
red:1326144330000000*y7*x2
with T[35]:y7
to:19339604812500000*x2^2
red:19339604812500000*x2^2
with T[42]:1
to:-25564843500000*y3*x3
red:-25564843500000*y3*x3
with T[40]:1050000*y3*x3+420000*y4*x3+...
to:-3660905757928125*y4*x3
red:-3660905757928125*y4*x3
with T[42]:1
to:6499284984215625*y5*x3
red:6499284984215625*y5*x3
with T[42]:1
to:1856602062000000*y7*x3
red:1856602062000000*y7*x3
with T[35]:y7
to:-3644843512734375*x2*x3
red:-3644843512734375*x2*x3
with T[42]:1
to:-2651608599609375*x3^2
red:-2651608599609375*x3^2
with T[42]:1
to:-332367000000000*y3*x4
red:-332367000000000*y3*x4
with T[42]:1
to:-7834140500068750*y4*x4
red:-7834140500068750*y4*x4
with T[42]:1
to:-4937265392106250*y5*x4
red:-4937265392106250*y5*x4
with T[42]:1
to:1856602062000000*y7*x4
red:1856602062000000*y7*x4
with T[35]:y7
to:-15950932828906250*x2*x4
red:-15950932828906250*x2*x4
with T[42]:1
to:9233716751000000*x3*x4
red:9233716751000000*x3*x4
with T[42]:1
to:-10780302872062500*x4^2
red:-10780302872062500*x4^2
with T[42]:1
to:102831277500000*y3*x5
red:102831277500000*y3*x5
with T[38]:25*x5-1
to:6212423227500000*y4*x5
red:6212423227500000*y4*x5
with T[38]:25*x5-1
to:2864378690040000*y5*x5
red:2864378690040000*y5*x5
with T[38]:25*x5-1
to:1856602062000000*y7*x5
red:1856602062000000*y7*x5
with T[35]:y7
to:-1326144330000000*y8*x5
red:-1326144330000000*y8*x5
with T[37]:y8
to:-17752884754500000*x2*x5
red:-17752884754500000*x2*x5
with T[38]:25*x5-1
to:-7369587884531250*x3*x5
red:-7369587884531250*x3*x5
with T[38]:25*x5-1
to:-2432096692987500*x4*x5
red:-2432096692987500*x4*x5
with T[38]:25*x5-1
to:-1851923115000000*x5^2
red:-1851923115000000*x5^2
with T[38]:25*x5-1
to:-703787122500000*y3*x6
red:-703787122500000*y3*x6
with T[39]:1225*x6+1
to:-1079893434480000*y4*x6
red:-1079893434480000*y4*x6
with T[39]:1225*x6+1
to:-263572348872000*y5*x6
red:-263572348872000*y5*x6
with T[39]:1225*x6+1
to:3182746392000000*y7*x6
red:3182746392000000*y7*x6
with T[35]:y7
to:25091814008100000*x2*x6
red:25091814008100000*x2*x6
with T[39]:1225*x6+1
to:14861627090296875*x3*x6
red:14861627090296875*x3*x6
with T[39]:1225*x6+1
to:-7934008408978750*x4*x6
red:-7934008408978750*x4*x6
with T[39]:1225*x6+1
to:-9496848549300000*x5*x6
red:-9496848549300000*x5*x6
with T[38]:25*x5-1
to:-5239526450760000*x6^2
red:-5239526450760000*x6^2
with T[39]:1225*x6+1
to:-332167500000*y3
red:-332167500000*y3
with T[42]:1
to:5811343935250*y4
red:5811343935250*y4
with T[42]:1
to:76974873991750*y5
red:76974873991750*y5
with T[42]:1
to:-42436618560000*y7
red:-42436618560000*y7
with T[35]:y7
to:-867388190506250*x2
red:-867388190506250*x2
with T[42]:1
to:109066728831875*x3
red:109066728831875*x3
with T[42]:1
to:678609278856250*x4
red:678609278856250*x4
with T[42]:1
to:381797040376500*x5
red:381797040376500*x5
with T[38]:25*x5-1
to:-378847124605950*x6
red:-378847124605950*x6
with T[39]:1225*x6+1
to:5869810455550
red:5869810455550
with T[42]:1
to:NULL
set L
product criterion:467 chain criterion:229
_[1]=1
Auf Wiedersehen.
@rburing
Copy link
Author

rburing commented May 6, 2021

Was obtained by compiling Singular with make -j 2 CXXFLAGS=-DKDEBUG=1 to set the KDEBUG flag, and using the hidden option(teach).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment