<< asinm Matrix-wise processing atanm >>

Scilab Help >> Elementary Functions > Trigonometry > Matrix-wise processing > atanhm

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 >>