First time here? Check out the FAQ!
answered 2014-02-07 23:29:47 +0100
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...