Skip to content

Commit 593143f

Browse files
author
StephenElston
committed
Fixed minor typo in equation
1 parent fb96ac2 commit 593143f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Module01/01-07-Quadratic Equations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
"\n",
575575
"To find ***h***, we perform the following calculation:\n",
576576
"\n",
577-
"\\begin{equation}h = \\frac{-b}{2a}\\;\\;\\;\\;=\\;\\;\\;\\;\\frac{-1 - 16}{2\\cdot2}\\;\\;\\;\\;=\\;\\;\\;\\;\\frac{16}{4}\\;\\;\\;\\;=\\;\\;\\;\\;4\\end{equation}\n",
577+
"\\begin{equation}h = \\frac{-b}{2a}\\;\\;\\;\\;=\\;\\;\\;\\;\\frac{-1 \\cdot - 16}{2\\cdot2}\\;\\;\\;\\;=\\;\\;\\;\\;\\frac{16}{4}\\;\\;\\;\\;=\\;\\;\\;\\;4\\end{equation}\n",
578578
"\n",
579579
"Then we simply plug the value we've obtained for ***h*** into the quadratic equation in order to find ***k***:\n",
580580
"\n",

0 commit comments

Comments
 (0)