We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a66c840 + 9a29e18 commit 346703bCopy full SHA for 346703b
1 file changed
lessons/07_Step_5.ipynb
@@ -86,9 +86,9 @@
86
"\n",
87
"We will solve this equation with the following initial conditions:\n",
88
89
- "$$u(x) = \\begin{cases}\n",
+ "$$u(x,y) = \\begin{cases}\n",
90
"\\begin{matrix}\n",
91
- "2\\ \\text{for} & 0.5 \\leq x \\leq 1 \\cr\n",
+ "2\\ \\text{for} & 0.5 \\leq x, y \\leq 1 \\cr\n",
92
"1\\ \\text{for} & \\text{everywhere else}\\end{matrix}\\end{cases}$$\n",
93
94
"and boundary conditions:\n",
0 commit comments