Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 616 Bytes

File metadata and controls

14 lines (13 loc) · 616 Bytes

Roots-Finder

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.

Available methods:

  • Dichotomy (bisection, interval halving) method
  • Newton's method
  • Secant methiod
  • Iterations (fixed-point iteration) method

Demonstration:

screenshot

Dependencies: