I want to create a 20*20 boolean matrix that i will be converting to something like a square bar code. I will be looking on this matrix through a 3*3 window, and what i want is every time i randomly move this window it gives me a unique 3*3 matrix, so i can determine where the window is by comparing it to the big matrix. Thanks
2026-05-04 10:01:01.1777888861
Does there exist a $20\times20$ boolean matrix such that no two $3\times3$ submatrices are identical?
136 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
I found a solution using simulated annealing: