Re: python integration

2007-06-08 Thread Terry Reedy

Dee Asbury [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
|I am looking for a method to integrate in Python, my problem is that I
| do not want the summed up result.  I need the result in the form of a
| list (or array) with the x-values (or ranges) and the volume beneath
| that section of the curve only.

Run the integrator for each range you want an integration for.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python integration

2007-06-08 Thread Bjoern Schliessmann
Dee Asbury wrote:

 I am looking for a method to integrate in Python, my problem is
 that I do not want the summed up result.  I need the result in the
 form of a list (or array) with the x-values (or ranges) and the
 volume beneath that section of the curve only.

Why don't you then split up your integration interval, this gives
you the area below the curve in the respective interval.

Regards,


Björn

-- 
BOFH excuse #307:

emissions from GSM-phones

-- 
http://mail.python.org/mailman/listinfo/python-list