Latin Square
Show older comments
If I was given two matrices X and Y of any size, what should my approach be to test that the superimposed X,Y matrix is a true Latin Square and that every pair in the resulting Matrix is a unique pair?
Any advice welcome.
10 Comments
Image Analyst
on 20 Nov 2011
How are you superimposing the two matrices? Latin squares can be any size, though usually not too large. I'm not sure what you mean when you talk about pairs. In a 4 by 4 Latin Square for example, what is X, what is Y, and what is a "pair"?
Andrew
on 20 Nov 2011
Walter Roberson
on 20 Nov 2011
Those are both good examples of things that are *not* Latin Squares.
Andrew
on 20 Nov 2011
Andrew
on 20 Nov 2011
Andrew
on 20 Nov 2011
Image Analyst
on 20 Nov 2011
I don't even see how your "matrix" is even a matrix. To me it looks more like a 3 by 3 cell array where each cell in the cell array contains a 2 by 1 array of numbers.
Image Analyst
on 20 Nov 2011
Did you check Wikipedia or the Internet for Latin Square discussions and explanations?
Andrew
on 20 Nov 2011
Image Analyst
on 20 Nov 2011
What have you tried? Have you called unique() and seen if the length of the unique numbers is equal to the length of the rows (or columns)?
Answers (0)
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!