Re: derivative in numpy

2008-07-28 Thread castironpi
On Jul 28, 5:34 pm, [EMAIL PROTECTED] wrote: > Hi, > > I am looking to do a simple derivative. I would expect such a function > to be available in numpy, but can't find it. I have written my own, > but just curious if anybody knows of such function in numpy. > > Cheers, >  Kim I presume you are ta

Re: derivative in numpy

2008-07-28 Thread Ken Starks
Ken Starks wrote: [EMAIL PROTECTED] wrote: Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. Cheers, Kim numpy and much more are wrapped t

Re: derivative in numpy

2008-07-28 Thread Robert Kern
Gary Herron wrote: [EMAIL PROTECTED] wrote: Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. Derivatives are a property of functions. S

Re: derivative in numpy

2008-07-28 Thread Ken Starks
[EMAIL PROTECTED] wrote: Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. Cheers, Kim numpy and much more are wrapped together in 'sage' a

Re: derivative in numpy

2008-07-28 Thread Gary Herron
[EMAIL PROTECTED] wrote: Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. Derivatives are a property of functions. Since numpy provides

Re: derivative in numpy

2008-07-28 Thread Robert Kern
[EMAIL PROTECTED] wrote: Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. numpy.diff() handles the discrete difference. All you need to do

derivative in numpy

2008-07-28 Thread knielsen73
Hi, I am looking to do a simple derivative. I would expect such a function to be available in numpy, but can't find it. I have written my own, but just curious if anybody knows of such function in numpy. Cheers, Kim -- http://mail.python.org/mailman/listinfo/python-list