Skip to content

Writing math in the lab blog

This post uses Markdown with LaTeX via KaTeX (same pipeline as the rest of the site). Inline math: E=mc2E = mc^2.

Display equation:

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}

You can cite matrices too:

A=(abcd)\mathbf{A} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}