Steffensen's method: Difference between revisions

Content deleted Content added
m MOS:", spacing, equation numbering, and minor grammar tweaks
Add category
Line 97:
===In Python===
 
Here is the source for an implementation of Steffensen's Methodmethod in [[Python (programming language)|Python]].
 
<syntaxhighlight lang="python">
Line 209:
{{Root-finding algorithms}}
 
[[Category:Articles with example MATLAB/Octave code]]
[[Category:Articles with example Python (programming language) code]]
[[Category:Quasi-Newton methods]]