subject

Write a MATLAB function, called bisection_method that inputs a function f, two numbers a, b, an error tolerance, tol, and a maximum number of iterations, N, and finds a root c of f in the interval [a, b] using the bisection method. Your function should compute a bound on the error, and stop when the error is less than the tolerance, or if the number of iterations exceeds N - whichever happens first. • Hint #1: The function should start with the line function [c, n,err] = bisection_method(f, a,b, tol, N)
• Hint #2: The function should contain a ‘while’ loop, looking something like: while err > tol && n < N
c) Use the code that you developed in Problem 2 to solve f(x)-(2t3 + 3x-1) cos(x)-x 0 in [-1, 1, for an accuracy of 10
i. What is the number, n of iterations used?
ii. What is the error bound?
iii. What is the expected rate of convergence?
iv. Plot on the same graph the function f and the axis y 0.
v. Using the built-in function solve from Matlab, compute the exact root and compare to your solution

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
Ramona enjoys her job because she is able to kids in an after school program. the work value ramona feels strongest about is a. leadership b. risk c. independence d. work with people select the best answer from the choices provided a b c d
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Where can page numbers appear? check all that apply. in the header inside tables in the footer at the bottom of columns at the top of columns
Answers: 1
question
Computers and Technology, 23.06.2019 22:20
Learning sign language is an example of a(n) learning sign language is an example of a(n)
Answers: 2
question
Computers and Technology, 23.06.2019 23:00
Lucas put a lot of thought into the design for his company's new white paper. he made sure to include repeating design elements such as color schemes and decorative images. his goal was to a.add symmetry b.create a unified publication c.provide consistency d.save money
Answers: 1
You know the right answer?
Write a MATLAB function, called bisection_method that inputs a function f, two numbers a, b, an erro...
Questions
question
Mathematics, 25.09.2020 16:01
question
English, 25.09.2020 16:01
question
Mathematics, 25.09.2020 16:01
Questions on the website: 13722361