What do new Sudoku techniques teach us about real-world problem solving?
41–50 of 71 posts
Re: What do new Sudoku techniques teach us about real-world problem solving?
#42Re: What do new Sudoku techniques teach us about real-world problem solving?
#43Phistomefel’s Theorem (and the more general "set equivalence theory" described in the article) pops out directly from a standard technique known as the "Linear Programming relaxation" for Sudoku. Essentially, the Linear Programming relaxation of a puzzle is a standard way of approximating the solution space with a system of linear equations and inequalities, replacing discrete yes/no answers to questions like "is the…
Re: What do new Sudoku techniques teach us about real-world problem solving?
#44Re: What do new Sudoku techniques teach us about real-world problem solving?
#45For anyone following along the article, it should be "Row 4, Row 7, Box 4, and Box 6" where it says "Row 4, Row 7, Box 4, and Box 7". Somebody please correct me if I'm misunderstanding.
Re: What do new Sudoku techniques teach us about real-world problem solving?
#46Earlier quoted context omitted.
3Blue1Brown has a few videos where he discusses and uses this technique to solve some complex problems. One of those was for a mathematical competition. It's also common in audio manipulation, e.g. change to the frequency domain in order to modify pitch, then change back to the time domain.
> It's also common in audio manipulation, e.g. change to the frequency domain in order to modify pitch, then change back to the time domain. Funnily enough, yes but actually no. For understanding and mathematical proofs the Fourier Transform is obviously essential. But when you first get into audio DSP programming it might seem that the FFT is crucial as well. But virtually all digital audio filters directly operate…
Re: What do new Sudoku techniques teach us about real-world problem solving?
#47Re: What do new Sudoku techniques teach us about real-world problem solving?
#48Re: What do new Sudoku techniques teach us about real-world problem solving?
#49EDIT: I misread the article — it said you can't place the same digit more than three times.
Such a deep dive on ontological remodeling that I found myself starved for oxygen about the time palindromic lines came up.
Phistomofel’s Theorem though blew my mind. I'm still trying to convince myself it is legit. (Probably where I started to think about heading back to the surface.)
Re: What do new Sudoku techniques teach us about real-world problem solving?
#50"Ontological remodeling" is a lovely term. I think it's ubiquitous actually, but another nice example is the puzzle about tiling a chessboard with dominoes when the board is missing two opposite corners. Can you do it? If so, how? If not, why not? Btw is the footnote a joke? I don't really get it: The sum of the digits 1 to 9 is 45[1] [1] This is a secret that Simon only tells his closest friends.
Also, using a similar trick as with the dominoes, can a certain Legend of Zelda puzzle be solved? https://gazj.substack.com/p/python-and-the-legend-of-zelda?s... Article doesn't contain a mathematical proof (only a brute force one), but I wrote one up. Spoilers: https://news.ycombinator.com/item?id=30639211
I guess the Zelda puzzle is different because in Königsberg you can revisit islands, just not recross bridges. But that feels like something you can finesse somehow. . . . Ah, just swap nodes & edges, right? Squares : bridges :: sides : islands. Indeed, that lines up not just the restriction but the goal too.
EDIT: Oh your second link is a much nicer solution. But still it feels like there is a relationship to Königsberg.