Skip to content

WPF app for finding and visualizing the root values of non-linear math functions

Notifications You must be signed in to change notification settings

Backgammonian/Roots-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages