Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.08 KB

File metadata and controls

37 lines (22 loc) · 1.08 KB

Numerical Solution Of Equations

Math school project

Numerical Solution Of Equations Logo

Scope

This program solves equation using 3 different numerical methods (Bisection, Secant, Newton)

Other resources about Numerical Solutions Of Equations can be found here and here.

Download

Download the latest release here.

Screenshot

Numerical Solution Of Equations screenshot

Libraries

  • Qt

  • exprtk

exprtk info

This project uses exprtk for expression parsing and evaluation, for more info look in the GitHub repo

License

MIT License