搜索资源列表
secant
- 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.-The secant iteration to find the zero of some non-linear function converges to zero if
1
- a m file for matlab the secant method-mathlab
SECANT
- Secant method to calculate numerically your values. Numerical methods program,-Secant method to calculate numerically your values. Numerical methods program,
secant
- Root finding using Secant method
Optimization3
- secant method and Newton-Lagrange method
secant
- Secant method. This code is for secant method that we study in Numerical Analysis sunject.
modify-secant-method
- modify secant method with matlab
Golden-ratiao-Newton-Secant-method
- 最佳化搜尋法動畫繪圖程式,包含 Golden ratiao、Newton、Secant 等三種方法,是繁體中文的喔-Optimized search method in animation including Golden ratiao、Newton、Secant methods, interface is in traditional chinese
secant-method-in-nonlinear-ode
- nonlinear secant method
SECANT
- solution to nonlinear equations use secant method
secant
- implements the secant method for solving an equation f(x) = 0.
SECANT-METHOD
- SECANT METHOD****************************************************** * THIS PROGRAM FINDS THE ROOT OF AN ALGEBRAIC/TRANSCENDENTAl * * EQUATION BY SECANT -SECANT METHOD****************************************************** * THIS PROGRAM F
secant-fix
- Secant method to solve equation
secant
- 割线法用来求根,很好用的一个求解程序,数值方法-Secant method used for the root, a useful solution program, the numerical method
numerical-method-of-noline
- 非线性方程数值解法的数学基础,有牛顿法,割线法等-Mathematical foundations of numerical solution of nonlinear equations, Newton method, secant method
secant-method
- 割线法是函数逼近法(又称函数插值法)的一种,基本思想是用用区间[tk-1,tk](或[tk,tk-1])上的割线近似代替目标函数的 导函数的曲线。并用割线与横轴交点的横坐标作为方程式的根的近似。-secant method
Secant-method
- 割线法,又称弦割法,弦法。是求解非线性方程的根的一种方法。属于逐点线性化方法。-The secant method, called secant method, chord method. Is a method to solve the root of nonlinear equation. Point by point linearization method.
Files
- 割线法 在数值分析中,割线法是一个求根算法,该方法用一系列割线的根来近似代替函数f的根。(secant method and the solution)
secant
- 该程序用于通过正割方法查找根。该程序在运行时从用户处计算功能,限制和最大误差。(The procedures used by secant method to find the root. The program calculates functions, limits and maximum errors from the user at run time.)
Secant Method
- Secant Method implemented in MATLAB