Man Scilab

tanhm
Scilab Function

tanhm - matrix hyperbolic tangent

Calling Sequence

t=tanhm(x)

Parameters

Description

tanhm is the matrix hyperbolic tangent of the matrix x.

Examples


A=[1,2;3,4];
tanhm(A)
 
  

See Also

tan ,   tanm ,   expm ,   sinm ,   cosm ,   atanhm ,  

Back