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
delip
第一種の完全および不完全楕円積分
呼び出し手順
r = delip(x, ck)
パラメータ
- x
非負の要素を有する実数ベクトル
- ck
-1 と 1の間の実数
- r
x
と同じ大きさの 実数または複素数(またはベクトル)
説明
引数ck
の
第一種の楕円積分は以下のように定義されます:
ただし, x
は実数および正で,
ck
は [-1 1]
の範囲となります.
x が1より小さい場合,結果は実数となります.
x
を指定して
コールされた場合,x
の各エントリについて
ベクトルr
が評価されます.
例
Report an issue | ||
<< dawson | Special Functions | dlgamma >> |