Rendering Math in Pelican

Posted by Brian Roepke on Tue 21 January 2020 Updated on Sun 16 February 2020

Binomial Theorem or Binomial Expansion:

$$(x+y)^n = \sum_{k=0}^n {n \choose k} x^{n - k} y^k$$

Binomial Coefficients:

$$\binom{n}{k}$$

Bayes Theorem:

$$P(A \mid B) = \frac{P(B \mid A) \, P(A)}{P(B)}$$

Inclusion–exclusion principle:

$$|A \cup B \cup C| = |A| + |B| + |C| - |A \cap B| - |A \cap C| - |B \cap C| + |A \cap B \cap C|$$

Quadratic Equation:

$$\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

If you liked what you read, subscribe to my newsletter and you will get my cheat sheet on Python, Machine Learning (ML), Natural Language Processing (NLP), SQL, and more. You will receive an email each time a new article is posted.

tags: math