Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This example is a perhaps-hacky workaround:

K.<u> = CyclotomicField(28)
print K
Ga=K.galois_group(names='y')
print Ga
table(Ga.list(),frame=True).transpose()

But having just one output is really by design, I think...