Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanetti79 committed Oct 23, 2018
1 parent cc69adf commit a31584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02ex_NumberRepresentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"source": [
"6\\. Write a program that implements the function $f(x)=x(x−1)$\n",
"\n",
"(a) Calculates the derivative of the function at the point $x = 1$ using the derivative definition:\n",
"(a) Calculate the derivative of the function at the point $x = 1$ using the derivative definition:\n",
"\n",
"$$\n",
"\\frac{{\\rm d}f}{{\\rm d}x} = \\lim_{\\delta\\to0} \\frac{f(x+\\delta)-f(x)}{\\delta}\n",
Expand Down

0 comments on commit a31584d

Please sign in to comment.