How to do a taylor series in matlab with e?

4 visualizaciones (últimos 30 días)
Bella
Bella el 25 de Mayo de 2016
Editada: Todd Leonhardt el 25 de Mayo de 2016
if the equation was g(x)=e^x/(cos(x)+tan3(x)) for x=2 I tried >> x=2;taylor(exp(e^x/(cos(x)+tan3(x)))) but an error comes up with undefined function or variable 'e'

Respuestas (1)

Todd Leonhardt
Todd Leonhardt el 25 de Mayo de 2016
Editada: Todd Leonhardt el 25 de Mayo de 2016
Check out this example of how to compute Taylor series in Matlab:
Make sure you define x as a symbolic variable first.
  2 comentarios
Bella
Bella el 25 de Mayo de 2016
now it says undefined function 'taylor'
Todd Leonhardt
Todd Leonhardt el 25 de Mayo de 2016
taylor operates symbolically
You need to give it the variable.
Do you have the symbolic math toolbox?

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by