| 1 | initial version |
Like that:
sage: G = SymmetricGroup(3)
sage: rho = SymmetricGroupRepresentation([1,1,1])
sage: chi = rho.to_character()
sage: chi(G([2,1,3]))
-1
This is explained in the doc.
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.