Home | Trees | Index | Help |
|
---|
Package young :: Module permgroup |
|
Classes | |
---|---|
PermGroup |
class PermGroup(permutation) -> return a class for permutation group |
SymmetricGroup |
SymmetricGroup(n) -> return a class for symmetric group whose degree is n |
Function Summary | |
---|---|
get_inversion(permutation) -> Return the inversion number of the permutation. | |
get_inversion(permutation) -> Return the inversion number of the permutation. | |
get_sgn(permutation) -> Return the signature of the permutation. | |
permgroup(sequence) -> Return the PermGroup instance from a sequence. | |
symmgroup(n) -> return the SymmetricGroup instance whose degree is n | |
to_cycle(permutation) -> decomposite permutation group into cycle |
Function Details |
---|
get_inv(*permutation)get_inversion(permutation) -> Return the inversion number of the permutation. |
get_inversion(*permutation)get_inversion(permutation) -> Return the inversion number of the permutation. |
get_sgn(*permutation)get_sgn(permutation) -> Return the signature of the permutation. |
permgroup(*seq)permgroup(sequence) -> Return the PermGroup instance from a sequence. |
symmgroup(num)symmgroup(n) -> return the SymmetricGroup instance whose degree is n |
to_cycle(*permutation)to_cycle(permutation) -> decomposite permutation group into cycle |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 1 02:55:58 2004 | http://epydoc.sf.net |