Source code for the false position method covered in the class
Source code for the secant method covered in the class
Source code for Brent method covered in the class
For Fortran codes I use in the class, they are available at Numerical Recipes under Minimization or Maximization of Functions. The legacy version is still for free.
Source code for the global vs. local optimization
Main Fortran code to solve with VFI, EGM or BRENT method, the rest is as in the lecture.
Example 3, Fibonacci with OpenMP
Some potentially interesting videos of concepts
Some potentially interesting videos of concepts