let $\tau = (1,12)(2,11)(3,10)(4,9)(5,8)(6,7)$ $\sigma = (1,4,12,11,8)(3,9,5,10)$
I have to calculate $\tau \circ \sigma^5 \circ \tau$. Question: Is there a more efficient way to calculate that than doing each composition?
I thought that I could do some calculation optimazation according to that post. But $\tau$ has the order $20$ so it does not help..