<< tanhm Matrix-wise processing acos >>

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

tanm

行列正接

呼び出し手順

[t] = tanm(x)

引数

x

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

t

正方行列

説明

tanm(x)は,正方行列xの行列正接です.

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

参照


Report an issue
<< tanhm Matrix-wise processing acos >>