E106: Character gallery: real vs. complex¶
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.jsonfor 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.mdinout/for concrete outputs.
Published run snapshot¶
If this experiment is included in the docs gallery, include the published snapshot (report + params).
Artifacts¶
figures/fig_01_real_character_counts.png
params.json
report.md
Notes¶
q values: [5, 8, 10, 12, 15]
real/total: [(5, 2, 4), (8, 4, 4), (10, 2, 4), (12, 4, 4), (15, 4, 8)]
Real characters correspond to quadratic characters and products thereof.
params.json (snapshot)
{
"q_values": [
5,
8,
10,
12,
15
]
}
References¶
See
docs/background/dirichlet-characters.md.