Marouane's Method - An Improvement to the Secant Method

Version 1.0.0 (1.37 KB) by kamal hani
Matlab code for the Marouane's method, which a modified secant method which uses secant lines from 2 circles in each iteration
41 Downloads
Updated 8 Jun 2019

View License

This study presents an improvement to the secant method by reconstruction,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 function F.secant method which its convergence is superlinear is used in combination with bissection and inverse quadratic interpolation in Bren't and Zhang' method wich are one of the most powerful root finding algorithms.the new method presented in this study presents so much advantages in root finding algorithms for non-linear equations,compared to the secant method,this new method uses secant lines from 2 circles in each iteration,it the requires only one initial guess and its convergence is quadratic,this new method could replace the secant method in Brent's and Zhang's method to make the algorithm more quick and more efficient,some experimental tests presented in this study compares the performances of this new method to the secant method.

Cite As

kamal hani (2024). Marouane's Method - An Improvement to the Secant Method (https://www.mathworks.com/matlabcentral/fileexchange/71792-marouane-s-method-an-improvement-to-the-secant-method), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Denoising and Compression in Help Center and MATLAB Answers
Acknowledgements

Inspired by: secant method

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0