Language Shootout

Fernando Pereira fcnpereira at home.com
Wed Jul 11 18:05:05 EDT 2001


In article <mailman.994742356.29669.python-list at python.org>, Tim Peters
<tim.one at home.com> wrote:
> a general "good thing to
> know" is that an order-N linear recurrence can be viewed as mapping
> N-vectors to N-vectors via multiplication by a fixed NxN matrix M.
For a related set of "good things to know":

M. D. McIlroy, Functional pearl: Power series, power serious, J. of
Functional Programming 9 (1999) 323-335

http://www.cs.dartmouth.edu/~doug/pearl.ps.gz

and

M. D. McIlroy, The music of streams, Information Processing Letters 77
(2001) 189-195

http://www.cs.dartmouth.edu/~doug/mdmspe.ps.gz

-- F



More information about the Python-list mailing list