【问题标题】:Double Integral of Complex function复函数的二重积分
【发布时间】:2020-12-25 12:17:20
【问题描述】:

按照here的方法,

我们可以这样做吗: ∫∫ (x+y)+i(x+y) dxdy = ∫ ∫(x+y)dx + i∫(x+y)dx dy = ∫∫(x+y)dxdy + i∫∫(x+ y)dx dy

问题是,我正在尝试在 python 中计算复函数的二重积分。

【问题讨论】:

    标签: scipy integration complex-numbers


    【解决方案1】:

    是的。 scipy.integrate.dblquad实部和虚部分开。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-06-17
      • 1970-01-01
      • 2013-12-12
      • 1970-01-01
      • 2016-05-20
      • 2019-05-07
      • 2012-02-07
      • 2016-12-13
      相关资源
      最近更新 更多