<< cosm Matrix-wise processing sinhm >>

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

cothm

行列双曲線コタンジェント(余接)

呼び出し手順

[t] = cothm(x)

引数

x

正方行列 (実数または複素数).

t

正方行列 (実数または複素数).

説明

cothm(x) は, 正方行列xの双曲線コタンジェント(余接)行列となります.

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

参照


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