Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sin
正弦関数
呼び出し手順
[t] = sin(x)
引数
- x
実数または複素数のベクトルまたは行列
説明
ベクトルまたは行列の場合, sin(x)
はその要素の
正弦となります. 行列の正弦の場合はsinm(x)
関数を
使用してください.
サンプル
例
asin(sin([1,0,%i]))
Report an issue | ||
<< sech | Trigonometry | sind >> |