when i apply limit(x^3-​6*(x-sin(x​)))/(6*(x^​4)*sin(x))​, i am getting: ans = 0; but correct ans. is 1/120; Am i doing something wrong?can i replace x by theta?

6 ビュー (過去 30 日間)
when i apply
limit(x^3-6*(x-sin(x)))/(6*(x^4)*sin(x))
i am getting: ans = 0; but correct ans. is 1/120; Am i doing something wrong? can i replace x by theta to get the same value:1/120

採用された回答

Triveni
Triveni 2016 年 1 月 26 日
syms x
a = limit(( (x^3)- 6* (x - sin(x)))/(6* ((x^4))* sin(x)))
  3 件のコメント
Walter Roberson
Walter Roberson 2016 年 1 月 28 日
That is, some of your () were misplaced.
Triveni
Triveni 2016 年 2 月 9 日
Actually tried limit(x^3-6*(x-sin(x))) upon (6*(x^4)*sin(x)) and question was
limit([( (x^3)- 6* (x - sin(x)))/(6* ((x^4))* sin(x))])
check [] in equation.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by