A link to the "false position method" can be placed in the Challenge description.
The syntax is .
I found the algorithm at http://math.fullerton.edu/mathews/n2003/regulafalsi/RegulaFalsiProof.pdf
will create a link with a name. Spaces before the < and after the > are needed.
The idea of the method is that the lower and upper bounds for x define a line. Wherever this line crosses the x-axis becomes our new estimate for the root (1st iteration is like the secant method). https://en.wikipedia.org/wiki/Regula_falsi
This problem needs more test cases.
You need to add more test cases...Thanks.
405 Solvers
190 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
278 Solvers
148 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!