Scilab 5.3.0
      
      
    Please note that the recommended version of Scilab is 2026.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の積分を計算します.
作者
F. D.
| << int3d | Differential Equations, Integration | integrate >> |