Effacer les filtres
Effacer les filtres

Taylor series while loop

1 vue (au cours des 30 derniers jours)
George  Zimbodia
George Zimbodia le 24 Sep 2014
Commenté : George Zimbodia le 25 Sep 2014
Thanks for the help!

Réponse acceptée

Guillaume
Guillaume le 24 Sep 2014
You code is quite good. You made three error:
  • the sign of term must change at each iteration
  • in term again, the power of x is odd (2*k+1)
term = (-1)^k * x^(2*k+1)/factorial(2*k+1);
  • Pn is the result you're calculating. It's what you want to display, not term.
  1 commentaire
George  Zimbodia
George Zimbodia le 25 Sep 2014
Thank you! and I forgot to change the disp(term) to disp(Pn) on my original question even though I had did so on my code!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by