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에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by