hugo-tufte/exampleSite/content/posts/more-maths.md

64 lines
791 B
Markdown
Raw Normal View History

2021-07-25 10:06:30 +02:00
+++
math = true
meta = false
author = "AUTHOR NAME"
date = "2021-07-20T13:56:01-08:00"
type = "post"
2021-07-28 11:02:23 +02:00
title = "More math $\\xi_{(even-in-the-title-!)}$"
2021-07-25 10:06:30 +02:00
subtitle = "Wow this really works ! "
toc = true
categories = ["katex", "latex", "tufte-css"]
+++
2021-07-28 11:02:23 +02:00
A compilation of $\LaTeX$ formulas...
2021-07-25 10:06:30 +02:00
<!--more-->
## Matrix
<p>
$$
\begin{matrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{matrix}
$$
</p>
<p>
$$
\begin{bmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{bmatrix}
$$
</p>
<p>
$$
\begin{Vmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{Vmatrix}
$$
</p>
## Limits
$$
\lim_{n \to \infty}
\sum_{k=1}^n \frac{1}{k^2}
= \frac{\pi^2}{6}
$$
$$
\lim_{n \to \infty}
\frac{1}{x^n}
= 0
$$
## Various symbols
$$\lambda,\xi,\pi,\theta,
\mu,\Phi,\Omega,\Delta$$