Skip to content

Commit 7a29cf0

Browse files
committed
minor typos to avoid errors for pdf export
1 parent 04bcb3b commit 7a29cf0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

optimization/Optimization.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,13 @@
176176
},
177177
{
178178
"cell_type": "markdown",
179-
"id": "6a2c9744",
180179
"metadata": {
181180
"slideshow": {
182181
"slide_type": "subslide"
183182
}
184183
},
185184
"source": [
186-
"# Jupyter magic functions for profiling\n",
185+
"## Jupyter magic functions for profiling\n",
187186
"\n",
188187
"Line magics:\n",
189188
"\n",
@@ -564,8 +563,8 @@
564563
" $$ I(H,K) = \\left | \\sum_{n=0}^{N-1} \\sum_{m=0}^{N-1} \\Omega \\left (n,m \\right ) \\exp \\left [ 2 \\pi i \\left ( H n + K m \\right ) \\right ] \\right | ^2$$\n",
565564
"\n",
566565
" With $R=N/2$ the radius of the disk, the support function $\\Omega\\left (n,m \\right )$ is defined as: \n",
567-
" * $ \\Omega \\left (n,m \\right ) = 0$ where $(n-N/2)^2+(m-N/2)^2>(N/2)^2$\n",
568-
" * $ \\Omega \\left (n,m \\right ) = 1$ where $(n-N/2)^2+(m-N/2)^2 \\leq (N/2)^2$\n",
566+
" * $\\Omega \\left (n,m \\right ) = 0$ where $(n-N/2)^2+(m-N/2)^2>(N/2)^2$\n",
567+
" * $\\Omega \\left (n,m \\right ) = 1$ where $(n-N/2)^2+(m-N/2)^2 \\leq (N/2)^2$\n",
569568
"\n",
570569
"2. How do these modifications affect the result? the execution speed?"
571570
]

0 commit comments

Comments
 (0)