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
asinhm
双曲線逆正弦行列
呼び出し手順
t=asinhm(x)
引数
- x,t
実数または複素数の正方行列
説明
asinhm
は行列 x
の
双曲線逆正弦行列を返します.
式 t=logm(x+sqrtm(x*x+eye()))
を使用します.
非対称行列の結果は信頼できないものとなる可能性があります.
例
A=[1,2;2,3] sinhm(asinhm(A))
Report an issue | ||
<< acosm | Matrix-wise processing | asinm >> |