Computers and Technology

Consider the function f(x) = x 2 + cos(πx) − 5. (a) matlab has a built-in function for root-finding problems called fzero. to use fzero, you first need to create a function handle which can be done with an anonymous function. if your function handle is named fun, then you can calculate the root x using the following line of code x = fzero(fun, x0); where x0 is an initial guess. use fzero and an initial guess of x0 = 5 to find the root of f(x). we will consider this to be the "exact solution" for the rest of the problem. save the exact solution in a9.dat. (b) now find the root using newton’s method. use a maximum of 50 steps, a tolerance of 10−9 , and an initial guess of x0 = 5. calculate the error by subtracting the newton’s method solution from the exact solution obtained in part (a) and then taking the absolute value. make a 1 × 2 row vector that contains the error and the number of steps of newton’s method that were performed: error number of steps . save this vector in a10.dat

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 16:30, sayedaly2096
What type of file does a cookie place on web site visitors' computers so that web site managers can customize their sites to their visitors' preferences?
Answers: 1
image
Computers and Technology, 22.06.2019 18:30, Akkenson17871
The "instance" relationship shows that something is an object of a
Answers: 1
image
Computers and Technology, 22.06.2019 22:00, bbysl15
What is the name of the option in most presentation applications with which you can modify slide elements? 1. the option enables you to modify a slide element in most presentation applications.
Answers: 3
image
Computers and Technology, 23.06.2019 13:30, gamingisfun
Me ! evelyn is a manager in a retail unit. she wants to prepare a report on the projected profit for the next year. which function can she use? a. pmt b. round c. division d. what-if analysis
Answers: 2
Do you know the correct answer?
Consider the function f(x) = x 2 + cos(πx) − 5. (a) matlab has a built-in function for root-finding...

Questions in other subjects:

Konu
Mathematics, 03.02.2021 18:20
Konu
Mathematics, 03.02.2021 18:20
Konu
Medicine, 03.02.2021 18:20
Konu
Mathematics, 03.02.2021 18:20