Scilab 5.3.3
- Scilab help
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- abs
- amell
- and
- &
- cat
- cell2mat
- cellstr
- char
- delip
- diff
- exp
- inttrap
- isdef
- isempty
- isequal
- isequalbitwise
- isvector
- log
- log10
- log1p
- log2
- logm
- lstsize
- max
- maxi
- min
- mini
- modulo
- ndims
- norm
- or
- |
- pertrans
- sign
- signm
- size
- sort
- sqrt
- sqrtm
- squarewave
- toeplitz
- typeof
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
が評価されます.
例
<< char | Elementary Functions | diff >> |