<< sinm Matrix-wise processing tanm >>

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

tanhm

双曲線正接行列

呼び出し手順

t = tanhm(x)

引数

x,t

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

説明

tanhm(x)は行列xの 双曲線正接となります.

A=[1,2;3,4];
tanhm(A)

参照


Report an issue
<< sinm Matrix-wise processing tanm >>