SOLUTION: Find the real root of the equation , x³+x-3=0 , using regular falsi method , correct up to four decimal place

Algebra ->  Numeric Fractions Calculators, Lesson and Practice -> SOLUTION: Find the real root of the equation , x³+x-3=0 , using regular falsi method , correct up to four decimal place       Log On


   



Question 1075213: Find the real root of the equation , x³+x-3=0 , using regular falsi method , correct up to four decimal place
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
.
.
.
.
Set up an algorithm to run in EXCEL using a=1 and b=2 since the zero lies in (1,2).
.
.
.
X=1.21340
.
.
.
.