Question: MinimumPermutationRepresentationDegree error.

How does this happen, that is, what is the algorithm failure here? 

for L in [[4, 2], [8, 5], [9, 2], [16, 14], [25, 2]] do
traperror(MinimumPermutationRepresentationDegree(SmallGroup(op(L))))
end do;

Please Wait...