Autor |
Mesaj |
|
|
|
X
|
|
X
|
|
sage: G = DihedralGroup(4)
sage: G.is_commutative()
False
sage: G.order()
8
sage: for g in G:
....: print g,"^4 =", g^4
....:
() ^4 = ()
(2,4) ^4 = ()
(1,2)(3,4) ^4 = ()
(1,2,3,4) ^4 = ()
(1,3) ^4 = ()
(1,3)(2,4) ^4 = ()
(1,4,3,2) ^4 = ()
(1,4)(2,3) ^4 = ()
--- df (gauss)
|
|
Deci, problema e gresita! Multumesc!
|