Skip to content

Commit 346703b

Browse files
authored
Merge pull request barbagroup#29 from slink/patch-1
Initial conditions statement
2 parents a66c840 + 9a29e18 commit 346703b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lessons/07_Step_5.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"\n",
8787
"We will solve this equation with the following initial conditions:\n",
8888
"\n",
89-
"$$u(x) = \\begin{cases}\n",
89+
"$$u(x,y) = \\begin{cases}\n",
9090
"\\begin{matrix}\n",
91-
"2\\ \\text{for} & 0.5 \\leq x \\leq 1 \\cr\n",
91+
"2\\ \\text{for} & 0.5 \\leq x, y \\leq 1 \\cr\n",
9292
"1\\ \\text{for} & \\text{everywhere else}\\end{matrix}\\end{cases}$$\n",
9393
"\n",
9494
"and boundary conditions:\n",

0 commit comments

Comments
 (0)