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
tanm
matrix tangent
Syntax
[t] = tanm(x)
Arguments
- x
a square real or complex matrix.
- t
a square real or complex matrix.
Description
tanm(x)
is the matrix tangent of the square
matrix x
.
Examples
A=[1,2;3,4]; tanm(A)
See also
Report an issue | ||
<< tanhm | Matrix-wise processing | acos >> |