Root Finding with False Position Method

1 visualización (últimos 30 días)
mert
mert el 14 de Nov. de 2022
Respondida: Matt J el 14 de Nov. de 2022
I have to try solving an equation with false position method but ı dont know how can ı start ( what is my function)? If anyone help me ı will be so greateful. Thanks
Equation iS

Respuestas (1)

Matt J
Matt J el 14 de Nov. de 2022
Hint: Given two points (a,f(a)) and (b,f(b)), one way to find the next point c is,
c=roots( polyfit( [a,b], [f(a),f(b)] , 1) )

Categorías

Más información sobre Numerical Integration and Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by