nfield
Explore the arithmetic.
See the structure for yourself.
Digit fields, alignment, collision tables, and finite character transforms. The papers develop the mathematics. nfield runs the calculations.
A few places to begin
No installation neededStart with a fraction
See all the fractions with denominator seven, their repeating digits, and their shared structure.
field 7Run this calculation →02Find the golden threshold
Inspect the exact count behind the golden-ratio paper.
reciprocal-square-selection inspect 3 4 --base 10Run this calculation →03Explore a collision table
Compare a digit-bin collision count with its exact floor-table fingerprint.
collision-table inspect 13 --base 10Run this calculation →From the paper to the calculation
Find the command for a mathematical object, inspect one case, then explore its fixed checks. The output distinguishes exact finite arithmetic, numerical calculations, and bounded searches.
Open the paper-to-command guide →Computational checks show what was tested. They do not replace a universal proof.
Run it on your own machine
Build the public C program with Make, LAPACK, and BLAS. The same command interface is available locally, with shell completion and a JSON/TCP daemon.
git clone https://github.com/alexspetty/nfield.git cd nfield make ./nfield field 7Build requirements and setup →