How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
0 commentaires
Réponses (1)
Walter Roberson
le 13 Sep 2018
syms x
taylor(log(x), 1)
3 commentaires
Walter Roberson
le 13 Sep 2018
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.
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!