Scilab 6.1.0
Scilab Help >> Elementary Functions > Trigonometry > Matrix-wise processing > asinm
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.
Comments
Add a comment:
Please login to comment this page.