scipy nquad with arguments

前端 未结 0 1543
你的背包
你的背包 2020-12-21 18:02

I have the following code

def f(x, y, ro):
    return x*y*ro

def bounds_y():
    return [0, 0.5]

def bounds_x(y):
    return [0, 1-2*y]

scipy.integrate.nqu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题