// Magma code for the lmfdb family of higher genus curves 5.32-28.0.2-2-2-4.1 // The results are stored in a list of records called 'data' RecFormat:=recformat; data:=[]; // Create group as a permutation group, and generate data which is the same for all entries. gp_id:=[32,28]; H:=SmallGroup(gp_id[1],gp_id[2]); n:=#H; LP:=[]; LG:=[g : g in H]; for i in [1..n] do x:=LG[i]; Tx:=[LG[j]*x : j in [1..n]]; permL:=[]; for j in [1..n] do for k in [1..n] do if Tx[j] eq LG[k] then permL[j]:=k; break; end if; end for; end for; Append(~LP,permL); end for; G:=PermutationGroup; signature:=[0,2,2,2,4]; genus:=5; r:=#signature-1; g0:=signature[1]; dim:=3*g0-3+r; S:=Sym(gp_id[1]); // Here we add an action to data. gen_vectors:=[[5, 6, 7, 8, 1, 2, 3, 4, 13, 14, 15, 16, 9, 10, 11, 12, 21, 22, 23, 24, 17, 18, 19, 20, 29, 30, 31, 32, 25, 26, 27, 28], [17, 18, 19, 20, 22, 21, 24, 23, 27, 28, 25, 26, 32, 31, 30, 29, 1, 2, 3, 4, 6, 5, 8, 7, 11, 12, 9, 10, 16, 15, 14, 13], [26, 25, 28, 27, 29, 30, 31, 32, 18, 17, 20, 19, 21, 22, 23, 24, 10, 9, 12, 11, 13, 14, 15, 16, 2, 1, 4, 3, 5, 6, 7, 8], [16, 15, 14, 13, 12, 11, 10, 9, 6, 5, 8, 7, 2, 1, 4, 3, 32, 31, 30, 29, 28, 27, 26, 25, 22, 21, 24, 23, 18, 17, 20, 19]]; cc:=[5,7,8,11]; gen_vectors_as_perm:=[S!perm : perm in gen_vectors]; passport_label:=1; gen_vect_label:=1; braid_class:=1; topological_class:=[1, 1]; is_hyperelliptic:=false; is_cyclic_trigonal:=false; Append(~data, rec); // Here we add an action to data. gen_vectors:=[[5, 6, 7, 8, 1, 2, 3, 4, 13, 14, 15, 16, 9, 10, 11, 12, 21, 22, 23, 24, 17, 18, 19, 20, 29, 30, 31, 32, 25, 26, 27, 28], [17, 18, 19, 20, 22, 21, 24, 23, 27, 28, 25, 26, 32, 31, 30, 29, 1, 2, 3, 4, 6, 5, 8, 7, 11, 12, 9, 10, 16, 15, 14, 13], [27, 28, 25, 26, 32, 31, 30, 29, 19, 20, 17, 18, 24, 23, 22, 21, 11, 12, 9, 10, 16, 15, 14, 13, 3, 4, 1, 2, 8, 7, 6, 5], [13, 14, 15, 16, 9, 10, 11, 12, 7, 8, 5, 6, 3, 4, 1, 2, 29, 30, 31, 32, 25, 26, 27, 28, 23, 24, 21, 22, 19, 20, 17, 18]]; cc:=[5,7,8,11]; gen_vectors_as_perm:=[S!perm : perm in gen_vectors]; passport_label:=1; gen_vect_label:=2; braid_class:=1; topological_class:=[1, 1]; is_hyperelliptic:=false; is_cyclic_trigonal:=false; Append(~data, rec);