How to integrate an array?
Tom Kaz
zsamotk at poczta.onet.pl
Sun Sep 4 15:44:44 EDT 2005
More information about the Python-list mailing list
Sun Sep 4 15:44:44 EDT 2005
- Previous message (by thread): regular expression unicode character class trouble
- Next message (by thread): How to integrate an array?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I need to compute integral of some array function, something like: from scipy import * f = lambda x: array( [sin(x),cos(x)] ) integrate.quad(f, 0, 1) Unfortunately integrate.quad requires Float type. Any ideas how to perform this? Thanks, T.Kaz.
- Previous message (by thread): regular expression unicode character class trouble
- Next message (by thread): How to integrate an array?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list