Hi everyone, I've been experimenting with the "Permutations" module, trying to follow the examples in the documentation here:
https://docs.sympy.org/latest/modules/combinatorics/permutations.html As expected, Permutation(1, 2)(2, 3) == Permutation(1, 2) * Permutation(2, 3) But doesn't this mean that the permutations are applied from left to right, since (as described in the docs) left-to-right permutation multiplication p*q is equivalent to composition q o p? If so, this contradicts the documentation's claim that "The convention is that the permutations are applied from *right to left*". If not, I must be confused about something, and would appreciate any corrections. Thanks for your help, Alex -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/5585a003-51f2-4dd6-b8df-472eaec10e62n%40googlegroups.com.
