<< atanm Matrix-wise processing cosm >>

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

coshm

行列の双曲線余弦

呼び出し手順

t = coshm(x)

引数

x,t

実数または複素数の正方行列

説明

coshm は,行列xの双曲線余弦行列 t=(expm(x)+expm(-x))/2です. 非対称行列の場合,結果が不正確になる可能性があります.

A=[1,2;2,4]
acoshm(coshm(A))

参照


Report an issue
<< atanm Matrix-wise processing cosm >>