Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 315 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 315 Bytes

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.