Ask Your Question
0

can sagecell show more than one line codes results?

asked 2014-02-07 23:15:59 +0200

cjsh gravatar image

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()
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-02-07 23:29:47 +0200

kcrisman gravatar image

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...

edit flag offensive delete link more

Comments

thank you very much! I am seeing your homepage: why http://sage.math.gordon.edu/ version=5.6,is there more highter?

cjsh gravatar imagecjsh ( 2014-02-07 23:47:47 +0200 )edit

Yes. Probably by design for sagenb. In cloud.s.c one doesn't need the print statements.

ppurka gravatar imageppurka ( 2014-02-08 02:21:18 +0200 )edit

Hi. I am not the admin for it and so we upgrade about once a year to save labor. Note that this is really for our student use only.

kcrisman gravatar imagekcrisman ( 2014-02-08 22:08:59 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2014-02-07 23:15:59 +0200

Seen: 303 times

Last updated: Feb 07 '14