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
acoshm
行列逆双曲線余弦
呼び出し手順
t = acoshm(x)
引数
- x,t
実数または複素数の正方行列
説明
acoshm
は行列x
の行列逆双曲線余弦です.
式t=logm(x+(x+eye())*sqrtm((x-eye())/(x+eye())))
を使用します.
非対称行列の場合,結果は不正確となる可能性があります.
Report an issue | ||
<< Matrix-wise processing | Matrix-wise processing | acosm >> |