Recurrence relation for polynomial indices
显示 更早的评论
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!