Skip to content

Commit 9a29e18

Browse files
authored
Initial conditions statement
When reading through this, the notation used for the initial conditions `u(x)` might be clearer if x is defined as a vector now, or if it were re-written as u(x,y) as u is now in two dimensions.
1 parent a66c840 commit 9a29e18

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)