Write a program in MATLAB which will give as output all the real solutions of the equation sin(x)=x/10. The solutions should be accurate up to the second decimal place and should be obtained using the bisection method. Note that the program should be written efficiently i.e, a loop should be introduced so that the bisection method is applied repeatedly to obtain all the solutions (starting values should not be entered manually for each root). The program should display all the solutions as output.
1 Comment
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/619928-problem-on-bisection-method-in-matlab#comment_1073258
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/619928-problem-on-bisection-method-in-matlab#comment_1073258
Sign in to comment.