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
asinm
matrix wise sine inverse
Syntax
t = asinm(x)
Arguments
- x
a real or complex square matrix.
- t
a real or complex square matrix.
Description
t
are sine inverse of the x
matrix. Diagonalization method is used. For non symmetric matrices result
may be inaccurate.
Report an issue | ||
<< asinhm | Matrix-wise processing | atanhm >> |