Chemistry Reference and  Research
           
 
Periodic Table
- standard table
- large table
 
Chemical Elements
- by name
- by symbol
- by atomic number
 
Chemical Properties
 
Chemical Reactions
 
Organic Chemistry
 
Branches of Chemistry
Analytical chemistry
Biochemistry
Computational Chemistry
Electrochemistry
Environmental chemistry
Geochemistry
Inorganic chemistry
Materials science
Medicinal chemistry
Nuclear chemistry
Organic chemistry
Pharmacology
Physical chemistry
Polymer chemistry
Supramolecular Chemistry
Thermochemistry

Schreier-Sims algorithm

The Schreier-Sims algorithm is an efficient method of computing a strong generating set (SGS) of a permutation group. In particular, an SGS determines the order of a group and makes it easy to test membership in the group. Since the SGS is critical for many algorithms in computational group theory, computer algebra systems typically rely on the Schreier-Sims algorithm for efficient calculations in groups.

The running time of Schreier-Sims varies on the implementation. Let G \leq S_n be given by t generators. For the deterministic version of the algorithm, possible running times are:

  • O(n2log3 | G | + tnlog | G | ) requiring memory O(n2log | G | + tn)
  • O(n3log3 | G | + tn2log | G | ) requiring memory O(nlog2 | G | + tn)

For Monte Carlo variations of the Schreier-Sims algorithm, we have the following estimated complexity:

O(nlognlog4 | G | + tnlog | G | ) requiring memory O(nlog | G | + tn)

In computer algebra systems, an optimized Monte Carlo algorithm is typically used.

See also Schreier's subgroup lemma.

References

  • Seress, A. Permutation Group Algorithms. Cambridge U Press, 2002.
01-04-2007 01:16:19
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy