Graphing templates
Plot-first notebooks for intuition, boundaries, and shape checks.
Explore exponential models y=y0·e^(kt) and y=y0·(1+r)^t, solve for doubling/half-life times, and plot.
Define piecewise functions with {cond:expr, else:expr} and explore discontinuities.
Explore a quadratic f(x)=ax²+bx+c: compute vertex, discriminant, and roots, then plot in 2D Graph.
Explore y=A·sin(ωx+φ)+c, compute period and phase shift, and plot for intuition.
Templates in Graphing
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.