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
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 9월 13일
syms x
taylor(log(x), 1)
댓글 수: 3
Walter Roberson
2018년 9월 13일
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.
참고 항목
카테고리
Help Center 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!