Now lets say you want to find a root for fx x3 2x 10 betw
Now let\'s say you want to find a root for f(x) = x^3 - 2x - 10 between interval [-1, 3], with tolerance 10^-5. (a) Please write a MATLAB function named as \"inyfuu\" that describes y = f(x). (b) Please write the calling command that uses bisect new m to find the root for this f(x). (c) Please write down the variable values at the end of the first while-loop pass.
Solution
4)
a) write f as
for part b and part c please add the code of bisect_new.m to the question
![Now let\'s say you want to find a root for f(x) = x^3 - 2x - 10 between interval [-1, 3], with tolerance 10^-5. (a) Please write a MATLAB function named as \ Now let\'s say you want to find a root for f(x) = x^3 - 2x - 10 between interval [-1, 3], with tolerance 10^-5. (a) Please write a MATLAB function named as \](/WebImages/43/now-lets-say-you-want-to-find-a-root-for-fx-x3-2x-10-betw-1132533-1761605351-0.webp)