Closed
Description
opened on Jun 2, 2020
The following in 4.11.0 (cygwin64 install):
G := SmallGroup(5^7,656);;
H := OneSmallGroup(Size,5^7,G->IdGroup(G)[2],656);;
IsomorphismGroups(G,H);
returns fail, and they are indeed non-isomorphic groups: G has an irreducible representation of degree 25, whereas H does not. Similar issues occur when using AllSmallGroups vs SmallGroup to build one or more groups.
Activity