Question about 10 X 10 squares

Message boards : Science : Question about 10 X 10 squares
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Rudy Toody

Send message
Joined: 6 Mar 18
Posts: 7
Credit: 42,710,647
RAC: 0
Message 1116 - Posted: 18 Jul 2019, 8:35:57 UTC

Since every 10 X 10 Latin square has an embedded 3 X 3 Latin square, could we seed three rows, three columns, and their intersections as the 3 X 3 Latin square?
Could your algorithm be modified to start with this additional information?
ID: 1116 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [B@P] Daniel

Send message
Joined: 8 Sep 17
Posts: 99
Credit: 402,603,726
RAC: 0
Message 1117 - Posted: 18 Jul 2019, 12:33:11 UTC - in response to Message 1116.  
Last modified: 18 Jul 2019, 12:36:16 UTC

Since every 10 X 10 Latin square has an embedded 3 X 3 Latin square, could we seed three rows, three columns, and their intersections as the 3 X 3 Latin square?
Could your algorithm be modified to start with this additional information?


Could you elaborate more about this? It is unclear where exactly these 3x3 squares should be placed.

I thought about possibility to reuse existing squares and found another promising approach. You should start with existing ODLS pair of rank 8. Take first square from pair and extend it to rank 10 by appending rows and columns around this square. Then permute rows 2-9 of new square in the same way as in 2nd square from pair. You can also swap first and last rows. This looks like a promising way to find rank 10 ODLS pair.

Here is example how to turn rank 3 square into rank 5:
           O O O O O
A A A      O A A A O
B B B  =>  O B B B O
C C C      O C C C O
           O O O O O

Square after applying row permutation from 2nd square:
O O O O O
O C C C O
O B B B O
O A A A O
O O O O O

ID: 1117 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1118 - Posted: 19 Jul 2019, 1:55:07 UTC - in response to Message 1116.  

Since every 10 X 10 Latin square has an embedded 3 X 3 Latin square, could we seed three rows, three columns, and their intersections as the 3 X 3 Latin square?
Could your algorithm be modified to start with this additional information?

Now, used the next scheme of cells filling:

If I understand right, you ask about the next scheme:

Algorithm of search can be adjusted for a scheme like showed on the second image. An idea like "get a combination of ODLS of rank n and build a combination (pair, triple, e.t.c.) of rank n+1", as I know, tested previously (not in RakeSearch) but the result was disappointing. A simple example: we know pairs of orthogonal Latin squares of rank 5. But does not exists any pair of Latin squares of rank 6. But many other schemes of building orthogonal pairs of Latin squares (diagonal and usual) exists and tested for example, in Gerasim@Home project.
ID: 1118 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1121 - Posted: 20 Jul 2019, 6:07:49 UTC

Copy of this message by request of Michael:


As tell previously, we add some explanations about the new run of R10 search. We expect that "permutational pairs" of rank 10 - are very rare or do not even exist. In this case, 99.999% (or even 100%) results from computers contain information about a number of processed squares only. Not interesting and can hide potential errors in the algorithm. In a new application for the current run, we add to results files not the only number of processed squares and orthogonal pairs (if they are found), but partial orthogonal pairs also.
Sample of similar pair from the result, processed on my computer:

Top left square - a diagonal Latin square created during sequential generation. Top right square - generated from the first square by rows permutation. Bottom square with a two-digit number in each cell - Graeco-Latin square - the combination of two bottom squares, which were superimposed on each other. If top squares are orthogonal, all 100 two-digit numbers from Graeco-Latin square was distinct. But in this case, it is not. Only 64 values inside cells - unique (they marks by black), and other 17 numbers - present in this square more than once. If we count of distinct numbers in the bottom square we will get 81 - this is the degree of orthogonality of top pair of squares!
In the new run, we place in results all pairs with a degree of orthogonality > 80. And now, in each confirmed result we see a several or even tens partially orthogonal pairs - sometimes more than 30, for example. May be each result contain interesting information. Not ODLS, but interesting also.

ID: 1121 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rudy Toody

Send message
Joined: 6 Mar 18
Posts: 7
Credit: 42,710,647
RAC: 0
Message 1123 - Posted: 20 Jul 2019, 9:12:03 UTC - in response to Message 1118.  

2n X 2n Latin squares are problematic when n is odd, i.e., 6 X 6 does not exist, 10 X 10 was big news when it was found to contain a 3 X 3 --- it made the cover of Scientific American.
Unfortunately, I don't have the knowledge to contribute more. Good luck.
ID: 1123 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1124 - Posted: 20 Jul 2019, 14:33:47 UTC - in response to Message 1123.  

2n X 2n Latin squares are problematic when n is odd, i.e., 6 X 6 does not exist, 10 X 10 was big news when it was found to contain a 3 X 3 --- it made the cover of Scientific American.
Unfortunately, I don't have the knowledge to contribute more. Good luck.

Rudy, thank you! But what is your idea?
ID: 1124 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rudy Toody

Send message
Joined: 6 Mar 18
Posts: 7
Credit: 42,710,647
RAC: 0
Message 1128 - Posted: 21 Jul 2019, 11:00:31 UTC - in response to Message 1124.  

You show it in message 1118, second panel.
It looks to be asymmetric, which might be the problem with 2n X 2n squares when n is odd.
Maybe you could move to 11 X 11, if the search space is reasonable. And do 10 X 10 as Beta.
ID: 1128 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rudy Toody

Send message
Joined: 6 Mar 18
Posts: 7
Credit: 42,710,647
RAC: 0
Message 1132 - Posted: 24 Jul 2019, 7:02:53 UTC

ID: 1132 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1136 - Posted: 25 Jul 2019, 21:23:08 UTC - in response to Message 1132.  
Last modified: 25 Jul 2019, 21:23:41 UTC

I found this paper: https://www.whitman.edu/Documents/Academics/Mathematics/2016/Horner.pdf pp 21-22, that may help.

Thank you for link!
ID: 1136 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1185 - Posted: 17 Oct 2019, 19:50:54 UTC

Hi folks!

Some interesting, (maybe fun), news, related to project scientific background. Earlier we mentioned the fill pattern. Now there is a reason to consider it in more detail:

If we take the numbered cells and write out a number of combinations of filling them, we get an intrigue sequence - raise globally, but not for all cells and with different raising rates:

Cell #  Combinations
18
257
3356
41909
58544
630637
782508
8148329
9133496
10934472
115356527
1226980186
13117013695
14424874652
151210593966
162603495520
173755155200
182723433984
1917021462400
2082230388428
21341712006852
221187460703344
233329849282564
247024312609228
259908083279232
267996577754080
2743965973715660
28212963246290200


The number of combinations of first ~18 cells can be computed quickly - in several minutes. But the next steps need an hour, days and even weeks. For example for calculation of combinations for cell # 28 took ~50 days of CPU Time! This number is interesting for another reason also - it is the number of workunits for RakeSearch R10, if we try to cover an entire search space! 212963246290200 workunits! Of course, we perform a search over a small portion of the search space.

And, the second news! As you remember, every month there are many pairs with a degree of orthogonality 81, 82, ... 86. Rarely - pairs with degree 87 and 88. And no pairs with degree 89 found yet. But pair with a degree 90 found! You see it on a figure below:


Two well-known friends of our project found this pair - josef j from Russia Team and Thyler Durden@P3D from team Planet 3DNow!.

But, of course, computations of each participant paved the way to this finding! Thank you!
ID: 1185 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Chara34122

Send message
Joined: 20 Oct 19
Posts: 2
Credit: 118,864
RAC: 20
Message 1187 - Posted: 22 Oct 2019, 6:10:06 UTC

What is degree of orthogonality?
ID: 1187 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1188 - Posted: 23 Oct 2019, 5:14:03 UTC - in response to Message 1187.  
Last modified: 23 Oct 2019, 5:21:12 UTC

What is degree of orthogonality?

Hello! We explained it in this message. In other words - degree of orthogonality of two Latin squares - is number of first occurrences of pairs in Graeco-Latin square that was build from them.
ID: 1188 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
hoarfrost
Volunteer moderator
Project administrator
Project developer
Project tester
Volunteer developer
Volunteer tester
Project scientist
Help desk expert

Send message
Joined: 11 Aug 17
Posts: 624
Credit: 20,551,778
RAC: 7,969
Message 1193 - Posted: 2 Nov 2019, 13:37:44 UTC

Sometimes nature has fun. When we were talking about the results of the first half of October, we noticed, that one pair with the degree of orthogonality 90 found, but no pairs with degree 89 found yet. In the second half of October, "missing pairs" were found:

Statistics for October, part 2:
...
Degree 88: 6
Degree 89: 3
Degree 90: 0
...

But that's not all! Two out of three pairs were present in one workunit! Moreover, each of the two workunits crunched by a computer of one participant! Consequently, we have 3 pairs, 2 workunits, 4 results and 3 participants:
whizbang from Ars Technica team.
killik from Czech National Team.
Administrator {11320}

Statistics for whole October:
Degree 81: 2651975
Degree 82: 645827
Degree 83: 142978
Degree 84: 27828
Degree 85: 4840
Degree 86: 718
Degree 87: 73
Degree 88: 12
Degree 89: 3
Degree 90: 1
Degree 91: 0
...
Degree 100: 0

Statistics for entire search:
Degree 81: 6539402
Degree 82: 1544999
Degree 83: 323992
Degree 84: 61825
Degree 85: 10094
Degree 86: 1618
Degree 87: 167
Degree 88: 28
Degree 89: 3
Degree 90: 1
Degree 91: 0
...
Degree 100: 0
ID: 1193 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Science : Question about 10 X 10 squares

©2024 The searchers team, Karelian Research Center of the Russian Academy of Sciences