I'm sure this integral has been seen before. I'm trying to do a convolution for optics homework. No answer returns
sage: var('x1, x2, y1, y2, L, z, r') sage: integral(cos(x1/L)exp(-i(k/z)(x1x2 + y1*y2)), x1, -L/2, L/2)
thanks for any help!
1 | initial version |
I'm sure this integral has been seen before. I'm trying to do a convolution for optics homework. No answer returns
sage: var('x1, x2, y1, y2, L, z, r') sage: integral(cos(x1/L)exp(-i(k/z)(x1x2 + y1*y2)), x1, -L/2, L/2)
thanks for any help!
2 | No.2 Revision |
I'm sure this integral has been seen before. I'm trying to do a convolution for optics homework. No answer returns
sage: var('x1, x2, y1, y2, L, z, r')
sage: thanks for any help!