Skip to content

aibobrov/nonlinear-equations-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nonlinear equations solver and grapher.

Equations solved by

  • Newton's method;
  • Iteration method;
  • Chord method;
  • Bisection method.

This program uses C++ library fParser which can be used to parse and evaluate a mathematical function from a string, C++11 threads, lambda expressions and Gnuplot Utility.