Characters of SL_2(\mathbb{Z}/4\mathbb{Z})

27 Views Asked by At

I need to have description of all the characters of group $\mathrm{SL}_2(\mathbb{Z}/8\mathbb{Z})$. I am implementing the following code on Sage online (changing the language to GAP).

\gap> g := SL(2, Integers mod 8);
gap> c := CharacterTable(g);
gap> Display(c);

But its giving me the many errors. How to fix this?

0

There are 0 best solutions below