Jump to content

Recommended Posts

Posted

the question is how to systematically eliminate duplicates (one + or - is as good as another), given that we cannot flip the circle over.

Posted

You also need to take into account that the places on the circle are not numbered in any way so:

 

----++++ is the same as +----+++,++----++,+++----+, ++++----,-++++---,--++++-- and ---++++-. It gets very complicated very quickly.

Posted

You also need to take into account that the places on the circle are not numbered in any way so:

 

----++++ is the same as +----+++,++----++,+++----+, ++++----,-++++---,--++++-- and ---++++-. It gets very complicated very quickly.

Posted

----++++ is the same as ++++---- , since it's a circular permutation.

In circular permutations, matt grime's suggestion of placing one thing fixed and change the order of the objects around it.

Posted

----++++ is the same as ++++---- , since it's a circular permutation.

In circular permutations, matt grime's suggestion of placing one thing fixed and change the order of the objects around it.

Posted

Actually, all those you just mentioned are the same. You just rotate it, and it becomes the same thing. That's the difference between linear and circular. In circular permutations, all of those are the same. In linear permutations, all of those are different.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.