Scilab Function
Last update : 23/10/2007
tanhm - tangente hyperbolique matricielle
Calling Sequence
-
[t]=tanhm(x)
Parameters
-
x,t
: matrice carrée réelle ou complexe
Description
tanhm(x)
est la tangente matricielle hyperbolique de la matrice carrée x.
Examples
A=[1,2;3,4];
tanhm(A)
See Also
tan
,
tanm
,
expm
,
sinm
,
cosm
,
atanhm
,