Find number of terms in taylor expansion upto when error is 10^(-6)
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Find number of terms in taylor expansion upto when error is 10^(-6)
7 commentaires
Walter Roberson
le 22 Juil 2018
The number of terms is going to be quite different for n around 5 than it is for n around 555555555555555555555555555 . The magnitude of n matters because your error requirement is stated in absolute form, not in relative form.
I suspect the taylor series is only valid for continuous functions, but if you do not restrict n to integer then you can get large complex magnitudes.
As you have not stated an expansion point, it would make more sense to use a series expansion instead of a taylor expansion, or at least a Maclaurin series (taylor around 0)
Réponses (1)
Voir également
Catégories
En savoir plus sur Calculus 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!