Please help Me In false position method in matlab

f(x)=e^(x)-4*x^(2)=0
Implement a MATLAB function that use False Position method to find the root of
this equation in the interval [a,b] ,Make your iteration until Ea < .001%
[you must display your result, the final value of error reached and number of iterations
needed]
Use your function to get the root in the interval [0,3] and Compare your result with
the graphical solution[Hint: draw f(x) versus x and get the root]
Solve the equation using MATLAB built-in function (fzero)

2 件のコメント

Walter Roberson
Walter Roberson 2012 年 12 月 16 日
Please read the guide to tags and retag this question. see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Jan
Jan 2012 年 12 月 16 日
@kareem: I suggest that you post what you have tried so far and explain the problems, which have occurred. Currently I read three commands and do not feel encouraged to solve your homework.

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

回答 (0 件)

カテゴリ

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

質問済み:

2012 年 12 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by