img

/img/2022-10-19-riccardo-tartaruga.jpg

Image

math Equations

For inline math we can wrap text in $ like so: $f(k) = {n \choose k} p^{k} (1-p)^{n-k}$ which looks like this in the Markdown file: $f(k) = {n \choose k} p^{k} (1-p)^{n-k}$

Or for a equation block we can use double $$:

$$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$$

which looks like this in the source:

$$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$$

Here are some Greek letters:

  • $\alpha$ == $\alpha$
  • $\beta$ == $\beta$
  • $\frac{1}{\delta^2} \times \gamma_3$ == $\frac{1}{\delta^2} \times \gamma_3$