Skip to content

Commit

Permalink
Trac #24087: Automorphism group of finite abelian groups.
Browse files Browse the repository at this point in the history
This ticket implements the automorphism group of finite abelian groups.
Methods should include:
- generators
- subgroups
- it is essentially a matrix group so the implementation can reflect
that.
- an action on the elements of the underlying abelian group.
- in gap there is a method `AbelianGroupAutomorphismGroup`. We could
wrap that.

URL: https://trac.sagemath.org/24087
Reported by: sbrandhorst
Ticket author(s): Simon Brandhorst
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager authored and vbraun committed Mar 8, 2018
2 parents fbad515 + c6b1d03 commit 4343fb9
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/groups/index.rst
Expand Up @@ -34,6 +34,7 @@ Abelian Groups

sage/groups/abelian_gps/abelian_group
sage/groups/abelian_gps/abelian_group_gap
sage/groups/abelian_gps/abelian_aut
sage/groups/abelian_gps/values
sage/groups/abelian_gps/dual_abelian_group
sage/groups/abelian_gps/element_base
Expand Down

0 comments on commit 4343fb9

Please sign in to comment.