We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef2a1ef + 29e343b commit a069138Copy full SHA for a069138
1 file changed
Tutorial4/Tutorial4.ipynb
@@ -263,7 +263,7 @@
263
"U = \n",
264
"\\begin{bmatrix}\n",
265
"u_0(0) & u_1(0) & \\dots & u_{N-1}(0)\\\\\n",
266
- "u_0(1) & u_1(0) & \\dots & u_{N-1}(1)\\\\\n",
+ "u_0(1) & u_1(1) & \\dots & u_{N-1}(1)\\\\\n",
267
"\\vdots & \\vdots& & \\vdots\\\\\n",
268
"u_0(N-1) & u_1(N-1) & \\dots & u_{N-1}(N-1)\\\\\n",
269
"\\end{bmatrix} \n",
@@ -747,4 +747,4 @@
747
},
748
"nbformat": 4,
749
"nbformat_minor": 4
750
-}
+}
0 commit comments