Greek Symbols and Operators

KaTeX Equation Rendering Demo

Here is an inline equation example: \(E = mc^2\) which is one of the most famous formulas.

Another inline example with fractions: \(\frac{a+b}{c+d}\) and square root: \(\sqrt{x^2 + y^2}\).

Block Equation

\[ \int_{0}^{\pi} \sin(x)\,dx = 2 \]

Aligned Equations

\[ \begin{aligned} a + b &= c \\ x^2 + y^2 &= z^2 \end{aligned} \]

Matrix Example

\[ \begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix} \]

Greek Symbols and Operators

Inline: \(\alpha + \beta = \gamma\), \(\nabla \cdot \vec{E} = \frac{\rho}{\varepsilon_0}\).

Long Equation with Scroll

\[ y = a_0 + a_1x + a_2x^2 + a_3x^3 + \dots + a_nx^n \]

Summation and Product

\[ \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}, \quad \prod_{k=1}^{n} k = n! \]
I am a student with a passion for blogging and technology. I love sharing valuable content and insights on various tech-related topics. My goal is to help others by providing useful information, tips…

Post a Comment