Graphical to Mathematical representation of changing the order of some elements

Click For Summary

Discussion Overview

The discussion revolves around the mathematical representation of operations that change the order of elements within a set, specifically focusing on permutations and their graphical interpretation. Participants explore how to express these operations mathematically for any N number group based on original and target configurations.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested

Main Points Raised

  • One participant describes a method involving operations that swap elements in a container, using graphical representation to determine the necessary operations to achieve a target configuration from an original one.
  • Another participant suggests that the problem relates to basic permutations and proposes using cycle notation as a solution.
  • A later reply elaborates on finding permutations mathematically, suggesting a format for expressing operations and providing a method for constructing swaps to achieve the desired ordering.
  • Participants discuss the efficiency of different methods for achieving the target configuration, with one method requiring 2N-1 swaps and another potentially needing only N-1 swaps.
  • There is a request for further information on the more efficient method mentioned, indicating interest in exploring different approaches to the problem.

Areas of Agreement / Disagreement

Participants express differing views on the best approach to represent the operations mathematically. While some suggest using cycle notation, others propose specific methods for constructing swaps, leading to a lack of consensus on a single method.

Contextual Notes

There are unresolved aspects regarding the efficiency of the proposed methods and the specific conditions under which they apply. The discussion also highlights the potential complexity of representing permutations for larger sets.

Who May Find This Useful

Individuals interested in combinatorial mathematics, particularly those exploring permutations, operations on sets, and graphical representations of mathematical concepts.

arsenal_51
Messages
3
Reaction score
0
I have a question that is a little hard to explain, since i don't know the name of this method, but I'll try my best, if anyone knows the name please do tell me.

So let's say we have three numbers, 1 2 3 (in this order)
and we have a container for this numbers: C123
and we have some operations: O12, O13 and O23
each of these operations act on those numbers changing their positions.

For example O12 will change the position of the first and second elements.
So let's say: O12 . C123 will equal: C213

And if we want to find out what operations to use when we have the original Container and the target Container we can do it easily graphically.
For example:
Original: C123
Target: C231

This can be done graphically:
example1.jpg


The point where the lines intercept represent the operation between those two numbers. And the order is important, since these operations are not commutable.

So that's the same as: O12 . O23 . C123 = C231


One last example:
The container doesn't need to hold all of the numbers of the three number-space
Original: C12
Target: C31

example2.jpg


Or: O23 . O12 . C12 = C31


So graphically its easy to find out the operations of any N number-space.
But how do we express that in a mathematical general expression?
 
Mathematics news on Phys.org
I'm not exactly sure what you're asking. These are just basic permutations, so cycle notation should communicate everything that you need.
 
Thanks for your reply, I'm going to read about that.

I'm trying to find out the permutations needed to do mathematically for any N number group, knowing only the original and the final state.
Ideally something of the format: O1i . O2j . C12 = Cij
But for a N number group instead of just a this small example that might not even be correct.
 
Last edited:
arsenal_51 said:
Thanks for your reply, I'm going to read about that.

I'm trying to find out the permutations needed to do mathematically for any N number group, knowing only the original and the final state.
Ideally something of the format: O1i . O2j . C12 = Cij
But for a N number group instead of just a this small example that might not even be correct.

Your notation is somewhat unconventional, but I think you mean the following: Given an ordered set of the first N counting numbers, i.e. ##S = (s_1\,s_2\,s_3\,\ldots\,s_N)##, you want to find ##X## "swappings" of the form ##(f_1\,t_1),\ldots,(f_X\,t_X)## such that their product will take the ordered set ##(1\,2\,3\,\ldots\,N)## to ##S##, i.e.
$$
(1\,2\,3\,\ldots\,N)\cdot(f_1\,t_1)\cdot\ldots \cdot (f_X\,t_X)=(s_1\,s_2\,s_3\,\ldots\,i_N).
$$
This is possible, and you can construct the pairs ##(f_k\,t_k)## quite easily. I'll just hint by saying this much: choose ##(f_1\,t_1)## so that it swaps the elements ##1## and ##s_N##, and then let ##(f_2\,t_2)=(1\,N)##. This means that those two swapping put ##s_N## at position ##N##. In the next step you place ##s_{N-1}## into position ##N-1## etc. till you end up with the ordered set ##S## you wanted.

This way you may need ##X=2N-1## swappings, and it's actually possible to get from ##(1\,2\,3\,\ldots\,N)## to any ##(s_1\,s_2\,s_3\,\ldots\,s_N)## with only ##N-1## swappings, but not as easily as by my method (one element at a time goes into position ##1## and then to its proper place).
 
Thank you, i will try out your method, it seems pretty clear.

After i try that out i would like to check that other more efficient method you were talking about where you only need N - 1 swapping operations. Do you know where i can read more about that other method or the name of it?

Thanks again.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K