Templates / math

Math templates

Explorations, proofs-of-concept, and computational intuition.

4 template(s)
Factorial, Permutations, Combinations — Notebook Template

Compute n!, nPr, and nCr with clear definitions and quick verification identities (educational).

Logarithm Base Change + Exponent Checks — Notebook Template

Compute logs in different bases, convert between ln/log10/log_b, and verify with exponentiation.

Quadratic Formula Solver — Notebook Template

Solve ax²+bx+c=0 with the quadratic formula, compute discriminant, and verify roots by substitution.

Riemann Hypothesis — Zeta Explorer

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.

Back to top
  • 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.