User manual - GRAPH100_MAN1
20001202
7-1-13
Utilisation du mode CAS (Système d’algèbre informatique)
u trigToExp (trigToE)
Fonction: Transforme une fonction trigonométrique ou hyperbolique en une fonction
exponentielle.
Syntaxe: trigToExp( {Exp/List/Mat/Vect} [ ) ]
Exemple Convertir cos(iX) en fonction exponentielle
1(TRNS)f(TRIG)d(trigToE)c!a(i)vw
trigToExp( sinh X ) (e
X
– e
–X
) / 2
u expToTrig (expToT)
Fonction: Convertit une fonction exponentielle en une fonction trigonométrique ou
hyperbolique.
Syntaxe: expToTrig( {Exp/List/Mat/Vect} [ ) ]
Exemple Convertir e
ix
en une fonction trigonométrique
1(TRNS)f(TRIG)e(expToT)
!I(e
x
)(!a(i)vw cos(X) + sin(X) • i
u simplify (smplfy)
Fonction: Simplifie une expression.
Syntaxe: simplify( {Exp/Eq/Ineq/List/Mat/Vect} [ ) ]
Exemple Simplifier 2X + 3Y – X + 3 = Y + X – 3Y + 3 – X
1(TRNS)g(smplfy)ca+(X)+da-(Y)
-a+(X)+d!.(=)a-(Y)
+a+(X)-da-(Y)+d-
a+(X)w X + 3Y + 3 = –2Y + 3
simplify( ln 5 + ln 3 ) ln (15)
simplify( (sin X)
2
+ (cos X)
2
)1
simplify( sin X/cos X ) tan(X)
e
x
+ e
—
x
2