Description Usage Arguments Value Examples
an example function solving solutions of nonlinear equations by Newton method
1 | SL.Newtons(fun, x, ep = 1e-05, it_max = 100)
|
fun |
functions consisting of equations |
x |
initial variable |
ep |
accuracy |
it_max |
the maximum number of iterations |
solutions of nonlinear equations
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.