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
sqrt
平方根
呼び出し手順
y=sqrt(x)
引数
- x
実数または複素数のスカラーまたはベクトル/行列
説明
sqrt(x)
は
x
の要素の平方根のベクトル/行列です.
x
の要素が負の場合,結果は複素数となります.
例
A = matrix(4:4:16,2,2) sqrt(A) sqrt(-1)
Report an issue | ||
<< power | Exponential | sqrtm >> |