# E109: Gauss sums: magnitude patterns ```{figure} ../_static/experiments/e109_hero.png :alt: E109 hero :class: experiment-hero E109: Gauss sums: magnitude patterns ``` **Tags:** `number-theory`, `dirichlet-characters`, `quantitative-exploration`, `visualization`, `numerics` ## 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 - Compute Gauss sums τ(χ) and compare |τ(χ)| to √q. ## 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/e109.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e109.json :language: json ``` ::: ## References - See `docs/background/dirichlet-characters.md`. ## Related experiments - {doc}`e067` (Gauss sums: magnitude vs. sqrt(q).) - {doc}`e066` (Character partial sums: cancellation profiles.) - {doc}`e078` (Max partial sums across characters.) - {doc}`e110` (E110: Dirichlet L-series partial sums at s=1 and s=1/2) - {doc}`e120` (E120: Liouville λ(n): partial sums and parity)