Skip to main content
Math
Lumen
Research
History
Applied Math
AI & ML
Essays
MLTeX
Search
Ctrl+K
Subscribe
Part of
MathLumen
— Illuminating Mathematics
← Back to MathLumen
ML
T
e
X
Templates
Light
Copy
Clear
Expand
Editor
# MLTeX Editor Write LaTeX with real-time preview. Supports inline math, display equations, matrices, and more. ## Inline Math Euler's identity connects five constants: $e$, $i$, $\pi$, $1$, and $0$ in one elegant equation: $e^{i\pi} + 1 = 0$. ## Display Equations The quadratic formula gives roots of $ax^2 + bx + c = 0$: $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$ ## Matrices $$A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, \quad \det(A) = -2$$ ## Eigenvalues For eigenvalue $\lambda$ of matrix $A$: $$\det(A - \lambda I) = 0$$ ## Aligned Equations $$\begin{aligned} \nabla \cdot \mathbf{E} &= \frac{\rho}{\epsilon_0} \\ \nabla \times \mathbf{B} &= \mu_0 \mathbf{J} + \mu_0 \epsilon_0 \frac{\partial \mathbf{E}}{\partial t} \end{aligned}$$
Preview
Loading MathJax...
$...$
inline
·
$$...$$
display
·
##
headings
·
Tab
indent
758 chars