// Magma code for the lmfdb family of higher genus curves 10.108-25.0.2-6-6.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:=[108,25]; 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,6,6]; genus:=10; 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:=[[55, 57, 56, 61, 63, 62, 58, 60, 59, 64, 66, 65, 70, 72, 71, 67, 69, 68, 73, 75, 74, 79, 81, 80, 76, 78, 77, 82, 84, 83, 88, 90, 89, 85, 87, 86, 91, 93, 92, 97, 99, 98, 94, 96, 95, 100, 102, 101, 106, 108, 107, 103, 105, 104, 1, 3, 2, 7, 9, 8, 4, 6, 5, 10, 12, 11, 16, 18, 17, 13, 15, 14, 19, 21, 20, 25, 27, 26, 22, 24, 23, 28, 30, 29, 34, 36, 35, 31, 33, 32, 37, 39, 38, 43, 45, 44, 40, 42, 41, 46, 48, 47, 52, 54, 53, 49, 51, 50], [40, 41, 42, 44, 45, 43, 39, 37, 38, 49, 50, 51, 53, 54, 52, 48, 46, 47, 31, 32, 33, 35, 36, 34, 30, 28, 29, 13, 14, 15, 17, 18, 16, 12, 10, 11, 22, 23, 24, 26, 27, 25, 21, 19, 20, 4, 5, 6, 8, 9, 7, 3, 1, 2, 94, 95, 96, 98, 99, 97, 93, 91, 92, 103, 104, 105, 107, 108, 106, 102, 100, 101, 85, 86, 87, 89, 90, 88, 84, 82, 83, 67, 68, 69, 71, 72, 70, 66, 64, 65, 76, 77, 78, 80, 81, 79, 75, 73, 74, 58, 59, 60, 62, 63, 61, 57, 55, 56], [105, 104, 103, 100, 102, 101, 107, 106, 108, 87, 86, 85, 82, 84, 83, 89, 88, 90, 96, 95, 94, 91, 93, 92, 98, 97, 99, 78, 77, 76, 73, 75, 74, 80, 79, 81, 60, 59, 58, 55, 57, 56, 62, 61, 63, 69, 68, 67, 64, 66, 65, 71, 70, 72, 51, 50, 49, 46, 48, 47, 53, 52, 54, 33, 32, 31, 28, 30, 29, 35, 34, 36, 42, 41, 40, 37, 39, 38, 44, 43, 45, 24, 23, 22, 19, 21, 20, 26, 25, 27, 6, 5, 4, 1, 3, 2, 8, 7, 9, 15, 14, 13, 10, 12, 11, 17, 16, 18]]; cc:=[3,15,20]; 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);