solving equations numerically

Hi everyone
Could someone help me solve the following equation numerically:
(exp(-x) + exp(-(x*exp(0.2))))/exp(0.5) = 0.8832 ?
Thanks

1 件のコメント

Walter Roberson
Walter Roberson 2011 年 12 月 21 日
Caution: there are four solutions, 3 of which are complex.

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

 採用された回答

Sean de Wolski
Sean de Wolski 2011 年 12 月 21 日

0 投票

fzero(@(x)((1/exp(x) + 1/exp(x*exp(0.2))))/exp(0.5)-0.8832,pi)

1 件のコメント

Michael
Michael 2011 年 12 月 21 日
perfect, thanks man!

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

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by