You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ Newton's method for finding the root of a differentiable, multivariate, vector-v
25
25
`[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.
26
26
27
27
28
-
**NOTE:**
28
+
## Note
29
+
29
30
- The [_Numerical Differentiation Toolbox_](https://www.mathworks.com/matlabcentral/fileexchange/97267-numerical-differentiation-toolbox) provides functions for approximating the Jacobian.
0 commit comments