SECANT
共 8 篇文章
SECANT 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 8 篇文章,持续更新中。
secant method in fortran
secant method in fortran
非线性方程求根的理论讲解
非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method
Secant method with 2 points for non-linear equations in C
Secant method with 2 points for non-linear equations in C
SECANT法求解一个连续方程
SECANT法求解一个连续方程,f(x) = 0,给两个初始值
a m file for matlab the secant method
a m file for matlab
the secant method
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
-newto
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
calculating secant Value
calculating secant Value