Scilab Function
Last update : April 1993

tanm - matrix tangent

Calling Sequence

[t]=tanm(x)

Parameters

Description

tanm(x) is the matrix tangent of the square matrix x

Examples


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

See Also

tan,  expm,  sinm,  atanm,