py-mathx-lab¶
Small, reproducible math experiments implemented in Python.
Start here¶
Mathematical experimentation — what “experiments” in mathematics mean and how to read this repo
Valid Tags — central directory of valid tags for experiments
Experiments Gallery — experiment gallery (IDs, tags, how to run)
Getting started — install, setup, and run your first experiment
Development — Makefile workflow, CI, coding conventions
Background — mathematical background for experiments
API Reference — library-style API reference (excludes runnable experiments/tools)
PDF download — download the PDF version of these docs
Experiment Status — processing status / maintenance
References — bibliography and reading list
Run one experiment¶
make uv-check
make venv
make install-dev
make run EXP=e001 ARGS="--out out/e001 --seed 1"
Latest¶
E129 — Euler lucky constants for \(n^2 + n + b\) — open
Check the Experiments Gallery for new experiments.