Skip to content
Stefan edited this page Nov 26, 2015 · 5 revisions

Exercise 1

Compilation

For compilation, a shell-script called compile.sh is provided. Like in the first problemset, call it using

$ ./compile.sh

Rootfinding algorithms

Three different algorithms for rootfinding needed to be implemented. Here, the bisection method, the secant method and Newton's method were chosen.

Bisection method

The bisection method was the easiest method to implement

Clone this wiki locally