Guest User

Untitled

a guest
Feb 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. gap> WedderburnDecomposition( GroupRing( GF(5), DihedralGroup(16) ) );
  2. [ ( GF(5)^[ 1, 1 ] ), ( GF(5)^[ 1, 1 ] ), ( GF(5)^[ 1, 1 ] ),
  3. ( GF(5)^[ 1, 1 ] ), ( GF(5)^[ 2, 2 ] ), ( GF(5^2)^[ 2, 2 ] ) ]
  4. gap> WedderburnDecomposition( GroupRing( Rationals, DihedralGroup(16) ) );
  5. [ Rationals, Rationals, Rationals, Rationals, ( Rationals^[ 2, 2 ] ),
  6. <crossed product with center NF(8,[ 1, 7 ]) over AsField( NF(8,
  7. [ 1, 7 ]), CF(8) ) of a group of size 2> ]
  8. gap> WedderburnDecomposition( GroupRing( CF(5), DihedralGroup(16) ) );
  9. [ CF(5), CF(5), CF(5), CF(5), ( CF(5)^[ 2, 2 ] ),
  10. <crossed product with center NF(40,[ 1, 31 ]) over AsField( NF(40,
  11. [ 1, 31 ]), CF(40) ) of a group of size 2> ]
Add Comment
Please, Sign In to add comment