series de taylor

Páginas: 4 (836 palabras) Publicado: 28 de abril de 2013
Series de taylor
%aproximaciones mediante la serie de taylor a la funcion= Y=e^x.

fplot('exp(x)',[0 10 0 5],'b')
hold on
fplot('1',[0 10 0 5],'r')
fplot('1+x',[0 10 0 5],'m')fplot('1+x+x^2/factorial(2)',[0 10 0 5],'g')
fplot('1+x+x^2/factorial(2)+x^3/factorial(3)',[0 10 0 5],'r')
fplot('1+x+x^2/factorial(2)+x^3/factorial(3)+x^4/factorial(4)',[0 10 0 5],'b')

%aproximacionesmediante la serie de taylor a la funcion= Y=ln(x).

fplot('log(x)',[1 10 1 5],'g')
hold on
fplot('x-1',[1 10 1 5],'y')
fplot('(x-1)-(x-1)^2/factorial(2)',[1 10 1 5],'b')fplot('(x-1)-(x-1)^2/factorial(2)+2*(x-1)^3/factorial(3)',[1 10 1 5],'m')
fplot('(x-1)-(x-1)^2/factorial(2)+2*(x-1)^3/factorial(3)-6*(x-1)^4/factorial(4)',[1 10 1 5],'p')

%aproximaciones mediante la serie detaylor a la funcion Y=senx.

fplot('sin(x)',[0 10 -5 5],'b')
hold on
fplot('x',[0 10 -5 5],'g')
fplot('x-x^3/factorial(3)',[0 10 -5 5],'r')
fplot('x-x^3/factorial(3)+x^5/factorial(5)',[0 10 -55],'k')
fplot('x-x^3/factorial(3)+x^5/factorial(5)-x^7/factorial(7)',[0 10 -5 5],'b')

%aproximaciones mediante la serie de taylor a la funcion= Y=cosx.

fplot('cos(x)',[0 10 -5 5],'g')
holdon
fplot('1',[0 10 -5 5],'y')
fplot('1-x^2/factorial(2)',[0 10 -5 5],'b')
fplot('1-x^2/factorial(2)+x^4/factorial(4)',[0 10 -5 5],'y')fplot('1-x^2/factorial(2)+x^4/factorial(4)-x^6/factorial(6)',[0 10 -5 5],'r')
Series de taylor
%aproximaciones mediante la serie de taylor a la funcion= Y=e^x.

fplot('exp(x)',[0 10 0 5],'b')
hold on
fplot('1',[0 10 0 5],'r')
fplot('1+x',[0 10 05],'m')
fplot('1+x+x^2/factorial(2)',[0 10 0 5],'g')
fplot('1+x+x^2/factorial(2)+x^3/factorial(3)',[0 10 0 5],'r')
fplot('1+x+x^2/factorial(2)+x^3/factorial(3)+x^4/factorial(4)',[0 10 0 5],'b')%aproximaciones mediante la serie de taylor a la funcion= Y=ln(x).

fplot('log(x)',[1 10 1 5],'g')
hold on
fplot('x-1',[1 10 1 5],'y')
fplot('(x-1)-(x-1)^2/factorial(2)',[1 10 1 5],'b')...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Series de Taylor
  • Serie de taylor
  • serie de taylor
  • Serie De Taylor
  • Serie De Taylor
  • Series De Taylor
  • serie de taylor
  • Serie De Taylor

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS