User Portlet User Portlet

Discussions
if you have n of these timeseries, you will get n(n-1)/2 number of correlation factors, how do you want all these to be assigned (as z values) to n timeseries??
It sounds like there's a problem with you XCode setup. Can you compile a simple "Hello World" program? Create a file test.c: // // test.c // #include int main(int argc, const char * argv[]) { ...
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}]
One interpretes it with Normal[], e.g.In[56]:= Clear[b] b[x_] := Normal[braun]and plots b[x] to get  the same result as seen before [mcode]Plot[b[x], {x, 0, 40}, Epilog -> {PointSize[Large], Point[dd]}, PlotRange ->...