I want to get character table of following group for some $n$ with MAGMA
$$G\langle a,b\rangle := \mathrm{Group}\langle a,b\mid a^{2n}, b^4, b*a*b*a, b^{-1}*a*b^{-1}*a\rangle;$$
I want to get character table of following group for some $n$ with MAGMA
$$G\langle a,b\rangle := \mathrm{Group}\langle a,b\mid a^{2n}, b^4, b*a*b*a, b^{-1}*a*b^{-1}*a\rangle;$$
Copyright © 2021 JogjaFile Inc.
You need to convert the group to a more concrete representation, such as a permutation group using
PermutationGroupor, if applicable, a finite polycyclic group usingPCGroup: