View source: R/Newton Raphson.R
Finds the minimum point of a function
1 | newton_raphson(f, a, tolerance, n = 1000)
|
f |
function |
a |
Initial starting point |
tolerance |
accuracy of the answer |
n |
Number of iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.