Ask Your Question

Revision history [back]

click to hide/show revision 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.