LaTeX Rendering Demo

Custom LaTeX Input

KaTeX Rendering:

MathJax Rendering:

\frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}
Unified LaTeX Renderer
\frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}

Example Expressions

Simple Equation
E = mc^2
Quadratic Formula
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Matrix
\begin{bmatrix} a & b \\ c & d \end{bmatrix}
Integral
\int_{a}^{b} f(x) \, dx = F(b) - F(a)
System of Equations
\begin{cases} 3x + 5y + z = 0 \\ 7x - 2y + 4z = 0 \\ -6x + 3y + 2z = 0 \end{cases}
Limit
\lim_{x \to \infty} \frac{1}{x} = 0
Complex Expression
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}

LatexDisplay Component Demo

3x3 Matrix
\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix}
Augmented Matrix
System of Equations
\begin{cases} 3x_{1} + 2x_{2} -x_{3} = 10 \\ x_{1} -x_{2} + 4x_{3} = 3 \\ 2x_{1} + 3x_{2} + 2x_{3} = 5 \end{cases}
Solution