Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskis committed Apr 20, 2022
1 parent 0609186 commit 7364c71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Newton's method for finding the root of a differentiable, multivariate, vector-v
`[x,k,x_all] = newtons_method_n(__)` does the same as the previous syntaxes, but also returns an array (`x_all`) storing the root estimates at each iteration. This syntax requires that `opts.return_all` be set to true.


**NOTE:**
## Note

- The [_Numerical Differentiation Toolbox_](https://www.mathworks.com/matlabcentral/fileexchange/97267-numerical-differentiation-toolbox) provides functions for approximating the Jacobian.


Expand Down

0 comments on commit 7364c71

Please sign in to comment.