nnth Roots of nnth Powers

This paper explores the optimization of unimodular zerofree matrices as a means to find simple and efficient solutions to a matrix equation involving nnth roots of nnth powers.

Steven Finch

Published 2026-03-06
📖 5 min read🧠 Deep dive

Imagine you are a chef trying to bake a cake. You know the final result: a delicious, perfectly baked cake (let's call it CnC^n). Your challenge is to figure out the exact recipe (the matrix XX) that, when you follow it nn times, produces that cake. In math terms, you are looking for the nn-th root of a matrix.

This paper, written by Steven Finch, is a culinary adventure through the world of numbers, specifically looking at how to find these "recipes" for 2x2, 3x3, and larger grids of numbers (matrices).

Here is the story broken down into simple, everyday concepts:

1. The Odd vs. The Even (The Weather Forecast)

The author starts by looking at a specific puzzle from 1879 involving a 2x2 grid of numbers. He asks: "If I cube a matrix (multiply it by itself 3 times), how many different recipes could I have used?"

  • The Odd Numbers (3, 5, 7...): When the exponent is an odd number, the universe is well-behaved. There are a finite number of solutions. It's like having a specific list of 9 possible recipes. Some are "real" (using normal numbers), and some are "complex" (using imaginary numbers, which are like flavors that don't exist in the real world but are necessary for the math to work).
  • The Even Numbers (2, 4, 6...): When the exponent is even, things get chaotic. There are infinitely many solutions. It's as if you could tweak your recipe with a tiny pinch of salt or a drop of water, and it would still work. The author explains this happens because the "ingredients" (eigenvalues) in the even case are identical, causing a collapse in structure, whereas in the odd case, they are distinct and hold the structure together.

2. The Quest for the "Perfect" Recipe

Once the author realized that finding these recipes was possible, he asked a new question: "Which recipe is the simplest?"

In math, "simple" often means keeping the numbers in the recipe as small as possible. If your recipe calls for numbers like 100, 200, and 500, it's messy. If it uses 1, 2, and 3, it's elegant.

The author introduces a special type of recipe book called a Unimodular Zerofree Matrix.

  • Unimodular: The recipe is perfectly balanced (the determinant is 1 or -1), meaning it doesn't distort the universe too much.
  • Zerofree: This is the tricky part. The recipe cannot contain the number zero. Imagine trying to bake a cake where you are forbidden from using "no eggs" or "no flour." Every single ingredient slot must have something in it.

The goal is to find the matrix MM (the transformation tool) that, when used to build a new matrix, results in the smallest possible numbers.

3. The "Goldilocks" Matrices

The author acts like a detective, searching through millions of combinations to find the "Goldilocks" matrix—the one that is just right.

  • For 2x2 grids: He found a "perfect" matrix that looks like this:
    (1112) \begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix}
    This is the simplest possible tool that keeps all numbers non-zero and small.
  • For 3x3 grids: It gets harder. The "perfect" tool becomes a bit more complex, with numbers like 1, 2, and 3.
  • The Surprise (4x4 grids): You might think that as the grid gets bigger, the numbers get bigger and messier. But here's a twist! For 4x4 grids, the author found a solution that is actually more efficient (smaller numbers) than the 3x3 solution. It's like finding a bigger house that is actually cheaper to build than a smaller one.

4. The "Look-Alike" Problem (Canonical Representatives)

One of the biggest headaches in this math is that many recipes look different but are actually the same.

  • Imagine you have a recipe card. If you swap the order of the ingredients (swap rows) or flip the sign of an ingredient (multiply by -1), it's still the same cake.
  • The author uses a computer program to "canonicalize" these matrices. Think of this as a standardized filing system. No matter how you shuffle the cards or flip the signs, the computer sorts them into a single, standard "ID card."
  • This helps him prove that two matrices that look different are actually just the same object wearing a different costume.

5. The Future (The 5x5 and Beyond)

The author then tries to scale this up to 5x5, 6x6, and even 7x7 grids.

  • The Challenge: As the grids get bigger, the search becomes like finding a needle in a haystack the size of a galaxy.
  • The Discovery: He found examples for 5x5 and 6x6 grids, but they are messy. The numbers get large (like 8, 9, or even 11).
  • The Mystery: He suspects there might be a "perfect" 5x5 grid with small numbers (max value of 3), but his computer hasn't found it yet. He also wonders if a 9x9 grid exists that follows these strict "no zero" rules.

The Big Picture

This paper is essentially a search for mathematical elegance. The author wants to find the most efficient, smallest, and cleanest ways to build complex mathematical structures.

He uses computers (like Mathematica and Magma) to brute-force through millions of possibilities, looking for patterns. He discovers that sometimes, bigger dimensions (like 4x4) can be surprisingly simpler than smaller ones (3x3), and he leaves the reader with a challenge: Can you find the perfect 5x5 or 9x9 matrix?

In a nutshell: It's a treasure hunt for the simplest, most elegant "no-zero" number grids that can generate complex mathematical powers, revealing that sometimes the biggest puzzles have the simplest solutions, and sometimes the biggest grids are the hardest to solve.