Help with secant method
Ältere Kommentare anzeigen
Hi I need help finsing the root of this function(f =@(x) 0.99^2*2*pi*x-tanh(2*pi*x)) using the Secant method. I would help finding the root my function without any built in functions.
2 Kommentare
James Tursa
am 19 Nov. 2020
What have you done so far? What specific problems are you having with your code?
Yogesh Bhambhwani
am 19 Nov. 2020
Antworten (1)
James Tursa
am 19 Nov. 2020
0 Stimmen
You might look here which even includes example code:
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!