group_operation
Construct groups in SageMath and query their properties such as order, abelian status, cyclicity, center order, conjugacy classes, and exponent.
Instructions
Group theory: construct groups and query properties (order, is_abelian, center, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Sage group constructor, e.g. 'SymmetricGroup(5)', 'DihedralGroup(4)', 'CyclicPermutationGroup(6)', 'AlternatingGroup(5)' | |
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| operation | Yes | One of: order, is_abelian, is_cyclic, center_order, conjugacy_classes_count, exponent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||