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
atanhm
行列の双曲線逆正接
呼び出し手順
t=atanhm(x)
引数
- x
実数または複素数の正方行列
- t
実数または複素数の正方行列
説明
atanhm(x)
は行列x
の
双曲線逆正接行列です.
x
が対称でない場合,
結果が不正確となる場合があります.
例
A=[1,2;3,4]; tanhm(atanhm(A))
Report an issue | ||
<< asinm | Matrix-wise processing | atanm >> |