new to mathlab help Bisection method

using the Intermediate Value Theorem to determine whether each of the following equations has at least one solution in the given intervals.
please help writing it in matlab

 採用された回答

Walter Roberson
Walter Roberson 2019 年 6 月 9 日

0 投票

F = @(x) exp(x) - x.^2 + 3*x - 2

3 件のコメント

Noriel Balili
Noriel Balili 2019 年 6 月 9 日
thank you for the answer! and one more thing how can i write the interval for this equation? if i know ill be able to write my future bisection methods too
thanks alot
Noriel Balili
Noriel Balili 2019 年 6 月 9 日
thank you!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFunction Creation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by