# E101: Reduced residues modulo q: concrete structure ```{figure} ../_static/experiments/e101_hero.png :alt: E101 hero :class: experiment-hero E101: Reduced residues modulo q: concrete structure ``` **Tags:** `number-theory`, `dirichlet-characters`, `model-checking`, `visualization`, `totient` ## Highlights - Focused numeric experiment with a small set of figures. - Parameters saved to `params.json` for reproducibility. - Defaults are chosen, so the experiment remains feasible for the CI “slow” suite. ## What is computed - List reduced residues mod q, verify count=φ(q), and summarize simple structure checks. ## Notes - This page summarizes the intent; see the generated `report.md` in `out/` for concrete outputs. ## Published run snapshot If this experiment is included in the docs gallery, include the published snapshot (report + params). ```{include} ../reports/e101.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e101.json :language: json ``` ::: ## References - See the arithmetic-functions background pages in `docs/background/`. - See `docs/background/dirichlet-characters.md`. ## Related experiments - {doc}`e099` (E099: Jordan totients J_k: identities and ratios) - {doc}`e108` (E108: Orthogonality heatmap for characters) - {doc}`e052` (Totient ratio landscape) - {doc}`e053` (Inverse totient multiplicities) - {doc}`e060` (Jordan totients)