Last updated: Riccardo updated this on 2024-11-03

Small update on 2024-12-02 #riccping

img

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

Image

math Equations

For inline math we can wrap text in $ like so: f(k)=(nk)pk(1p)nk 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)=(nk)pk(1p)nk

which looks like this in the source:

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

Here are some Greek letters:

  • α == $\alpha$
  • β == $\beta$
  • 1δ2×γ3 == $\frac{1}{\delta^2} \times \gamma_3$