This WPF app allows to find and approximate the root values of non-linear math function and to visualize them along with the graph of the function itself.
This app is the result of course work on the subject of computational mathematics.
- Dichotomy (bisection, interval halving) method
- Newton's method
- Secant methiod
- Iterations (fixed-point iteration) method