Progress: 0/15

Lesson 12: Math Formulas

⏱️ ~10 min📚 Advanced

🧮 Inline Formulas

Wrap LaTeX formulas with single $:

Markdown Code
Pythagorean theorem: $a^2 + b^2 = c^2$

Mass-energy equation: $E = mc^2$

📐 Block Formulas

Wrap with double $$:

Markdown Code
$$
\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$

📚 Common Symbols

LaTeX Syntax
Superscript: x^2
Subscript: H_2O
Fraction: \frac{a}{b}
Square root: \sqrt{x}
Summation: \sum_{i=1}^{n}
Integral: \int
💡 Platform Support

Math formulas require platforms that support LaTeX rendering. GitHub, some Markdown editors support this feature.

✍️Exercise: Math Formulas
Editor
Live Preview