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!