Mathc initiation/Fichiers h : c78bs
Apparence
Les formes sinh(x+y)
[modifier le wikicode]
N'oubliez pas les fichiers *.h voir le Sommaire :
- fg.h < ------------------ > c1g.c
- Vérifions avec la règle d'Osborn1
- sinh(x+y) = cosh(x) sinh(y) + sinh(x) cosh(y)
- fk.h < ------------------ > c1k.c
- Vérifions avec la règle d'Osborn1
- cosh(x+y) = cosh(x) cosh(y) + sinh(x) sinh(y)
- fh.h < ------------------ > c1h.c
- Vérifions avec la règle d'Osborn1
- sinh(x-y) = sinh(x)cosh(y) - cosh(x)sinh(y)
- fl.h < ------------------ > c1l.c
- Vérifions avec la règle d'Osborn1
- cosh(x-y) = cosh(x) cosh(y) - sinh(x) sinh(y)
- fi.h < ------------------ > c1i.c
- Vérifions avec la règle d'Osborn1
- tanh(x+y) = [tanh(x)+tanh(y)] / [1+tanh(x)*tanh(y)]
- fj.h < ------------------ > c1j.c
- Vérifions avec la règle d'Osborn1
- tanh(x-y) = [tanh(x)-tanh(y)] / [1-tanh(x)*tanh(y)]