Processing Math: Done
jsMath
Differences between revisions 9 and 10
Revision 9 as of 2021-08-06 19:18:21
Size: 8732
Editor: anewton
Comment:
Revision 10 as of 2021-08-06 19:21:37
Size: 8788
Editor: anewton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
pretty_print(html("<h>Choose a group order.<h>")) pretty_print(html("<h>Choose a group order and a group number.<h>"))
Line 46: Line 46:
pretty_print(html("<h>Select the order and type of group.<h>")) pretty_print(html("<h>Choose a group order, a group type and a group number.<h>"))
Line 87: Line 87:
pretty_print(html("<h>Choose a group order.<h>")) pretty_print(html("<h>Choose a group order and a group type.<h>"))
Line 200: Line 200:
pretty_print(html("<h>Select a parameter.<h>")) pretty_print(html("<h>Select a group type.<h>"))

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 firstname.lastname@emory.edu.

goto interact main page

Calling Groups from GAP

explanation of what we are doing (calling GAP), what gap is and what its limitations are

Group of Order n

Use this interact to call a group of order n from the GAP library.

Group of Order n of a Certain Type

Use this interact to specify a type of group to call.

All Groups of Order n

Use this interact to call all groups of order n from the GAP library.

All Groups of Order n of a Certain Type

Use this interact to specify a type of group to call.

Small Group Info

Use this interact to learn information about the small groups of order n contained in the GAP library.

Calling a List of Groups from GAP

explanation part 2

Groups Order Less Than or Equal to n

Use this interact to call all groups from the GAP library that are order less than or equal to your desired value.

Groups Order Between m and n

Use this interact to call all the groups from the GAP library that have order between m and n

Groups of a Certain Type

You can use this interact to

Direct or Semidirect Product Groups

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