// Preambel print "==TRIANGULATION" cat "=BEGINS=="; print "% Triangulation\n9^2_43\nflat_solution 0.00000000\noriented_manifold\nCS_known -0.0000000000000001\n\n2 0\n torus 0.000000000000 0.000000000000\n torus 0.000000000000 0.000000000000\n\n4\n 1 2 3 1 \n 0132 0132 0132 2031\n 0 0 1 0 \n 0 -1 0 1 0 0 0 0 1 2 0 -3 -1 0 1 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 8 1 -9 0 0 1 -1 0 -1 0 1 9 0 -9 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 2.000000000000 0.000000000000\n\n 0 0 3 2 \n 0132 1302 0213 2103\n 0 0 0 1 \n 0 0 0 0 0 0 0 0 1 -1 0 0 -1 3 -2 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 1 -1 0 0 0 1 -1 -9 9 0 0 0 -1 1 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0.500000000000 0.000000000000\n\n 3 0 3 1 \n 2103 0132 2103 2103\n 0 0 0 1 \n 0 1 -1 0 0 0 0 0 0 0 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 -8 8 0 -1 0 0 1 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 3.000000000000 0.000000000000\n\n 2 1 2 0 \n 2103 0213 2103 0132\n 0 0 0 1 \n 0 0 0 0 0 0 0 0 1 0 0 -1 0 2 -2 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 0 1 0 -1 0 0 1 -1 -8 -1 0 9 0 -1 1 0\n 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n 1.500000000000 0.000000000000\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_3' : d['1'], 's_3_2' : d['1'], 's_3_0' : negation(d['1']), 's_2_0' : d['1'], 's_2_1' : d['1'], 's_2_2' : d['1'], 's_2_3' : d['1'], 's_1_3' : d['1'], 's_1_2' : d['1'], 's_1_1' : negation(d['1']), 's_1_0' : d['1'], 's_0_2' : d['1'], 's_0_3' : d['1'], 's_0_0' : negation(d['1']), 's_0_1' : negation(d['1']), 'c_1100_1' : negation(d['c_0110_2']), 'c_1100_0' : negation(d['c_0110_2']), 'c_1100_3' : negation(d['c_0110_2']), 'c_1100_2' : negation(d['c_0101_0']), 'c_0101_3' : d['c_0101_2'], 'c_0101_2' : d['c_0101_2'], 'c_0101_1' : negation(d['c_0011_0']), 'c_0101_0' : d['c_0101_0'], 'c_0011_1' : negation(d['c_0011_0']), 'c_0011_0' : d['c_0011_0'], 'c_0011_3' : negation(d['c_0011_0']), 'c_0011_2' : negation(d['c_0011_0']), 'c_1001_1' : negation(d['c_0011_0']), 'c_1001_0' : negation(d['c_0110_2']), 'c_1001_3' : negation(d['c_0011_0']), 'c_1001_2' : negation(d['c_0011_0']), 'c_0110_1' : d['c_0101_0'], 'c_0110_0' : negation(d['c_0011_0']), 'c_0110_3' : d['c_0101_0'], 'c_0110_2' : d['c_0110_2'], 'c_1010_3' : negation(d['c_0110_2']), 'c_1010_2' : negation(d['c_0110_2']), 'c_1010_1' : d['c_0110_2'], 'c_1010_0' : negation(d['c_0011_0'])})}"; print "PY=EVAL=SECTION=ENDS=HERE"; cputime := Cputime(); // Computation // Setting up the Polynomial ring and ideal R := PolynomialRing(RationalField(), 5); 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);