Scilab 5.3.1
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
intl
コーシー積分
呼び出し手順
[y]=intl(a,b,z0,r,f)
パラメータ
- z0
複素数
- a,b
実数
- r
正の実数
- f
"外部" 関数
説明
f が複素数を値とする関数の場合,
intl(a,b,z0,r,f) は
a<=t<=bのもとで
z0 + r.exp(%i*t)で定義される複素平面における曲線
(中心z0,半径rの円における
位相がaとbの間となる部分)
に沿った
f(z)dzの積分を計算します.
参照
- intc — コーシー積分
作者
F. D.
| << intg | Differential Equations, Integration | ode >> |