binomial odd mode polynomial coefficients
显示 更早的评论
is there a way to get these coefficients of the binomial polynomial, like shown in the photo bellow?
Thanks

3 个评论
Walter Roberson
2017-5-29
That looks to be related to the Legendre polynomials, but not exactly the same; see https://en.wikipedia.org/wiki/Legendre_polynomials and notice P2(x) = 1/2 * (3*x^2 - 1) which would expand to (1.5*x^2 - 0.5) which looks too similar to (1.5x - 0.5x^3) for me to think there is no relationship.
The Legendre polynomials use that P notation.
John D'Errico
2017-5-29
The appearance of L on the left hand side is another subtle suggestion it MIGHT be Legendre related.
But really, the question to me is exactly what are you looking to do here? Do you have the polynomial, and wish to expand it? Or do you have that first relation, and wish to recognize it as the square of a polynomial of interest?
Walter Roberson
2017-5-31
This appears to be continued at https://www.mathworks.com/matlabcentral/answers/342653-butterworth-maximal-flat-odd-polynomial
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!