★ interactive · cheatsheetLaTeX live preview
Edit the source on the left, then click a cheatsheet row to load it into the preview.
preview
i=1∑ni=2n(n+1) cheatsheet
fractions & roots
| source | renders as | note |
|---|
\frac{a}{b} | ba | standard fraction |
\sqrt{x} | x | square root |
\sqrt[3]{x} | 3x | nth root |
sums, products, integrals
| source | renders as | note |
|---|
\sum_{i=1}^{n} i | ∑i=1ni | finite sum |
\prod_{k=1}^{n} k | ∏k=1nk | product |
\int_0^1 x \, dx | ∫01xdx | definite integral |
limits & calculus
| source | renders as | note |
|---|
\lim_{x \to 0} | limx→0 | limit |
\frac{dy}{dx} | dxdy | derivative |
\partial_x f | ∂xf | partial derivative |
\nabla f | ∇f | gradient |
logic, sets, relations
| source | renders as | note |
|---|
\forall x \in S | ∀x∈S | for all in a set |
\exists x | ∃x | there exists |
A \subseteq B | A⊆B | subset |
a \equiv b \pmod{n} | a≡b(modn) | congruence |
greek
| source | renders as | note |
|---|
\alpha \beta \gamma | αβγ | lowercase |
\Sigma \Pi \Omega | ΣΠΩ | uppercase |
\theta \phi \psi | θϕψ | common variables |