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 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Triveni
Triveni il 26 Gen 2016
syms x
a = limit(( (x^3)- 6* (x - sin(x)))/(6* ((x^4))* sin(x)))
  3 Commenti
Triveni
Triveni il 9 Feb 2016
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.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by