User Portlet User Portlet

Discussions
Sander, Thank you for the prompt reply! As for the last paragraph, my end goal is to create a three dimensional representation of the data, such as a sheet, where, for example all of list a's values would have something to the effect of {x,y,1}...
Hi, I didn't see your reply. It says "No log file".
Xort, the following form should work m := 9.10938291*10^-28 hbar := 1.054571726*10^-27 c := 29979245800 function = Exp[(-2*(m*c/hbar)*x*r)]*(1 + 1/(2*x^2))*(x^2 - 1)^(1/2)/x^2 Integrate[function, {x, 1, Infinity}]
Thanks Ugo! How would I interpret the fitted function? If it is a piecewise function as I suspect, how would I integrate this? I took the top line after the bracket and graphed it from x>0 to x=40 but the function reached its apex around f(x)=.09....