Ask Your Question
0

An imperfection about the output format of group algebra

asked 2014-09-18 16:55:36 +0200

updated 2014-09-18 17:10:25 +0200

kcrisman gravatar image

Hi, guys. I am not sure that whether there has some else came across the same problem with me. I wanted to compute some formula in the algebra of linear group GL(2,F_q) for some prime power q. Then I asked sage to print the result for me, the format was quite weird. Each row of the 2X2 matrix got printed in two lines. It was something like:

 2*[1 0]
[0 1] + [1 0]
[1 1] + [      1       0]
[g^2 + 1       1] + [  1   0]
[g^2   g] + [      1       0]
[g^2 + 1       g] + [  1   0]
[  0 g^2] + [  1   0]
[g^2 g^2] + [      1       0]
[      1 g^2 + 1] + [      1       0]
[      g g^2 + 1] + [g 0]
[g 1] + [    g     0]
[    1 g + 1]

I think the results can be printed in a more perfect way.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-09-18 16:59:26 +0200

I think it would be better if I can upload the picture, because the format changes when I paste the texts here. However, I can not upload the picture of the result now. I think you guys may have a try about that.

edit flag offensive delete link more

Comments

You should be able to cut and paste it exactly from your terminal/notebook, but you'll have to then highlight the results and click the little "101010101" button you will see to keep it formatted as code.

kcrisman gravatar imagekcrisman ( 2014-09-18 17:11:22 +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

1 follower

Stats

Asked: 2014-09-18 16:55:36 +0200

Seen: 130 times

Last updated: Sep 18 '14