Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
tanm
行列正接
呼び出し手順
[t] = tanm(x)
引数
- x
実数または複素数の正方行列
- t
正方行列
説明
tanm(x)
は,正方行列x
の行列正接です.
例
A=[1,2;3,4]; tanm(A)
Report an issue | ||
<< tanhm | Matrix-wise processing | acos >> |