Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
atanm
square matrix tangent inverse
Syntax
[t]=atanm(x)
Arguments
- x
a real or complex square matrix.
- t
a real or complex square matrix.
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]))
Report an issue | ||
<< atanhm | Matrix-wise processing | coshm >> |