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

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

Answers (1)

Walter Roberson
Walter Roberson on 13 Sep 2018
syms x
taylor(log(x), 1)
  3 Comments

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!