Steffensen's method: Difference between revisions

Content deleted Content added
order of operations for non-wasted last step
code text layout
Line 64:
Here is the source for an implementation of Steffensen's Method in [[MATLAB]].
 
:<syntaxhighlight lang="matlab">
function Steffensen(f, p0, tol)
% This function takes as inputs: a fixed point iteration function, f,