Left-most root Bisection method

2 vues (au cours des 30 derniers jours)
Alia Nadirah Mat Daud
Alia Nadirah Mat Daud le 3 Déc 2020
Modifié(e) : Rik le 11 Déc 2020
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".
  2 commentaires
Rik
Rik le 11 Déc 2020
If you think your question is unlcear, why don't you improve it?
Rik
Rik le 11 Déc 2020
Question restored from Google cache.

Connectez-vous pour commenter.

Réponses (1)

KSSV
KSSV le 3 Déc 2020

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by