How do I get the cycle_index of a group as an element of PolynomialRing(QQ,...)? For example I tried
G=SymmetricGroup(3)
p=G.cycle_index()
But I want p as an element of PolynomialRing(QQ,3,"xyz").
| 1 | initial version |
How do I get the cycle_index of a group as an element of PolynomialRing(QQ,...)? For example I tried
G=SymmetricGroup(3)
p=G.cycle_index()
But I want p as an element of PolynomialRing(QQ,3,"xyz").
| 2 | retagged |
How do I get the cycle_index of a group as an element of PolynomialRing(QQ,...)? For example I tried
G=SymmetricGroup(3)
p=G.cycle_index()
But I want p as an element of PolynomialRing(QQ,3,"xyz").
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.