
What precisely are you trying to compute? Are you trying to find the coefficients of the polynomials in the standard basis? Are you trying to evaluate them at a point? Note that the Legendre-Stieltjes polynomials do not satisfy three-term recurrence relations, and so recursive rules (depending on what precisely you mean by that) are not available. Nick ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, February 19, 2020 12:07 PM, N A via Boost-users <boost-users@lists.boost.org> wrote:
Hi,
With regard to the article on Boost: [Legendre-Stieltjes Polynomials - 1.66.0](https://www.boost.org/doc/libs/1_66_0/libs/math/doc/html/math_toolkit/sf_pol...)
Legendre-Stieltjes Polynomials - 1.66.0
Can anyone help me to compute the stieltjes polynomials please? I'm coding in VBA and I'm looking for some recursive rules to calculate same.
Thanks Vick