搜索资源列表
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
- function [x, hist] = secant(x, f, tola, tolr) secant This a secant code with no line search. This code terminates on small relative-absolute errors function [X, HIST] = secant(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function T
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.
secant
- secant code for matlab
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
- source code for implementation of secant s method of numerical analysis methods in mathematics.
secant-method-in-nonlinear-ode
- nonlinear secant method
secant
- solution to nonlinear equations use secant method
secant
- secant Theorem is maked by me
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
secant-seidel-simpson
- secant-seidel-simpson codeS for matlab