Processing Math: Done
jsMath
Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2021-08-05 15:32:46
Size: 5914
Editor: anewton
Comment:
Revision 3 as of 2021-08-05 15:40:40
Size: 5838
Editor: anewton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
You can use this interact to call all the lists from the GAP library that are order less than or equal to your desired n value. 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.
Line 27: Line 27:
pretty_print(html("<h1>Groups</h1>"))
pretty_print(html("<h>put in the n and m<h>"))
pretty_print(html("<h1>Upper Bound on Order 1/h1>"))
pretty_print(html("<h>Choose an upper bound for the order.<h>"))
Line 54: Line 54:
You can use this interact to call all the lists from the GAP library that are 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
Line 59: Line 59:
pretty_print(html("<h1>Groups</h1>"))
pretty_print(html("<h>put in the n and m<h>"))
pretty_print(html("<h1>Upper and Lower Bound on Order</h1>"))
pretty_print(html("<h>Choose an upper bound and a lower bound for the order.<h>"))
Line 87: Line 87:
You can use this interact to call all the lists from the GAP library that are order less than or equal to your desired n value. You can use this interact to
Line 92: Line 92:
pretty_print(html("<h1>Groups</h1>"))
pretty_print(html("<h>put in the n and m<h>"))
pretty_print(html("<h1>Group Type</h1>"))
pretty_print(html("<h>Select a parameter.<h>"))
Line 120: Line 120:
=== All groups of which meet certain parameters ===


You can use this interact to call all the lists from the GAP library that are order less than or equal to your desired n value.
=== All groups of which meet certain parameters, and direct/semi dircet ===
Line 128: Line 125:
pretty_print(html("<h1>Groups</h1>"))
pretty_print(html("<h>put in the n and m<h>"))
pretty_print(html("<h1>Direct or Semidirect</h1>"))
pretty_print(html("<h>Check a box to limit the results<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

Basic Commands

explanation

All groups of 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.

All groups of 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

All groups of which meet certain parameters

You can use this interact to

All groups of which meet certain parameters, and direct/semi dircet

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