below three lines codes can get three results in sagenb,but in sagecell only can show the third line codes result.....
K.<u> = CyclotomicField(28);K;
Ga=K.galois_group(names='y');Ga;
table(Ga.list(),frame=True).transpose()
1 | initial version |
below three lines codes can get three results in sagenb,but in sagecell only can show the third line codes result.....
K.<u> = CyclotomicField(28);K;
Ga=K.galois_group(names='y');Ga;
table(Ga.list(),frame=True).transpose()