Skip to content

Successive Parabolic Interpolation

Oscar Veliz edited this page Nov 5, 2020 · 6 revisions

Jarratt's Method SPI video

The video covering Jarratt's Method - Successive Parabolic Interpolation can be found here https://youtu.be/3WHcQofG7B8. Example code is given in the BrentJarratt.fsx file, written in F#, it compares Jarratt's Method to Golden-section Search. You can run the program via CodingGround. To run the program locally have F# installed then type dotnet fsi BrentJarratt.fsxin the terminal in the directory where BrentJarratt.fsx is saved. I recommend an IDE to edit the program like VS Code.

Reference links: