My Equation Book

Documentation

Everything you need to compose, compute, and reuse formulas in My Equation Book.

Getting started

1. Create your first page. Click Add Page in the toolbar and give it a name — a class name, a project, a lab number, whatever suits your workflow.

2. Add an equation. Below the toolbar, click Add Equation. You get three inputs:

3. Enter values and execute. A row of numeric inputs appears below for each parameter. Fill them in with values (and units, if you like), then click Execute.

4. Save to your account. Every edit lights up the Save button. Click it to persist your book. Your browser will warn you if you try to leave with unsaved changes.

Notation basics

Type plain identifiers; the app renders them as textbook math.

Type
Renders
Notes
L_r
Lr
A bare underscore becomes a subscript.
x^2
x2
Power notation. Computes numerically.
sub(V_in)
Vin
Explicit subscript wrapper (display only).
sup(x_2)
x2
Explicit superscript notation.

Greek letters

Type the letter's name; the preview shows the symbol.

Type
Renders
Notes
sigma
σ
Lowercase Greek.
Delta
Δ
Capital Greek.
sigma_f
σf
Greek + subscript.
sigma_Deltatheta
σΔθ
Consecutive Greek names in a subscript are auto-detected.
hbar · omega
ℏω
Also: infty, nabla, partial, ell, aleph.

Accents & decorations

Wrap a symbol in one of these to add a diacritic. All are display-only when evaluated.

Type
Renders
Notes
hat(x)
Also spelled peak(x).
bar(x)
Mean / average.
vec(F)
F⃗
Vector arrow.
tilde(x)
ddt(x)
First time derivative (Newton's dot).
d2dt(x)
Second time derivative.
prime(R_L)
R′L
Prime mark.

Calculus notation

These are notation-only — they don't actually differentiate or integrate. They just typeset the way you'd write it.

Type
Renders
Notes
deriv(y, x)
dy/dx
First derivative (Leibniz).
deriv2(y, x)
d²y/dx²
Second derivative.
pderiv(f, x)
∂f/∂x
Partial.
pderiv2(f, x)
∂²f/∂x²
Second partial.
integ(f, x)
∫ f dx
Indefinite integral.
integ(f, x, a, b)
ab f dx
Definite integral.

Units

Parameter values accept SI unit expressions. Enter 12 V, 4 ohm, 5 GHz, 1 kg/m^3. Units flow through the whole computation.

Try it: expression V / R, params V, R, values V = 12 V and R = 4 ohm. Execute returns 3 A.

You can also convert inline: (2 A) to mA returns 2000 mA. Common prefixes work: k, M, G, T and m, u, n, p.

Referencing equations

Give an equation a name and use it as a variable in a later equation on the same page.

When you reference another equation inside an expression, the preview substitutes the referenced equation's LaTeX — so a formula referencing dfdx renders with the full ∂f/∂x baked in. Numerically, it uses that equation's last executed value.

Run Execute All after opening a page to compute every equation top-to-bottom. Alternatively, enable Auto-execute on change in the toolbar for a spreadsheet-like feel.

Toolbar & buttons

Toolbar (top of the page)

Per-equation row

Your account

Every book is scoped to your account and stored on the server. You can log in from any device and pick up where you left off.

The Save button warns you if the server has a newer version of your book than what you're editing (another tab, another device). You can reload and rebuild, or keep editing and try again.

Each save also snapshots the previous state — the 20 most recent versions are kept. History and restore controls are on the roadmap.

Missing something? The app's built-in Help modal covers a few more edge cases. If something's unclear, open the app and press the ? Help button.