项目作者: Akulav

项目描述 :
Root Finding using the bisection method. Automatically assigns bounds.
高级语言: Java
项目地址: git://github.com/Akulav/AutomaticRootFinder.git
创建时间: 2019-11-02T16:11:27Z
项目社区:https://github.com/Akulav/AutomaticRootFinder

开源协议:

下载


AutomaticRootFinder (Bisection)

The program uses the bisection method for finding the roots. Only the tolerance and the function should be modified inside the program.
The lower and upper bounds are AUTOMATICALLY found and should only be modified if the program fails to find any root. Only one root is found!