Topic 10.6: Müller's Method (Examples)
ece.uwaterloo.ca › mueller › examplesThe following demonstrates the first six iterations of Müller's method in Matlab. Suppose we wish to find a root of the same polynomial. p ( x) = x7 + 3 x6 + 7 x5 + x4 + 5 x3 + 2 x2 + 5 x + 5. starting with the same three initial approximations x0 = 0, x1 = -0.1, and x2 = -0.2. The first formula in red is the root of the quadratic polynomial which is added onto the middle approximation x (2).
7.4 MÜLLER’S METHOD
dewan.buet.ac.bd › EEE423 › CourseMaterialsThat is, just like the secant method, x 1, x 2, and x 3 take the place of x 0, x 1, and x 2. EXAMPLE 7.2 Müller’s Method Problem Statement.Use Müller’s method with guesses of x 0, x 1, and 2x= 4.5, 5.5, and 5, respectively, to determine a root of the equation f(x) = x3 −13x −12 Note that the roots of this equation are −3, −1, and 4. Solution.