First time here? Check out the FAQ!
answered 2016-06-14 20:25:44 +0100
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.