Description Usage Arguments Value Examples
Run a point iteration, saving intermediate values. This is a convenient building block for convergence acceleration.
1 |
x |
the start value of the iteration (not saved) |
f |
the function that performs the iteration |
n |
the number of iterations to do |
save |
do we save the iteration history? |
... |
extra arguments for f |
the output of the iteration. If save is TRUE, it has an attribute 'history', which gives the iteration history as a length(x) x n matrix.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.