Hi,
Suppose you have temperature data in column A and used y = x^4*exp(x)/(exp(x)-1)^2 formula to set column values in column B.
Now you want to integrate col(B) to certain temperature value T stored in column A, you can run following scripts:
range rr = [Book1]Sheet1!col(B);
integ1 iy:=rr; // X function integ1 is used to numerically
// integrate col(B) from X beginning (default)
// up to current X value
You can refer to the link below to see what options funciton integ1 has and how to use them:
http://www.originlab.com/doc/X-Function/ref/Integ1
If you want to know the algorithm of this function, please refer to the link below:
http://www.originlab.com/doc/Origin-Help/Math-Integrate
Regards!
Sean
OriginLab Tech. Service