How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1

3 visualizzazioni (ultimi 30 giorni)
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1

Risposte (1)

Walter Roberson
Walter Roberson il 13 Set 2018
syms x
taylor(log(x), 1)
  3 Commenti

Accedi per commentare.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by