The following code throws the error "GAPError: Error, no method found! 
Error, no 1st choice method found for `=' on 2 arguments":

G = SymmetricGroup(3)
char_1 = G.irreducible_character()[0] 
char_2 = G.irreducible_character()[0] 
char_1.scalar_product(char_2)  # should be 1(or maybe 0 if the order is not 
consistent)

The same issue appears if G is a PermutationGroup. I'm running sage 9.3, 
compiled from source.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/a6c9f014-8077-43bd-afe9-7f2a1e91623cn%40googlegroups.com.

Reply via email to