搜索结果
找到约 8 项符合
Secant 的查询结果
数值算法/人工智能 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,给两个初始值
matlab例程 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.
matlab例程 a m file for matlab the secant method
a m file for matlab
the secant method
单片机开发 secant method in fortran
secant method in fortran
matlab例程 calculating secant Value
calculating secant Value
文件格式 非线性方程求根的理论讲解
非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s 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
-newton raphson
-secant