> < ^ Date: Mon, 21 Oct 2002 13:27:10 -0600 (MDT)
> < ^ From: Alexander Hulpke <hulpke@math.colostate.edu >
< ^ Subject: Re: Socle

Dear Gap Forum,

Kurt Ewald wrote:

gap> g:=DirectProduct(A5,A5,A5);
gap> S:=Socle(g);
Error, no method found! For debugging hints type ?Recovery from
NoMethodFound

What happened?

GAP4.3 contains only methods to compute the socle of a primitive permutation
group. (The next release will contain a more general method.)

You can use `NormalSubgroups' to get a list of all normal subgroups and filter
out the minimal ones to obtain the socle.

Best wishes,

Alexander Hulpke

-- Colorado State University, Department of Mathematics,
Weber Building, 1874 Campus Delivery, Fort Collins, CO 80523-1874, USA
email: hulpke@math.colostate.edu, Phone: ++1-970-4914288
http://www.math.colostate.edu/~hulpke


> < [top]