Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Plotting the polynomial $-x^2+1$"
"Plotting the polynomial $-x^2+2$"
]
},
{
Expand All @@ -59,7 +59,7 @@
}
],
"source": [
"# Our original polynomial is -x^2+1\n",
"# Our original polynomial is -x^2+2\n",
"coefs = [2,0,-1]\n",
"\n",
"def polynomial(coefs, x):\n",
Expand Down