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?

1 次查看(过去 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 个评论
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 CenterFile Exchange 中查找有关 Graphics 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by