I just wanted to ask why it makes sense that $(23)(12)(34)=(1243)$. Note I'm going from right to left.
I'm trying to understand the concepts trying to find a true "method" to follow in all cases. My reasoning at the moment is: $1 \mapsto 2$ but since it doesn't close we must then leave the cycle open right (I'm assuming this is the case for when a cycle doesn't close unless when it returns to itself). Then we have $(12$. To proceed we consider where $2$ goes to. Then we see that $2 \mapsto 3, 3 \mapsto 4$. I'm getting the idea that because we see that $3$ much like a "path" to $4$ then the mapping is then $2 \mapsto 4$, giving us $(124$. Then since we know $4\mapsto 3$ we just close with $(1243)$. To me however it feels more accurate to see that I have $1 \mapsto 2, 2\mapsto 3$. Then we see that we have $(13$. Then since we went through all cycles once we then start at 2 since it hasn't closed then we go from $2 \mapsto 3, 3 \mapsto 4$, then we would have $(1324)$. What am I not seeing? I'm trying to imagine functions where maybe each cycle is its own function and sends to another cycle but I never seem to find anything consistent.
Thanks in advance for any of your clarifications.
I would also get $(1342)$ if I were to calculate that product, following basically the same argument you did.
If you got $(1243)$ from WolframAlpha, note what it says in the input interpretation field:
meaning they apply permutations from left to right (first $\sigma$, then $\tau$). In that light, their calculations are entirely correct, but they do not get the same answer as you do because they interpret the product of permutations differently.
At least they are nice enough to tell you what convention they use.