Hints
Hints provide suggested results for mathematical expressions while you work. They can compute values, simplify expressions, solve equations, evaluate functions, work with units, and perform symbolic operations directly inside the document. Hints appear automatically as you type and never modify the document unless you explicitly accept them.
The goal is to keep calculations fast and interactive without breaking the writing flow. Hints are optional and non-destructive. You can ignore them completely and continue writing normally, or use them as lightweight computational assistance while keeping the document fully editable and readable.
Generating a hint
To generate a hint:
Type a mathematical expression
End the line with
=Wait for the preview to appear
Press Tab to insert the result
If you continue typing instead of pressing Tab, the hint disappears automatically.
How hints behave
Hints are suggestions
Hints never modify the document automatically.
Action | Result |
|---|---|
Press Tab | Insert the suggested result |
Continue typing | Ignore the hint |
Delete | Remove the hint |
Hints use previous lines
Hints can reference values, functions, and equations defined earlier in the document.
Example:
Preview:
If a definition changes later, dependent results update automatically when recomputed.
Hints resolve chains of definitions
Definitions can depend on earlier definitions.
Example:
Preview:
Horizontal rules separate contexts
A horizontal rule creates a new calculation scope. Variables and definitions above the rule are ignored below it. Just type three dashes, like this
Example:
---This is useful for separating unrelated problems inside the same document.
Units propagate automatically
Hints preserve and simplify compatible units.
Example:
Preview:
Derived SI units such as N, J, and Pa are produced automatically when dimensions match.
Common operations
Computing values
Input | Result |
|---|---|
Simplifying, expanding, and factoring
Hints can simplify algebraic expressions automatically.
Input | Result |
|---|---|
Partial fraction decomposition
Input | Result |
|---|---|
Solving equations
Write an equation first, then request the solution on the next line.
Example:
Preview:
Derivatives
Hints support standard derivative notation.
Input | Result |
|---|---|
Partial derivatives work as well.
Input | Result |
|---|---|
Integrals
Hints support indefinite and definite integrals.
Input | Result |
|---|---|
Hints can also preserve units during integration.
Limits
Input | Result |
|---|---|
Summations and products
Input | Result |
|---|---|
Matrices
Hints can evaluate common matrix operations.
Input | Result |
|---|---|
Statistics
Hints support common statistical operations.
Input | Result |
|---|---|
Supported operations include arithmetic mean, geometric mean, harmonic mean, median, mode, variance, and standard deviation.
Special functions
Input | Result |
|---|---|
Number theory operations
Input | Result |
|---|---|
Recognized notation
The following patterns trigger specific hint behavior.
Notation | Meaning |
|---|---|
| Generate a hint |
| Solve for |
| Solve a system |
| Define a function |
| Evaluate a function |
| Derivatives |
| Integrals |
| Limits |
| Summations and products |
| Matrix transpose and inverse |
| Set operations |
| Reset calculation scope |
Why a hint might not appear
A hint may not appear if:
the expression is incomplete
the line does not end with
=required definitions are missing
units are incompatible
the math backend is still loading
In most cases, continuing to edit the expression resolves the issue.
Previous: AI Helper | Next: Accounts |