The first page of google results didn't give me a good clue about what a
Recurrence Vector is, and I also couldn't infer this from quickly skimming
the package README.
Taking a guess, it's something like the coefficients a_i of a1*x_{n} +
a2*x_{n-1} + a3*x_{n-2} + ... = 0
Is this accurate?
It might be nice to show some examples of operating on these coefficients
once you have obtained them (e.g. finding the generating function of the
sum or product of two generating functions, or something like that). And
maybe hooking them up to the Clenshaw Algorithm
(https://en.wikipedia.org/wiki/Clenshaw_algorithm)?
I'm kind of just guessing here, though; how do you envision that this
package will be used?
On Monday, February 29, 2016 at 9:39:49 AM UTC-5, Thomas Baruchel wrote:
>
> Hi,
>
> as a first project, I wrote a tiny package called RecVec:
> https://github.com/baruchel/RecVec.jl
>
> Would some of you be kind enough to have a glance at it and tell me if
> they think it is interesting enough to go further in the development
> process and submit it as an official package?
>
> Best regards, tb.
>