Azzera filtri
Azzera filtri

Taylor series while loop

2 visualizzazioni (ultimi 30 giorni)
George  Zimbodia
George Zimbodia il 24 Set 2014
Commentato: George Zimbodia il 25 Set 2014
Thanks for the help!

Risposta accettata

Guillaume
Guillaume il 24 Set 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 Commento
George  Zimbodia
George Zimbodia il 25 Set 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!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by