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!