aboutsummaryrefslogtreecommitdiff
path: root/mindmap/factorial.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-24 19:26:59 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-24 19:26:59 -0800
commita7da57c0736bec58d1fc4ec99d211099c31bb45f (patch)
tree88fededcd97c825415b8068cbe85406ce01a1aae /mindmap/factorial.org
parent80da24887ac760a9d18936634d8d46c0643521ee (diff)
new content
Diffstat (limited to 'mindmap/factorial.org')
-rw-r--r--mindmap/factorial.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/mindmap/factorial.org b/mindmap/factorial.org
index 345fe39..2f738b1 100644
--- a/mindmap/factorial.org
+++ b/mindmap/factorial.org
@@ -5,4 +5,11 @@
#+author: Preston Pan
#+options: num:nil
#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
-#+options: tex:dvipng
+
+* Introduction
+The factorial [[id:b1f9aa55-5f1e-4865-8118-43e5e5dc7752][function]] $n!: \mathbb{N} \rightarrow \mathbb{N}$ describes the amount of ways one can arrange $n$ differentiable objects. In practice:
+\begin{align*}
+0! = 1 \\
+n! = (n - 1)! \times n
+\end{align*}
+is a [[id:8f265f93-e5fd-4150-a845-a60ab7063164][recursive]] definition of the factorial.