I am trying to plot a DensityPlot of a following integral, but I don't know how to store values generated using Do in a usable format. Following is the code that I have. Please suggest me a solution. Thanks a lot in advance!
EQ1 = y1/((x1 - x)^2 + y1^2);
Do[NIntegrate[EQ1, {x, 10^-10, 10}], {x1, 10^-10, 0.5, 5}, {y1, 10^-10, 0.5, 5}];