How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
Mostrar comentarios más antiguos
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
Respuestas (1)
Walter Roberson
el 13 de Sept. de 2018
syms x
taylor(log(x), 1)
3 comentarios
melissa tan
el 13 de Sept. de 2018
Editada: Walter Roberson
el 13 de Sept. de 2018
melissa tan
el 13 de Sept. de 2018
Walter Roberson
el 13 de Sept. de 2018
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!