Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what is the equivalent command of gap in sage

gap command, g1:=Group((2, 3)(4, 5)); g2:=Group((1, 5)(3, 4)); cg:=AllHomomorphisms(g1,g2);

i see that sage seems need to define GF or other things, what is the sage command of above gap command

i am finding an input for this function K.<x> = FunctionField(cg[3]);

what is the equivalent command of gap in sage

gap command, command,

g1:=Group((2, 3)(4, 5));
g2:=Group((1, 5)(3, 4));
cg:=AllHomomorphisms(g1,g2);

cg:=AllHomomorphisms(g1,g2);

i see that sage seems need to define GF or other things, what is the sage command of above gap command

i am finding an input for this function function

K.<x> = FunctionField(cg[3]);

FunctionField(cg[3]);