Skip to content

Commit

Permalink
Math
Browse files Browse the repository at this point in the history
  • Loading branch information
simveit committed Jul 8, 2024
1 parent eb175a7 commit 385753e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _posts/2024-07-09-combination-permutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ categories:
tags:
- Probability
---
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
# Permutations and Combinations

An ordered set of elements in $[n]={1,2,...,n}$ is called a *permutation*.
An ordered set of elements in $[n]=\{1,2,...,n\}$ is called a *permutation*.

If we consider an ordered subset with r elements in a set of n elements we call this an *r permutation*.

Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-07-09-introduction-probability.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ categories:
tags:
- Probability
---
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
# Introduction

In this notebook I want to implement some of the ideas from [this lecture](https://www.youtube.com/watch?v=2Xwk6yNq9og) in Python.
Expand Down

0 comments on commit 385753e

Please sign in to comment.