Using Matlab, can someone help me create a code for the bisection method in Nume
ID: 3603742 • Letter: U
Question
Using Matlab, can someone help me create a code for the bisection method in Numerical Analysis? Can you also explain what each line means?
My project requires to make a table of the final results through coding language, but outputting to Excel. If it helps, the function we are using is
f(x) = 1/100 (4x^4 44x^3 + 61x^2 + 270x 525 .
and the interval is from [-3,-2] with accuracy 105 . You can use the stopping criterion (bn an)/2 105 where an and bn are the endpoints of the current interval.
Thank you!
Explanation / Answer
math test and on a old test there is a task about bisection. The task is to solve x^2=2 with the bisection method and the precision should be with 10 decimals. The problem is that it seems like the teachers recommended solution to the task isn't quite right. Here's the code:
I keep getting the answer x= 1.000000000087311
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.