diff options
author | Prefetch | 2021-02-21 16:46:21 +0100 |
---|---|---|
committer | Prefetch | 2021-02-21 16:46:21 +0100 |
commit | c2327bcc3571ead88ba2b0ce40656211a888f640 (patch) | |
tree | f8d53689dbad501226d526047053465db1a2b6e0 /content/know | |
parent | f83a8419ba9574fb68d64049abf039c38609f3ea (diff) |
Add "Convolution theorem" and "Parseval's theorem"
Diffstat (limited to 'content/know')
-rw-r--r-- | content/know/category/mathematics.md | 6 | ||||
-rw-r--r-- | content/know/category/physics.md | 4 | ||||
-rw-r--r-- | content/know/concept/index.md | 4 |
3 files changed, 14 insertions, 0 deletions
diff --git a/content/know/category/mathematics.md b/content/know/category/mathematics.md index 76106f2..23b115d 100644 --- a/content/know/category/mathematics.md +++ b/content/know/category/mathematics.md @@ -6,8 +6,14 @@ title = "Category: mathematics" Alphabetical list of concepts in this category. +## C +* [Convolution theorem](/know/concept/convolution-theorem/) + ## D * [Dirac delta function](/know/concept/dirac-delta-function/) ## F * [Fourier transform](/know/concept/fourier-transform/) + +## P +* [Parseval's theorem](/know/concept/parsevals-theorem/) diff --git a/content/know/category/physics.md b/content/know/category/physics.md index ff6b4e8..9458bfd 100644 --- a/content/know/category/physics.md +++ b/content/know/category/physics.md @@ -9,6 +9,9 @@ Alphabetical list of concepts in this category. ## B * [Bloch's theorem](/know/concept/blochs-theorem/) +## C +* [Convolution theorem](/know/concept/convolution-theorem/) + ## F * [Fourier transform](/know/concept/fourier-transform/) @@ -17,6 +20,7 @@ Alphabetical list of concepts in this category. * [Dirac notation](/know/concept/dirac-notation/) ## P +* [Parseval's theorem](/know/concept/parsevals-theorem/) * [Pauli exclusion principle](/know/concept/pauli-exclusion-principle/) * [Probability current](/know/concept/probability-current/) diff --git a/content/know/concept/index.md b/content/know/concept/index.md index 84df249..ed73007 100644 --- a/content/know/concept/index.md +++ b/content/know/concept/index.md @@ -9,6 +9,9 @@ Alphabetical list of concepts in this knowledge base. ## B * [Bloch's theorem](/know/concept/blochs-theorem/) +## C +* [Convolution theorem](/know/concept/convolution-theorem/) + ## D * [Dirac delta function](/know/concept/dirac-delta-function/) * [Dirac notation](/know/concept/dirac-notation/) @@ -17,6 +20,7 @@ Alphabetical list of concepts in this knowledge base. * [Fourier transform](/know/concept/fourier-transform/) ## P +* [Parseval's theorem](/know/concept/parsevals-theorem/) * [Pauli exclusion principle](/know/concept/pauli-exclusion-principle/) * [Probability current](/know/concept/probability-current/) |