Need help to determine real root without Matlab Use Mullers
Need help to determine real root without Matlab
Use Muller\'s method to determine the positive real squareroot of f(x) = x^3 + x^2 - 3x - 5 Use x_0 = 1, x_1 = 1.5, andx_2 = 2.5. Perform computations until you get epsilon_a =0.02%Solution
The given positive real root of f(x)=x3+x2-3x-5
using mullar\'s method here x0=1 this method says repeat process
f(x0)=1+1-3-5
f(x0)=-6
f(x1)=6.125
f(x2)=1.475
we take like this that will be Ea= 0.02%
