Feeds
提问
error with the integral of a imaginary array
g=@(xk) exp(-xk.^2).*sqrt(xk-beta.*exp(1i*pi()/4)); L=integral(g,-Inf,Inf); beta = 0.00000000000000 + 0.00000000000000i -42...
4 years 前 | 1 个回答 | 0
1
个回答提问
Integral error in the function
I do not know where to put dots so that the integral works func=@(t) (t^((3/2)-1)*(exp(-t))); Gamma=integral(func,0,Inf); thi...
4 years 前 | 2 个回答 | 0