Tagged Questions
0
votes
1answer
92 views
NIntegrate failling on floating value
I'm trying to take the following integral
NIntegrate[
((Sin[Q 1]-Q 1*Cos[Q 1])/(Q 1)^3)^2
* S[Q,0.4,2]
* Q BesselJ[0,0.5Q]
, {Q,0,Infinity}]
...