From e670e97f3287324beca9230104e1b3d977ffc6db Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Mon, 20 Aug 2018 11:33:30 +0800 Subject: [PATCH] fixed fourier convention index of norm --- docs/demos/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demos/getting_started.ipynb b/docs/demos/getting_started.ipynb index 6ae8b33..9ad858d 100644 --- a/docs/demos/getting_started.ipynb +++ b/docs/demos/getting_started.ipynb @@ -83,7 +83,7 @@ "\n", "\\begin{align}\n", " \\mathcal{F}_k &= \\int \\mathcal{F}_x e^{-i\\vec{k}\\cdot\\vec{x}} d^n\\vec{x} \\\\\n", - " \\mathcal{F}_x &= (2\\pi)^{-n} \\int \\mathcal{F}_ke^{i\\vec{k}\\cdot\\vec{x}} d^n\\vec{k}. \\\\\n", + " \\mathcal{F}_x &= (2\\pi)^{-n/2} \\int \\mathcal{F}_ke^{i\\vec{k}\\cdot\\vec{x}} d^n\\vec{k}. \\\\\n", "\\end{align}" ] },