problem with calculation limit
13 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have recently used matlab to calculate the limit of the following function when E goes to minus infinity:
-E*(log(1/(exp(3*E) + 1))/(exp(3*E) + 1) - log(1/(exp(3*E + 3*a) + 1))/(exp(3*E + 3*a) + 1))
But Matlab returns:
limit(-E*(log(1/(exp(3*E) + 1))/(exp(3*E) + 1) - log(1/(exp(3*E + 3*a) + 1))/(exp(3*E + 3*a) + 1)), E == -Inf)
Does anybody knows what is going on? Am I doing something wrong?
0 件のコメント
回答 (1 件)
Roger Stafford
2015 年 3 月 25 日
編集済み: Roger Stafford
2015 年 3 月 25 日
I would think the limit is zero by L'Hospital's rule, but it is possible that matlab's 'limit' function either doesn't know how to determine that or else it objects to the presence of the unknown variable 'a'. Try giving 'a' a specific value and see how it performs.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!