Description Usage Arguments Value Examples
Basic Newton Raphson
1 | mynewt(x0, delta = 0.001, f, fdash)
|
x0 |
initial value |
delta |
increment in x |
f |
the function to find the derivative of |
fdash |
the first derivative |
a plot with the segments of the NR technique
1 | ## Not run: mynewt(10,f=function(x) x^2-5*x +6, fdash= function(x) 2*x -5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.