// Preambel print "==TRIANGULATION" cat "=BEGINS=="; print "% Triangulation\nK5a1\ngeometric_solution 2.82812209\noriented_manifold\nCS_known -0.0000000000000001\n\n1 0\n torus 0.000000000000 0.000000000000\n\n3\n 1 2 2 1 \n 0132 0132 1302 1302\n 0 0 0 0 \n 0 0 -1 1 -1 0 1 0 1 -1 0 0 0 0 0 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 -1 2 -1 1 0 -1 0 -2 2 0 0 1 0 -1 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0.122561166877 0.744861766620\n\n 0 2 0 2 \n 0132 3201 2031 2103\n 0 0 0 0 \n 0 0 0 0 1 0 -1 0 0 0 0 0 -1 1 0 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 -1 0 1 -1 0 1 0 -1 1 0 0 2 -2 0 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0.662358978622 0.562279512062\n\n 0 0 1 1 \n 2031 0132 2310 2103\n 0 0 0 0 \n 0 0 0 0 1 0 -1 0 0 0 0 0 -1 1 0 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 1 -1 0 -2 0 2 0 1 0 0 -1 1 -2 1 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0.784920145499 1.307141278682\n\n"; print "==TRIANGULATION" cat "=ENDS=="; print "PY=EVAL=SECTION" cat "=BEGINS=HERE"; print "{'variable_dict' : (lambda d, negation = (lambda x:-x): { 's_3_1' : d['1'], 's_3_0' : d['1'], 's_3_2' : d['1'], 's_2_0' : negation(d['1']), 's_2_1' : d['1'], 's_2_2' : d['1'], 's_1_2' : negation(d['1']), 's_1_1' : d['1'], 's_1_0' : negation(d['1']), 's_0_2' : negation(d['1']), 's_0_0' : d['1'], 's_0_1' : d['1'], 'c_1100_1' : negation(d['c_0110_2']), 'c_1100_0' : d['c_0101_1'], 'c_1100_2' : negation(d['c_0011_0']), 'c_0101_2' : d['c_0101_1'], 'c_0101_1' : d['c_0101_1'], 'c_0101_0' : d['c_0011_0'], 'c_0011_1' : negation(d['c_0011_0']), 'c_0011_0' : d['c_0011_0'], 'c_0011_2' : negation(d['c_0011_0']), 'c_1001_1' : negation(d['c_0101_1']), 'c_1001_0' : d['c_0110_2'], 'c_1001_2' : d['c_0110_2'], 'c_0110_1' : d['c_0011_0'], 'c_0110_0' : d['c_0101_1'], 'c_0110_2' : d['c_0110_2'], 'c_1010_2' : d['c_0110_2'], 'c_1010_1' : negation(d['c_0110_2']), 'c_1010_0' : d['c_0110_2']})}"; print "PY=EVAL=SECTION=ENDS=HERE"; cputime := Cputime(); // Computation // Setting up the Polynomial ring and ideal R := PolynomialRing(RationalField(), 4); I := ideal; // Value indicating failure P := -1; // Computing the primary decomposition P,Q:=PrimaryDecomposition(I); if Type(P) eq RngIntElt then // Some error occured print "PRIMARY=DECOMPOSITION" cat "=FAILED"; else // Success print "PRIMARY=DECOMPOSITION" cat "=BEGINS=HERE"; P; print "PRIMARY=DECOMPOSITION" cat "=ENDS=HERE"; end if; print "CPUTIME :", Cputime(cputime);