Code to get first n roots of a function
1 view (last 30 days)
Show older comments
I have to find first n roots of a function however I am unable to do so using fsolve or fzero or optimization toolbox which give wrong answers and moreover , they give a single root at a time so I am unsure of how to use them for n iterations, the function looks like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/286964/image.png)
It behaves pathetically after the blue arrows and I have difficulty in getting the roots, sometimes the roots are also very close together.
So I wanted to know how to get this task done?
1 Comment
Ameer Hamza
on 23 Apr 2020
How is the function defined? What if you give the initial guess close to the required point.
Answers (0)
See Also
Categories
Find more on Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!