# E106: Character gallery: real vs. complex ```{figure} ../_static/experiments/e106_hero.png :alt: E106 hero :class: experiment-hero E106: Character gallery: real vs. complex ``` **Tags:** `number-theory`, `dirichlet-characters`, `visualization`, `multiplicative` ## 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 - Compare value-sets of Dirichlet characters and count real-valued characters. ## 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/e106.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e106.json :language: json ``` ::: ## References - See `docs/background/dirichlet-characters.md`. ## Related experiments - {doc}`e108` (E108: Orthogonality heatmap for characters) - {doc}`e064` (Dirichlet character tables (phase view).) - {doc}`e066` (Character partial sums: cancellation profiles.) - {doc}`e077` (Indicator via character orthogonality (sanity check).) - {doc}`e122` (E122: Character averages over primes)