搜索资源列表
secant
- 给定一个三次方程,用割线法求解,并研究各种算法的收敛阶数.-Given a cubic equation, the secant method and to study the convergence of various algorithms order.
Methods_for_Solving_Nonlinear_Equations
- 非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method-Methods for Solving Nonlinear Equations :Newton s Method, The Secant Method, Brent s Method
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
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 = initia
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***********************************************
secant-fix
- Secant method to solve equation