Math templates
Explorations, proofs-of-concept, and computational intuition.
Compute n!, nPr, and nCr with clear definitions and quick verification identities (educational).
Compute logs in different bases, convert between ln/log10/log_b, and verify with exponentiation.
Solve ax²+bx+c=0 with the quadratic formula, compute discriminant, and verify roots by substitution.
Educational lab notebook for ζ(s), the critical line, and safe partial-sum experiments.
Templates in Math
These notebook starters are designed to be edited. Open the details page, then move the workflow into your own notebook.
- Start from the assumptions cell (units + constants).
- Run once with defaults, then tweak and rerun.
- Capture a snapshot when you reach a stable configuration.
- If a result matters, verify it with a second method (unit check + estimate + graph).
Fast workflow
- Open a template detail page and skim the steps.
- Open Notebook and paste/adjust cells as needed.
- Use graphing + unit conversion tools to sanity-check.
- Save your version as a separate notebook for future reuse.