Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Differential Equations, Integration > intl

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の円における 位相がabの間となる部分) に沿った f(z)dzの積分を計算します.

function y=f(z)
  y = z^(3 + %pi * %i)
endfunction

intl(1,2,1+%i, 3, f)

参照

  • intc — コーシー積分
Report an issue
<< intg Differential Equations, Integration intsplin >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Feb 14 15:02:06 CET 2019