Left-most root Bisection method
Afficher commentaires plus anciens
How do i solve this? I need help in flowchart and coding. Create a function to determine the left-most root of the following equation using the Bisection Method:
\( f(x) = -x^{3} -3x + 9 \)
The input would be in the sequence, a, b, and error. Name the function "bisection_method(a, b, error)". The "a" is the lower bound, the "b" is the upper bound, and the "error" is the tolerance level. If there is no root then the display would be "no root".
Réponses (1)
KSSV
le 3 Déc 2020
0 votes
Catégories
En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!