Implemented the product replacement algorithm for producing random group 
elements, Monte Carlo testing for the alternating/symmetric group, Atkinson's 
algorithm for finding minimal blocks, and testing a permutation group for 
primitivity. 
Added some more functionality to the function orbit, and made some minor fixes 
on the previous code.

You can merge this Pull Request by running:

  git pull https://github.com/amakelov/sympy week2_update

Or you can view, comment on it, or merge it online at:

  https://github.com/sympy/sympy/pull/1377

-- Commit Summary --

*       Basic groups, orbit calculations, direct product, minor fixes
*       Product replacement algorithm
*       Alt/Sym testing
* Implemented Atkinson's algorithm
*       Primitivity testing
*       Docstrings, tests, minor fixes, named groups

-- File Changes --

M doc/src/modules/combinatorics/index.txt (1)
A doc/src/modules/combinatorics/named_groups.txt (14)
M doc/src/modules/combinatorics/perm_groups.txt (8)
A sympy/combinatorics/named_groups.py (208)
M sympy/combinatorics/perm_groups.py (839)
M sympy/combinatorics/permutations.py (12)
M sympy/combinatorics/tests/test_perm_groups.py (89)

-- Patch Links --

  https://github.com/sympy/sympy/pull/1377.patch
  https://github.com/sympy/sympy/pull/1377.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1377

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to