Skip to content

Steffensen's Method

Oscar Veliz edited this page Jul 30, 2018 · 9 revisions

The video covering Steffensen's Method and Aitken's Delta Squared Method can be found here https://youtu.be/BTYTj0r5PZE

Example code is given in Steffensen.sml file, written in SML/NJ it has Aitken's Delta Squared Method and both versions of Steffensen's Method. You can run the program online from CodingGround. To run the program locally have SML/NJ installed smlnj.org then type sml Steffensen.smlin the terminal in the directory where Steffensen.sml is saved. If you'd rather not use the terminal use an IDE instead like Geany to run the program (change the execute option to sml %e.sml).

Reference links:

Clone this wiki locally