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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

태그

질문:

2020년 12월 3일

편집:

Rik
2020년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by