搜索资源列表
实验6-牛顿法解方程
- 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
secant2
- Secant method with 2 points for non-linear equations in C
fangchengqiugen
- 方程求根 二分法 割线法 牛顿迭代法 vc++源程序-dichotomy secant method Newton iteration vc source
割线法和改进的欧拉法
- 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
Secant
- 弦割法求解非线性方程的matlab程序 输入所要求解的方程,就可以快速的得到方程的解,对数值分析的教学很有帮助和实用价值-string cut method of nonlinear equations of Matlab admission procedures for solving the equation, we can quickly obtain its solution to the teaching numerical analysis very helpful and prac
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
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-fix
- Secant method to solve equation
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)