Math Notepad
A Soulver-style notepad: type notes with inline math, variables, unitful arithmetic, and the full mathjs library. Results update live in a side column, free and client-side.
Loading tool...
What is Math Notepad?
Math Notepad is a Soulver-style scratchpad: you type normal notes where any line can be math, and every line evaluates instantly in a running results column. Assign variables, mix units like 12 kg + 500 g, and call the full mathjs library - sums, rounding, trigonometry, matrices - all computed locally in your browser.
Key Benefits
- Multi-step math reads like notes - intermediate results stay in context
- Change one variable and every dependent line recomputes instantly
- Unitful arithmetic catches mistakes a plain calculator cannot
- Comments with # keep the whole pad self-documenting
- Completely private - computation happens on your device
Common Use Cases
- •Pricing out purchases, invoices, and budget scenarios with editable assumptions
- •Unit conversions and engineering estimates like 90 km/h + travel time
- •Comparing discount plans line by line before deciding
- •Teaching or checking quick math with visible intermediate steps
How to Use the Math Notepad
- Type a value per line: Write expressions like 1990 * 3 or assignments like price = 2490 - results appear instantly on the right.
- Reuse with variables: Reference earlier variables in later lines; change the original value and everything recomputes.
- Add units and functions: Mix units like 12 kg + 500 g and call functions like sum(), round(), or sqrt() anywhere in a line.
Key Features
- Line-by-line evaluation with live results in a side column
- Variable assignment (price = 2490) that flows into later lines
- Unitful arithmetic: 12 kg + 500 g works and converts automatically
- Full mathjs library - sum, round, trig, sqrt, matrices, and more
- Hash (#) comment lines keep notes readable and self-documenting
- 100% client-side via the mathjs engine - no upload, no account