Scilab Function
Last update : April 1993

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,