diff options
Diffstat (limited to 'source/00_content')
-rw-r--r-- | source/00_content/pages/math_test.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/00_content/pages/math_test.md b/source/00_content/pages/math_test.md new file mode 100644 index 0000000..d686b76 --- /dev/null +++ b/source/00_content/pages/math_test.md @@ -0,0 +1,9 @@ +# Math expression test page + +$$\exists \: \epsilon > 0 \: \exists \: N_0 \in N \: \forall \: n \geq N_0 : | f(n) - f(n0) | \leq \epsilon$$ + +$$\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x$$ + +$$e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n$$ + +$$1 + 1 \neq 0$$ |