Maple , animation
Contact: cliquez ici
MàJ: 2010-06-16
Hébergeur: eNiX
Le déleoppement limité est réputé avoir un caractère local. Nous allons voir qu'en fait, c'est un peu plus compliqué!
Nous aurons besoin des bibliothèques plots et plottols:
with(plots): xmin := -2*Pi : xmax := -xmin : P1 := plot(sin(x),x=xmin..xmax,clor=red) : q := taylor(sin(x),x=0..10) : qq := convert(q,polynom) : P2 := plot(qq,x=xmin..xmax,clor=black,numpoints=200) : display([P1,P2]) ;
Voici un autre point de vue:
plot(qq(x)-sin(x),x=0..4) ;
Et maintenant, quelle est votre opinion?