Recurrence relation for polynomial indices
Afficher commentaires plus anciens
Hello everyone. I am working with equation 19 of this paper, which reads
. This is a recurrence relation to calculate polynomials
, being ξ the variable and being i the order. I know that
and
. I also know the values of
and
. They are respectively the main and and an adjacent diagonal of one matrix that I have previously calculated.
I can grab pen and paper and calculate that
and
, but I need to implement a recurrence relation to find the other polynomials. I need them as functions of ξ, so, I cannot use the solution from this other post. I need to find the coefficients, in the case of
the only coefficient would be 1. In the case of
, the coefficients would be
and
and so on.
Can someone please help me?
Best regards.
Jaime.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Polynomials dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!