<< tanh Trigonometry tanm >>

Scilab Help >> Elementary Functions > Trigonometry > tanhm

tanhm

matrix hyperbolic tangent

Calling Sequence

t = tanhm(x)

Arguments

x, t

real or complex square matrices.

Description

tanhm(x) is the matrix hyperbolic tangent of the matrix x.

Examples

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

See Also


Report an issue
<< tanh Trigonometry tanm >>