Unit #5 Homework Problem
Course Outline HW & Programming Assignments
5hw3

Use the bisection method to fill a table like the one given in order to locate the root of the equation

f(x) = e -x sinx - 0.1 x = 0.

between 1 and 2.

XLeft

xRight

f(xLeft)

f(xRight)

xMid

f(xMid)

1

2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


ision(2);