项目作者: hejmsdz

项目描述 :
A program that solves non-linear equations numerically, using floating point and interval arithmetics
高级语言: C++
项目地址: git://github.com/hejmsdz/NonLinear.git
创建时间: 2017-05-21T16:14:07Z
项目社区:https://github.com/hejmsdz/NonLinear

开源协议:MIT License

下载


NonLinear

A program that solves non-linear equations by bisection, false position and secant method,
in floating point and interval arithmetic (the latter powered by Boost library).

University project for Elements of Numerical Analysis course.
I did my best (and passed :smile:), but use at your own risk.