Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
-
None
-
all
Description
Jacobi polynomials Pk(vw) are a generalization of the legendre polynomial. Legendre Polynomials are Jacobi polynomials for v = w = 0.
They are orthogonal polynomials and are defined from a recursion formula, giving the n+1 element of the polynomial from the nth element and the (n-1)'s one
Therefore, they could be implemented in the PolynomialsUtils and use the generic frame already used in this class to create and store them.