Left-most root Bisection method

2 ビュー (過去 30 日間)
Alia Nadirah Mat Daud
Alia Nadirah Mat Daud 2020 年 12 月 3 日
編集済み: Rik 2020 年 12 月 11 日
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 件のコメント
Rik
Rik 2020 年 12 月 11 日
If you think your question is unlcear, why don't you improve it?
Rik
Rik 2020 年 12 月 11 日
Question restored from Google cache.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2020 年 12 月 3 日

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by