-
-
Notifications
You must be signed in to change notification settings - Fork 22
Brent's Method
Oscar Veliz edited this page Jun 1, 2018
·
12 revisions
The video covering the Brent-Dekker Method can be found here https://youtu.be/-bLSRiokgFk
Example code is given in the Brent-Dekker.hs file, written in Haskell, compares Bisection, Secant Method, Dekker's Method, Inverse Quadratic Interpolation, and Brent's Method.
To run the program have Haskell installed Haskell.org then type ghci Brent-Dekker.hs
in the terminal in the directory where Brent-Dekker.hs is saved then type main
to run. If you'd rather not use the terminal use an IDE instead like Haskell Platform or Geany to open, compile, and run the program.