Man Scilab

cothm
Scilab Function

cothm - matrix hyperbolic cotangent

Calling Sequence

[t]=cothm(x)

Description

cothm(x) is the matrix hyperbolic cotangent of the square matrix x.

Examples


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

See Also

coth ,  

Back