Optimizing Sudoku Determinants: Finding the Minimum and Maximum Values

Click For Summary
The discussion revolves around the optimization of determinants in Sudoku matrices, specifically a 9x9 matrix that adheres to Sudoku rules. The problem posed includes finding a Sudoku matrix with a determinant of 0 and determining the minimum positive determinant value. A participant has achieved a lower bound of 405 but struggles to prove it as the definitive lower bound. They also mention using MATLAB to generate permutations that yield large determinants, suggesting a potential formula involving 5*3^9. The conversation highlights the need for exploring block matrix determinant formulas in relation to Sudoku matrices.
alexeih
Messages
1
Reaction score
0

Homework Statement


A while ago someone posted this problem:
-----------------------------------------------------------------------------------
Problem 1 (given after a discussion of determinants in week 3/4 of the course):
Consider a 9x9 matrix A. We say that A is a Sudoku matrix if it's the valid solution to a Sudoku puzzle. That is if,
1) Every row and every column is a permutation of {1,2,3,4,5,6,7,8,9}.
2) If we write it in block form:
A=
A1 A2 A3
A4 A5 A6
A7 A8 A9

where Ai is a 3x3 matrix, then every Ai has elements {1,2,3,4,5,6,7,8,9}.
Now the problem is:
a) Find a Sudoku matrix with determinant 0.
b) Does there exist a Sudoku matrix with determinant 1. If not then determine the least positive number that a Sudoku matrix can have as a determinant.
-------------------------------------------------------------------------------

Homework Equations



The Attempt at a Solution



I've managed to get a) and a lower bound of 405 on b), but showing *the* lower bound is eluding me. I wrote a mini generator in matlab, so that when I do a relatively simple permutation, like switching 1 and 2 in a singular matrix it generates large determinants, so my postulate is that it's something like 5*3^9, but I'm tearing my hair out here.
 
Physics news on Phys.org
It would be interesting how you got that lower bound.

In addition, did you calculate the determinant of some random sudokus?

Formulas for determinants of block matrices could be interesting.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
9K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K