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)
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1

Réponses (1)

Walter Roberson
Walter Roberson le 13 Sep 2018
syms x
taylor(log(x), 1)
  3 commentaires
melissa tan
melissa tan le 13 Sep 2018
And you kindly also guide me how to approximate until fourth order? thank you
Walter Roberson
Walter Roberson le 13 Sep 2018
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by