Ask Your Question
0

is multiplicative group of Q5 right?

asked 2013-12-15 03:17:36 +0200

cjsh gravatar image

K = Qp(5, print_mode='digits')

C1=CartesianProduct(ZZ,Integers(4));C1

Cartesian product of Integer Ring, Ring of integers modulo 4

C2=CartesianProduct(C1,Z5);C2

Cartesian product of Cartesian product of Integer Ring, Ring of integers modulo 4, 5-adic Ring with capped relative precision 20

C2.is_ring();

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-12-15 06:51:22 +0200

John Cremona gravatar image

There is something missing in your code since Z5 is never defined. I assume that you meant to insert

sage: Z5 = K.integer_ring()

Secondly, if you want help then please ask a clear question! All that I see is a block of incorrect Sage code! But I can guess what you might be wanting to ask, given the title of your posting, which is perhaps to verify that the group of units of Z5 is isomorphic to Z x C4 x Z5. Is that correct?

edit flag offensive delete link more

Comments

thank you very much! yes,I want what look like multiplicative group and additive group of Q5

cjsh gravatar imagecjsh ( 2013-12-17 05:33:16 +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: 2013-12-15 03:17:36 +0200

Seen: 324 times

Last updated: Dec 17 '13