// The entire file can be run from the shell with // magma LinkComplementHelpers.m LinkComplement11.m // or from within magma with // load "LinkComplementHelpers.m"; // load "LinkComplement11.m"; // Bianchi11 := Group; Bianchi11P := [[ t, u ]]; print ""; print "<(1+sqrt(-11))/2>"; VerifyLink2(Bianchi11, Bianchi11P, [[ 0, 1]], 12); print ""; print "<(3+sqrt(-11))/2>"; VerifyLink( Bianchi11, Bianchi11P, [[5,1,1]], 60, Symmetrize( a, 2, [[]], [[, , , , , ]])); print ""; print "<(5+sqrt(-11))/2>"; h:=t^-4*a*t^4; VerifyLink( Bianchi11, Bianchi11P, [[9,2,1]], 324, [[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ]]);