tanhm
双曲線正接行列
呼び出し手順
t = tanhm(x)
引数
- x,t
実数または複素数の正方行列
説明
tanhm(x)
は行列x
の
双曲線正接となります.
例
A=[1,2;3,4]; tanhm(A)
Report an issue | ||
<< sinm | Matrix-wise processing | tanm >> |
双曲線正接行列
t = tanhm(x)
実数または複素数の正方行列
tanhm(x)
は行列x
の
双曲線正接となります.
A=[1,2;3,4]; tanhm(A)
Report an issue | ||
<< sinm | Matrix-wise processing | tanm >> |