From Algebra to Algorithms
Continuous generalization of the traveling salesman problem (TSP).
Tour starts and ends at the same point, covers every point.
Polynomials are solvable by radicals iff they have enough symmetry.
i.e. iff their Galois group is abelian (commutative)
Polynomials of order < 5 are algebraically easy
\( \frac{-b \pm \sqrt{b^2-4ac}}{2a} \)
Most polynomials of order ≥ 5 are algebraically hard
Generalized dominoes.
Shapes made up of pixels.
\( {\color{red} R} = {\color{green} G} \bigoplus {\color{blue} B} = \{ \mathbf g + \mathbf b\ |\ \mathbf g \in {\color{green} G},\ \mathbf b \in {\color{blue} B} \} \)
Problem is now reduced to the traveling salesperson problem. Solution:
Already proven:
Proven in this paper
Future research: