12 results
Envelope with secant-method
Secant method for finding the root of a univariate, scalar-valued function.
secant_method Secant method for finding the root of a univariate, scalar-valued function.Syntaxx = secant_method(f,x0)x = secant_method(f,x0,opts)[x,k] = secant_method(__)[x,k,x_all] =
Matlab code for the secant method. The details of the method and also codes are available in the video lecture given in the description.
A numerical method in approximating the root of a given function of x
This file contains numerical method used for solving non linear equations
This contains four different root-finding algorithms, each having a niche region of utility.
Find root of single variable equation by secant method.
Secant Method for root finding.
A Nonlinear Optimization problem solved using Secant method
Calculates the root of a function
Beginner's level version for Secant method
secant method