mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-03-14 16:37:12 +01:00
8 lines
701 B
Markdown
8 lines
701 B
Markdown
# Groups
|
|
[](https://travis-ci.org/kalmarek/Groups.jl)
|
|
[](https://codecov.io/gh/kalmarek/Groups.jl)
|
|
|
|
A very rudimentary implementation of finitely-presented groups (syllable representation). Relatively complete are only [automorphism groups of free groups](https://github.com/kalmarek/Groups.jl/blob/master/src/AutGroup.jl) and [wreath products](https://github.com/kalmarek/Groups.jl/blob/master/src/WreathProducts.jl) (which are not finitely-presented, but based on the standard normal form).
|
|
|
|
Have a look into `test` directory for eample use.
|