File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The code we are using came from [geeksforgeeks.org](https://www.geeksforgeeks.or
3838Let's first define the mathematical equation, which we will be searching for its root, and the derivative of it.
3939
4040The equation and its derivative which we will use in this guide are $x^3 - x^2 + 2$ and $3x^2 - 2x$ respectively.
41- The root is the X-coordinate you must put in the equation to get ` 0 ` as Y-coordinate . In this equation the root is ` -1 ` .
41+ The root is the value ( X-coordinate) which makes the mathematical function (Y-coordinate) equal to ` 0 ` . In this equation the root is ` -1 ` .
4242
4343[ ![ Plotted equation] ( images/equation.svg )] ( https://www.wolframalpha.com/input/?i=x%5E3+-+x%5E2+%2B+2 )
4444
You can’t perform that action at this time.
0 commit comments