Question: Image transcription text Solving nonlinear equations 1. Programming: In this problem you will implement the 3 basic root?nding algo- rithms discussed in class. For all

Image transcription textSolving nonlinear equations 1. Programming: In this problem you will

Image transcription text

Solving nonlinear equations 1. Programming: In this problem you will implement the 3 basic root?nding
algo- rithms discussed in class. For all three methods, your function should accept as inputs a function
name/ handle, two numbers which de?ne the initial bracket in- terval, a tolerance (1:01) and... 
implement the 3 basic root?ndingalgo- rithms discussed in class. For all three

Image transcription text

2. Finding roots: It is a very common strategy (used by many calculators) to calculate radicals of real
numbers using Newton's method (or similar methods). For example, the problem of calculating a: =
Show more
methods, your function should accept as inputs a functionname/ handle, two numbers

Image transcription text

3. Slow Newton's Method: From class, we know that Newton's method sometimes converges
quadratically, sometimes linearly, and sometimes not all. For this prob- lem, you will use your Newton
code to find one of the roots of f (1:) = 833(33 ? 1/2)3. (a) Find the positive root of the give... 
which de?ne the initial bracket in- terval, a tolerance (1:01) and... Show moreImage

Image transcription text

4. Orders of Convergence: Consider the function ft?) = 85in3($) + $6 _ 21:4 _ $3 _ 1 on the interval [?2,
2]. This function has three roots. One root is r = 0, the others are difficult to find exact formulas for. (a)
Use Matlab's built in f zero function to find the other two roots. Use a tol- erance on the inp... 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mechanical Engineering Questions!