# E100: Carmichael λ(n) vs. Euler φ(n) ```{figure} ../_static/experiments/e100_hero.png :alt: E100 hero :class: experiment-hero E100: Carmichael λ(n) vs. Euler φ(n) ``` **Tags:** `number-theory`, `quantitative-exploration`, `visualization`, `carmichael-lambda`, `totient`, `arithmetic-functions` ## 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 λ(n) and φ(n) and visualize λ(n)/φ(n) over a finite range. ## 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/e100.md :start-after: "" :end-before: "" ``` ::: {dropdown} params.json (snapshot) :open: ```{literalinclude} ../params/e100.json :language: json ``` ::: ## References - See the arithmetic-functions background pages in `docs/background/`. ## Related experiments - {doc}`e062` (Carmichael λ(n) vs. φ(n)) - {doc}`e052` (Totient ratio landscape) - {doc}`e053` (Inverse totient multiplicities) - {doc}`e060` (Jordan totients) - {doc}`e099` (E099: Jordan totients J_k: identities and ratios)