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

조회 수: 3 (최근 30일)
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1

답변 (1개)

Walter Roberson
Walter Roberson 2018년 9월 13일
syms x
taylor(log(x), 1)
  댓글 수: 3
melissa tan
melissa tan 2018년 9월 13일
And you kindly also guide me how to approximate until fourth order? thank you
Walter Roberson
Walter Roberson 2018년 9월 13일
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by