« Mathc gnuplot/Application : Tangente » : différence entre les versions

Contenu supprimé Contenu ajouté
Page créée avec « Catégorie:Mathc gnuplot (livre) <noinclude>{{Mathc gnuplot}} </noinclude> = Préambule = * La tangente dans http://fr.wikipedia.org/wiki/Tangente_%28g%C3%A9om%C... »
 
Aucun résumé des modifications
Ligne 57 :
 
f : x-> cos(x)
 
f': x-> (-sin(x))
.
 
 
With c = 2.000, the equation of the tangent is :
.
 
y = f'(c) (x-c) + f(c) = -0.909*x +1.402
.
 
 
load "a_main.plt" with gnuplot.
 
Ligne 73 ⟶ 70 :
! Résultat dans gnuplot
|-
| [[File:Tangente01.gif|Tangente01]]
|
|}
 
Ligne 264 ⟶ 261 :
 
f : x-> cos(x)
 
f': x-> (-sin(x))
.
 
 
With c = 0.000, the equation of the tangent is :
.
 
y = f'(c) (x-c) + f(c) = -0.000*x +1.000
.
 
 
load "a_main.plt" with gnuplot.
 
Ligne 280 ⟶ 274 :
! Résultat dans gnuplot
|-
| [[File:Tangente02.gif|Tangente02]]
|
|}