The Ultimate LaTeX Math Cheat Sheet [PDF Ready]
Keep this cheat sheet handy while using our editor. Print it or bookmark it for quick reference.
Quick Reference
| Category | Command | Result |
|---|---|---|
| Fractions | \\frac{a}{b} | a/b |
| Superscript | x^{n} | xⁿ |
| Subscript | x_{n} | xₙ |
| Square root | \\sqrt{x} | √x |
| Integral | \\int_{a}^{b} | ∫ₐᵇ |
| Sum | \\sum_{i=1}^{n} | Σᵢ₌₁ⁿ |
| Product | \\prod_{i=1}^{n} | Πᵢ₌₁ⁿ |
| Limit | \\lim_{x \\to \\infty} | limₓ→∞ |
| Matrix | \\begin{pmatrix} a & b \\\\ c & d \\end{pmatrix} | [a b; c d] |
✏️ Try it now — open the MathEditor and experiment with these formulas!