搜索:Secant
找到约 8 项符合「Secant」的查询结果
结果 8
https://www.eeworm.com/dl/665/494656.html
matlab例程
calculating secant Value
calculating secant Value
https://www.eeworm.com/dl/665/482665.html
matlab例程
a m file for matlab the secant method
a m file for matlab
the secant method
https://www.eeworm.com/dl/518/106935.html
数值算法/人工智能
Secant method with 2 points for non-linear equations in C
Secant method with 2 points for non-linear equations in C
https://www.eeworm.com/dl/665/480842.html
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.
https://www.eeworm.com/dl/639/442892.html
文件格式
非线性方程求根的理论讲解
非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method
https://www.eeworm.com/dl/641/465059.html
数学计算
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