Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. > G<a,b> := Group<a,b|a^2,b^3,(a*b)^7,((a,b)^2*a*b)^6 >;
  2. > SQ := SimpleQuotients(G,1000000: Limit:=10 );
  3. > ChiefFactors(Image(SQ[1][1]));
  4. G
  5. | A(1, 13) = L(2, 13)
  6. 1
  7. > P := pQuotient(Kernel(SQ[1][1]), 2, 3 : Print:=1);
  8.  
  9. Lower exponent-2 central series for $
  10.  
  11. Group: $ to lower exponent-2 central class 1 has order 2^14
  12.  
  13. Group: $ to lower exponent-2 central class 2 has order 2^42
  14.  
  15. Group: $ to lower exponent-2 central class 3 has order 2^70
  16.  
  17. > ChiefFactors(Image(SQ[2][1]));
  18. G
  19. | J1
  20. 1
  21. > h := SQ[3][1];
  22. > I := Image(h);
  23. > L := LowIndexSubgroups(I,1000);
  24. > [Index(I,l): l in L];
  25. [ 840, 560, 280, 525, 315, 100, 1 ]
  26. > p := CosetAction(I,L[4]);
  27. > S := sub< G | h*p >;
  28. > Index(G,S);
  29. 525
  30. > AbelianQuotientInvariants(S);
  31. [ 6, 0 ]
Add Comment
Please, Sign In to add comment