Man Scilab

tanm
Scilab Function

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 ,  

Back