Differences between revisions 3 and 4
Revision 3 as of 2021-08-05 15:40:40
Size: 5838
Editor: anewton
Comment:
Revision 4 as of 2021-08-05 15:44:01
Size: 5775
Editor: anewton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
=== All groups of order less than or equal to n === === Groups Order Less Than or Equal to n ===
Line 27: Line 27:
pretty_print(html("<h1>Upper Bound on Order 1/h1>")) pretty_print(html("<h1>Upper Bound on Order </h1>"))
Line 51: Line 51:
=== All groups of order between m and n === === Groups Order Between m and n ===
Line 84: Line 84:
=== All groups of which meet certain parameters === === Groups Meeting Selected Parameters ===
Line 120: Line 120:
=== All groups of which meet certain parameters, and direct/semi dircet === === Direct or Semidirect Groups ===

Sage Interactions - Groups

This page was first created for Google Summer of Code by Alexis Newton, with mentorship by Mckenzie West.

If you have group-related interactions that you are interested in adding to this page, please do so. You can also contact Alexis Newton at [email protected].

goto interact main page

Basic Commands

explanation

Groups Order Less Than or Equal to n

You can use this interact to call all the lists from the GAP library that are order less than or equal to your desired value.

Groups Order Between m and n

You can use this interact to call all the lists from the GAP library that have order between m and n

Groups Meeting Selected Parameters

You can use this interact to

Direct or Semidirect Groups

interact/groups (last edited 2023-05-15 14:36:43 by anewton)