Main Content

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.

Secant method

Version 1.0.1

by Robby Ching

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.

Secant Method

Version 1.2.0.0

by Mukhtar Hussain

Find root of single variable equation by secant method.

Secant Method

Version 1.0.2

by Isaac Foster

Secant Method for root finding.

Secant Method

Version 1.1.0.0

by Sleeba Paul

A Nonlinear Optimization problem solved using Secant method

Secant Method

Version 1.0.0

by Divyaprakash

Calculates the root of a function

Secant Method

Version 1.0.0

by Mahar Hamid

Beginner's level version for Secant method

secant method

Version 1.0.0.0

by umar zahid

secant method