Hi.
I need to sum over a bessel function K:
sum(bessel_K(0,2*PI*abs(x+k)),k,-oo,oo)
How ever I get an error:
TypeError: Cannot evaluate symbolic expression to a numeric value.
Which sounds logical. I there any way around this?
Thanks
1 | initial version |
Hi.
I need to sum over a bessel function K:
sum(bessel_K(0,2*PI*abs(x+k)),k,-oo,oo)
How ever I get an error:
TypeError: Cannot evaluate symbolic expression to a numeric value.
Which sounds logical. I there any way around this?
Thanks