hi i need help with this problem
1 回表示 (過去 30 日間)
古いコメントを表示
Hello i need help with this question . i can't seem to figuare how write matlab code for this , any help will be much appreciated.
*using Matlab apply the biscution routine to bisect to find the roots of the function f(x)=2^-x+e^x+2cos(x)-6 on the interval [1,3] with atol =1*e^-8.
a) how many iterations are required?
b)what is the resulting absolute error ?*
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 1 月 26 日
Hint: use plot() to visualize your function then use a while loop to "home in on" your roots with the bisection method.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!