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
2 changes: 1 addition & 1 deletion calculus-derivatives-with-python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"What this does, is tells us the slope of the line tangent to the graph at the point $(a, f(a))$. Suppose we have the function $f(x) = x^2$, and we want to know the slope of the tangent line at $x = 2$. We can define a function as usual, and a function for the derivative. We can use these to write an equation of the line tangent to the graph of the function at this point. "
"What this does is tells us the slope of the line tangent to the graph at the point $(a, f(a))$. Suppose we have the function $f(x) = x^2$, and we want to know the slope of the tangent line at $x = 2$. We can define a function as usual, and a function for the derivative. We can use these to write an equation of the line tangent to the graph of the function at this point. "
]
},
{
Expand Down