运行epsilonr1=int(int((1/150)*(1/150)*exp((-i)*(0.0419*x+0.0419*y)),x,0,75),y,0, 75)得到错误提示??? Function 'int' is not defined for values of class 'double'.谁知道这是为什么?
>> int(int('y*exp(x)/(x+y)','y','2*y'),1,2) warning: explicit integral could not be found. ans = int(-(y*(ei(2*y) - ei(3*y)))/exp(y), y = 1..2)
ei是maple的函数,需要调用maple内核计算
图中是用maple计算的 i是虚数单位