90 Chapitre 4 – Les fonctions de Calcul formel
Exemple 3 :
On tape :
TLIN(4.COS(X)
2
− 2)
On obtient :
2.COS(2.X)
4.17.13 TRIG
TRIG a comme argument une expression trigonom´etrique.
TRIG simplifie cette expression `a l’aide de sin(x)
2
+ cos(x)
2
=1.
On tape :
TRIG(SIN(X)
2
+ COS(X)
2
+ 1)
On obtient :
2
4.17.14 TRIGCOS
TRIGCOS a comme argument une expression trigonom´etrique.
TRIGCOS simplifie cette expression, en privil´egiant les cosinus, `a l’aide
de sin(x)
2
+ cos(x)
2
=1.
On tape :
TRIGCOS(SIN(X)
4
+ COS(X)
2
+ 1)
On obtient :
COS(X)
4
− COS(X)
2
+ 2
4.17.15 TRIGSIN
TRIGSIN a comme argument une expression trigonom´etrique.
TRIGSIN simplifie cette expression, en privil´egiant les sinus, `a l’aide
de sin(x)
2
+ cos(x)
2
=1.
On tape :
TRIGSIN(SIN(X)
4
+ COS(X)
2
+ 1)
On obtient :
SIN(X)
4
− SIN(X)
2
+ 2
Comentários a estes Manuais