Difference between revisions of "Fibonacci polynomial"
From specialfunctionswiki
m (Tom moved page Fibonacci polynomial to Fibonacci) |
|
(No difference)
|
Revision as of 09:21, 19 January 2015
Fibonacci polynomials are defined by $$F_n(x)=\left\{ \begin{array}{ll} 0&; n=0 \\ 1&; n=1 \\ xF_{n-1}(x)+F_{n-2}(x)&; n\geq 2. \end{array} \right.$$ Note the similarity with the Lucas polynomials.