[Numpy-discussion] Recurrence relationships

Talbot, Gerry Gerry.Talbot at amd.com
Wed May 6 09:44:36 EDT 2009


Does anyone know how to efficiently implement a recurrence relationship
in numpy such as:

 

             y[n] = A*x[n] + B*y[n-1]

 

Thanks,

 

Gerry

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090506/1dc1c690/attachment.html>


More information about the NumPy-Discussion mailing list