Hi,

I´am trying to understand the represenation of the elments of GF(x,y) in GAP.

I need to work with the field F_p^l. F_p^l is isomorph to (Z_p)^l .
Is there a way to translate the follwing output into a representation of 
(Z_p)^l in GAP:

gap> Elements(GF(3,2));
[ 0*Z(3), Z(3)^0, Z(3), Z(3^2), Z(3^2)^2, Z(3^2)^3, Z(3^2)^5, Z(3^2)^6,
  Z(3^2)^7 ]

I need tuples to handle with them.
Which tuple representation is for example Z(3^2)^2 ?

regards,
Nasira
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to