Scilab 5.4.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
intc
コーシー積分
呼び出し手順
[y]=intc(a,b,f)
パラメータ
- a,b
複素数
- f
"外部" 関数
説明
f
が複素数を値とする関数の場合,
intc(a,b,f)
は,
複素平面上の直線a b
に沿った
f(z)dz
の
a
から b
の積分を計算します.
Report an issue | ||
<< int3d | Differential Equations, Integration | integrate >> |