env_secant(x_data, y_data, view, side)
Envelope with secant-method
- 2.8K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2017
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] =
- 509 (All time)
- 7 (Last 30 days)
- 5.0 / 5
- Community
-
16 Jul 2024
Matlab code for the secant method. The details of the method and also codes are available in the video lecture given in the description.
- 3.4K (All time)
- 9 (Last 30 days)
- 5.0 / 5
- Community
-
15 Jan 2022
A numerical method in approximating the root of a given function of x
- 141 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
30 Jun 2020
This contains four different root-finding algorithms, each having a niche region of utility.
- 188 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
16 Dec 2019
Find root of single variable equation by secant method.
- 4.6K (All time)
- 1 (Last 30 days)
- 3.2 / 5
- Community
-
25 Mar 2018
A Nonlinear Optimization problem solved using Secant method
- 249 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
14 Feb 2015
- 23 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
1 Mar 2021
- 357 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
6 Sep 2016
Calculates the root of a function
- 10 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
22 Jan 2022
Beginner's level version for Secant method
- 78 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
12 Mar 2019