> < ^ Date: Tue, 26 Jul 1994 23:21:00 +1000
> < ^ From: Eamonn O'Brien <obrien@math.auckland.ac.nz >
> ^ Subject: MeatAxe package of GAP 3.4

I'm using the MeatAxe package in GAP 3.4 and have computed
a submodule lattice using the Lattice command.

I now use the following command to see the basis for one
of the submodules computed:

gap>  B := GeneratorsSubmodule (L, 6);
MeatAxeMat( "/usr/tmp/aaaa09933/c/g.s5", GF(5^2), [ 4, 16 ] )

gap> Display (B);
MeatAxe.Matrix := [
[0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),0*Z(25),
 0*Z(25),0*Z(25),Z(25)^24,0*Z(25),0*Z(25),0*Z(25)] ];

I can display the basis using the Display function.

However, I want to assign the basis to a variable
back within GAP and work with its vectors.

Can anyone advise me how to do this?

I'm sure it's trivial and present in the
documentation but I can't seem to find it.

Thanks,
Eamonn


> < [top]