Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ModFrmGL2/GrpGL2Hat
Submodule GrpGL2Hat updated 3 files
+1 −0 .gitignore
+93 −12 creation.m
+3 −0 farey_symbol.m
2 changes: 1 addition & 1 deletion ModFrmGL2/ModSymA
Submodule ModSymA updated 4 files
+1 −0 .gitignore
+1 −0 maps.m
+7 −0 operators.m
+18 −8 subspace.m
4 changes: 2 additions & 2 deletions ModFrmGL2/Tests/Shimura.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ function Test_Shimura(N)
// cat [[1,0,0,d] : d in all_gens];
// gamma := PSL2Subgroup(sub<GL(2, Integers(N)) | mat_gens>);
gamma := GammaShimura(U, phi, H`subgroup, t);
// M := ModularSymbols(gamma, 2, Rationals(), 0);
M := ModularSymbols(gamma);
M := ModularSymbols(gamma, 2, Rationals(), 0);
// M := ModularSymbols(gamma);
S := CuspidalSubspace(M);
// D := NewformDecomposition(S);
D := Decomposition(S, HeckeBound(S));
Expand Down
Loading