Non-linear equations Numerically

43 Views Asked by At

I have no clue on this question. Please help me.

Find an approximate to $80^{1/3}$ correct within $10^{-5}$ using the Bisection method and false position method and compare the rates of convergence.

Thank you..

1

There are 1 best solutions below

3
On BEST ANSWER

HINT

Similar to your previous question, this is all about setting up an initial equation to work with. Let $x$ be the value of $80^{1/3}$. We can then write $$x = 80^{1/3}.$$ Can you see what you need to do from here?