// Magma code for the lmfdb family of higher genus curves 14.40-2.0.5-8-40.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:=[40,2]; 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,5,8,40]; genus:=14; 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, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 1, 2, 3, 4, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 21, 22, 23, 24], [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 3, 4, 2, 1, 7, 8, 6, 5, 11, 12, 10, 9, 15, 16, 14, 13, 19, 20, 18, 17], [40, 39, 37, 38, 24, 23, 21, 22, 28, 27, 25, 26, 32, 31, 29, 30, 36, 35, 33, 34, 17, 18, 19, 20, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]]; cc:=[5,9,40]; gen_vectors_as_perm:=[S!perm : perm in gen_vectors]; passport_label:=1; gen_vect_label:=1; is_hyperelliptic:=false; is_cyclic_trigonal:=false; Append(~data, rec);