mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-12 04:36:38 -04:00

git-subtree-dir: lib/markdown-mode git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
25 lines
425 B
Text
25 lines
425 B
Text
A simple equation for a line in $\mathbb{R}^2$:
|
|
|
|
\[ y = mx + b \]
|
|
|
|
Again, but with dollar signs:
|
|
|
|
$$ y = mx + b $$
|
|
|
|
# Regarding $\vec g$ and its effects
|
|
|
|
Math in a heading
|
|
|
|
~~~~ {.haskell}
|
|
f x = length $ tail x
|
|
~~~~
|
|
|
|
$x + 1$
|
|
|
|
$e_{ik}$ in the statement the theorem about $V_k$
|
|
|
|
$**η = (-1)^{k(n-k)}sη$, where $**η$, is the Hodge star applied twice.
|
|
|
|
<!-- Local Variables: -->
|
|
<!-- markdown-enable-math: t -->
|
|
<!-- End: -->
|