Scilab 5.3.0
- Scilab Online Help
- Elementary Functions
- Discrete mathematics
- Floating point
- Integer representation
- Trigonometry
- abs
- amell
- and
- &
- binomial
- bitand
- bitor
- bloc2exp
- bloc2ss
- cat
- cell2mat
- cellstr
- char
- cumprod
- cumsum
- delip
- diag
- diff
- dsearch
- exp
- eye
- flipdim
- gsort
- imag
- imult
- ind2sub
- intersect
- inttrap
- isdef
- isempty
- isequal
- isequalbitwise
- isreal
- isvector
- kron
- lex_sort
- linspace
- log
- log10
- log1p
- log2
- logm
- logspace
- lstsize
- max
- maxi
- meshgrid
- min
- mini
- modulo
- ndgrid
- ndims
- nextpow2
- norm
- ones
- or
- |
- pen2ea
- permute
- pertrans
- prod
- rand
- real
- resize_matrix
- setdiff
- sign
- signm
- size
- solve
- sort
- sqrt
- sqrtm
- squarewave
- ssrand
- sub2ind
- sum
- sysconv
- sysdiag
- syslin
- toeplitz
- trfmod
- trianfml
- tril
- trisolve
- triu
- typeof
- union
- unique
- vectorfind
- zeros
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
が評価されます.
例
<< cumsum | Elementary Functions | diag >> |