| Author |
Comment/Response |
Mike
|
12/03/05 4:49pm
Hi there,
I have a problem handling ascii data which I hope someone can help me with :)
I have an ascii file with data arranged in 2 columns. I want to perform an integration on the data in the following form
NIntegrate[I*q*r, {r,0,Infinity}]
Now the symbol I are the numbers from the first column of the ascii file and the symbol q are the numbers from the second column of the ascii file.
Can anyone help me on how I can do that with mathematica?? Is it actually possible to perform such operation with Mathematica???
Many thanks
URL: , |
|