E065: Orthogonality matrix for Dirichlet characters.¶
Tags: number-theory, quantitative-exploration, visualization, dirichlet-characters
Highlights¶
Constructs full character tables for a small modulus q.
Visualizes values as phases / real parts to spot structure and symmetries.
Checks orthogonality and basic sanity constraints numerically.
What this experiment does¶
For characters χ_i modulo q, orthogonality says:
The implementation focuses on a compact, reproducible numerical workflow: deterministic parameter defaults, structured output folders, and one or more figures saved for the gallery.
Outputs¶
This experiment writes into out/e065/:
figures/fig_01_orthogonality_error.png
How to run¶
make run EXP=e065
Notes¶
The gallery preview figure shipped with the documentation uses conservative cutoffs so builds stay fast. If you run the experiment locally, increase the cutoffs to see the asymptotic regime more clearly.
Prime-race plots depend on the chosen sampling of
x(linear vs. log grid). The qualitative “who leads” picture can change when you zoom in.
Published run snapshot¶
If this experiment is included in the docs gallery, include the published snapshot (report + params).
q: 12
phi(q): 4
max |M - I|: 6.123e-17
Figure:
fig_01_orthogonality_error.png
params.json (snapshot)
{
"q": 12
}