My First Post
Aug 2, 2024·
·
1 min read
Dr. Craig Moir
Introduction
This is bold text, and this is emphasized text.
Visit the Hugo website!
Math Demo
Inline math works, for example Euler’s identity $e^{i\pi} + 1 = 0$ and the Gaussian density $f(x)=\frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}$.
Display math also works:
$$ \nabla \cdot \mathbf{u} = 0 $$$$ \frac{\partial \mathbf{u}}{\partial t}
- (\mathbf{u}\cdot\nabla)\mathbf{u} = -\nabla p + \nu \nabla^2 \mathbf{u} $$
And a matrix example:
$$ A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} ,\quad \det(A) = -2. $$