Scilab Function
Last update : 24/1/39991386

tanhm - tangente hyperbolique matricielle

Calling Sequence

[t]=tanhm(x)

Parameters

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,