Skip to content

Commit 36065e4

Browse files
Merge pull request #1 from peterennis/peterennis-patch-1
Update 005 solve quadratic equation.ipynb
2 parents 23a9ea6 + 24e8da6 commit 36065e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_Python_Introduction_examples/005 solve quadratic equation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"The standard form of a quadratic equation is:\n",
3232
"\n",
3333
"```python\n",
34-
"ax2 + bx + c = 0, where\n",
34+
"ax**2 + bx + c = 0, where\n",
3535
"a, b and c are real numbers and\n",
3636
"a ≠ 0\n",
3737
"```\n",

0 commit comments

Comments
 (0)