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
cothm
行列双曲線コタンジェント(余接)
呼び出し手順
[t] = cothm(x)
引数
- x
正方行列 (実数または複素数).
- t
正方行列 (実数または複素数).
説明
cothm(x)
は,
正方行列x
の双曲線コタンジェント(余接)行列となります.
例
A=[1,2;3,4]; cothm(A)
参照
- coth — 双曲線コタンジェント(余接)
Report an issue | ||
<< cosm | Matrix-wise processing | sinhm >> |