First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

cjsh gravatar image

can sagecell show more than one line codes results?

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()