Check whether a modular subgroup is congruence from its generators
I want to input the generators of a specific subgroup of the modular group Γ=PSL(2,Z) as explicit 2×2 matrices, and have Sage tell me whether that subgroup is congruence. Clearly I need to use the command is_congruence()
for the second part, but I'm having trouble inputting the subgroup generators. Potentially it is something very simple - can anyone help? Thanks.