Skip to content

Commit 39693a2

Browse files
committed
Minor fixes for slides of session 3
1 parent 564c019 commit 39693a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

session3_scientific_ecosystem/slides_session3.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"source": [
2828
"# The Python Scientific Ecosystem\n",
2929
"\n",
30-
"<br><br><br><br><br><br><br><br><br><br><br><br><br><br>\n",
30+
"<br><br><br><br><br><br><br><br><br><br><br>\n",
3131
"<div style=\"font-size:0.8em; color: #555\">2019-04-04 Session 3\n",
3232
"<span style=\"float:right\">Peter Regner</span>\n",
3333
"</div>"
@@ -3120,9 +3120,9 @@
31203120
}
31213121
},
31223122
"source": [
3123-
"# Exercise: plot cos(x) * cos(y)\n",
3123+
"# Exercise: plot cos(x) * sin(y)\n",
31243124
"\n",
3125-
"Plot $f(x,y) := cos(x) * cos(y)$!\n",
3125+
"Plot $f(x,y) := cos(x) * sin(y)$!\n",
31263126
"\n",
31273127
"(for $x,y \\in \\mathbb{R}, -10 \\leq x \\leq 10, -10 \\leq y \\leq 10$ with a resolution of $300 \\times 300$)\n",
31283128
"\n",

0 commit comments

Comments
 (0)