Man Scilab

atanm
Scilab Function

atanm - square matrix tangent inverse

Calling Sequence

[t]=atanm(x)

Parameters

Description

atanm(x) is the matrix arctangent of the matrix x. Result may be not reliable if x is not symmetric.

Examples


tanm(atanm([1,2;3,4]))
 
  

See Also

atan ,  

Back