From 073a0fb3b666bcb7ee49757ac8724867a9efdce1 Mon Sep 17 00:00:00 2001
From: Prefetch
Date: Sun, 21 Feb 2021 15:34:10 +0100
Subject: Add "Dirac delta function"

---
 content/know/category/index.md       |  6 ++++++
 content/know/category/mathematics.md | 10 ++++++++++
 content/know/category/physics.md     | 27 +++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)
 create mode 100644 content/know/category/mathematics.md
 create mode 100644 content/know/category/physics.md

(limited to 'content/know/category')

diff --git a/content/know/category/index.md b/content/know/category/index.md
index b8f0456..ba4936c 100644
--- a/content/know/category/index.md
+++ b/content/know/category/index.md
@@ -9,5 +9,11 @@ Alphabetical list of categories in this knowledge base.
 Note that these categories might overlap,
 i.e. share certain concepts.
 
+## M
+* [Mathematics](/know/category/mathematics/)
+
+## P
+* [Physics](/know/category/physics/)
+
 ## Q
 * [Quantum mechanics](/know/category/quantum-mechanics/)
diff --git a/content/know/category/mathematics.md b/content/know/category/mathematics.md
new file mode 100644
index 0000000..e873d90
--- /dev/null
+++ b/content/know/category/mathematics.md
@@ -0,0 +1,10 @@
++++
+title = "Category: mathematics"
++++
+
+#
+
+Alphabetical list of concepts in this category.
+
+## D
+* [Dirac delta function](/know/concept/dirac-delta-function/)
diff --git a/content/know/category/physics.md b/content/know/category/physics.md
new file mode 100644
index 0000000..8bcba4d
--- /dev/null
+++ b/content/know/category/physics.md
@@ -0,0 +1,27 @@
++++
+title = "Category: physics"
++++
+
+#
+
+Alphabetical list of concepts in this category.
+
+## B
+* [Bloch's theorem](/know/concept/blochs-theorem/)
+
+## D
+* [Dirac delta function](/know/concept/dirac-delta-function/)
+* [Dirac notation](/know/concept/dirac-notation/)
+
+## P
+* [Pauli exclusion principle](/know/concept/pauli-exclusion-principle/)
+* [Probability current](/know/concept/probability-current/)
+
+## S
+* [Slater determinant](/know/concept/slater-determinant/)
+
+## T
+* [Time-independent perturbation theory](/know/concept/time-independent-perturbation-theory/)
+
+## W
+* [Wentzel-Kramers-Brillouin approximation](/know/concept/wentzel-kramers-brillouin-approximation/)
-- 
cgit v1.2.3