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

Respuestas (1)

syms x
taylor(log(x), 1)

3 comentarios

syms x
taylor(log(x), 1)
Error using sym/taylor (line 99)
The value of 'x' is invalid. It must satisfy the function:
@(x)isvector(x)&&isAllVars(x).
When i try it become like this?
And you kindly also guide me how to approximate until fourth order? thank you
taylor(log(x), x, 1)
See the taylor documentation for how to change the order.

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Sept. de 2018

Comentada:

el 13 de Sept. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by