Skip to content

Commit 330bdfa

Browse files
committed
fix typos
1 parent 7550e4c commit 330bdfa

19 files changed

Lines changed: 480776 additions & 1449 deletions

notebooks/class_02/class_02_networkx1.ipynb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"\\end{pmatrix},$$\n",
9393
" \n",
9494
"where $\\forall i,j \\in V$, \n",
95+
"\n",
9596
"$$a_{ij} =\n",
9697
"\\begin{cases}\n",
9798
" 1 & \\quad \\text{if } e_{ij} \\in E\\\\\n",
@@ -119,6 +120,7 @@
119120
"$$\n",
120121
" \n",
121122
"where $\\forall i,j \\in V$,\n",
123+
"\n",
122124
"$$w_{ij} =\n",
123125
"\\begin{cases}\n",
124126
" w & \\quad \\text{if } e_{ij} \\in E\\\\\n",
@@ -313,7 +315,9 @@
313315
" \\vdots & \\vdots & \\ddots & \\vdots \\\\\n",
314316
" b_{N_1,1} & b_{N,2} & \\cdots & b_{N_1,N_2} \n",
315317
"\\end{pmatrix},$$\n",
318+
"\n",
316319
"where $N_1 = |V_1|$, $N_2 = |V_2|$, and $\\forall i \\in V_1$ and $j \\in V_2$, \n",
320+
"\n",
317321
"$$b_{i,j} =\n",
318322
"\\begin{cases}\n",
319323
" 1 & \\quad \\text{if } e_{i,j} \\in E\\\\\n",
@@ -2241,6 +2245,7 @@
22412245
"$$\n",
22422246
"\n",
22432247
"where $N_1 = |V_1|$, $N_2 = |V_2|$, and $\\forall i \\in V_1$ and $j \\in V_2$, \n",
2248+
"\n",
22442249
"$$b_{i,j} =\n",
22452250
" \\begin{cases}\n",
22462251
" 1 & \\quad \\text{if } e_{i,j} \\in E\\\\\n",

notebooks/class_12/class_12_visualization_python.ipynb

Lines changed: 20 additions & 282 deletions
Large diffs are not rendered by default.
617 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-73 Bytes
Binary file not shown.
-34 Bytes
Binary file not shown.
-51.6 KB
Loading
-16.7 KB
Loading
-11.6 KB
Loading

0 commit comments

Comments
 (0)