This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a - 资源详细说明
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0
The methods are:
-bisection
-false position
-newton raphson
-secant
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a - 源码文件列表