Thank You admin for the reply.
I have successfully added the files to my program. and it gives me output on the integration limits also.. But the only problem now remains that, inside the integration function, there is a variable for which I need to run the loop. This variable is an array. Let's say, I want to carry out integration over a function of x, and this function contains an array Ek[p], p can have any integer value. I want to integrate this function of x to be integrated over the limit of [0,1000] for each value of Ek[p], and the each time the value must be added to the previous value. Its like "sigma(integration(fn(x)dx))"..
I am able to do the integration part, but don't know how to implement with sigma part...
|