Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Integral help cos and exp

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!

click to hide/show revision 2
No.2 Revision

Integral help cos and exp

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 integral(cos(x1/L)*exp(-i*(k/z)*(x1*x2 + y1*y2)), x1, -L/2, L/2)

L/2)

thanks for any help!