Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. G:=Alt(5);
  2. H:=sub<G|[(1,2)(3,4),(1,3)(2,4)]>;
  3. N:=Normaliser(G,H);
  4. H_in_N:=sub<N|H>;
  5. FAC,f:=quo<N|H_in_N>;
  6. K:=GF(16);
  7. dec:=DecompositionMatrix(FAC,K);
  8.  
  9. DecompositionMatrix(
  10.  
  11. G: GrpPerm: G, Degree 3, Order 3,
  12. K: GF(2^4)
  13. )
  14.  
  15. DecompositionMat(
  16. G: GrpPerm: G, Degree 3, Order 3,
  17. K: GF(2^4)
  18. )
  19. In file ".../Magma/package/RepThry/ModGrp/peakwords.m",
  20. line 365, column 8:
  21. >> entry`decomp := sol;
  22. ^
  23. Runtime error in :=: RHS value invalid for field 'decomp'
  24. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement