[GAP Forum] Information about p-modular group algebra FG in GAP
Surinder Kaur
surinder.kaur at iitrpr.ac.in
Mon Dec 4 05:47:55 GMT 2017
Dear Forum
I wanted to get some information in GAP about the elements of augmentation
1 in the group algebra FG, where F is a Galois field with 3 elements and G
is non-abelian of order 3^3.
I am trying this way:
g:=SmallGroup(3^3,3);;
f:=GF(3);;
fg:=GroupRing(f,g);;
e:=Identity(fg);;
m:=MinimalGeneratingSet(g);;
v:=Filtered(fg,x->Augmentation(x) = Z(3)^0);;
Print (v[1], "\n");
But I am getting that "it has reached pre-set memory limit".
How can I get the elements of v. Any suggestion will be highly appreciated.
--
*Regards**Surinder Kaur*
*Research scholar *
*Department of Mathematics *
*IIT Ropar*
More information about the Forum
mailing list