In this section, we will explore orthogonal polynomials functions and their applications.
Orthogonal polynomials functions
Getting ready...
The functions in the next section evaluate values of orthogonal polynomials:
How to do it...
- Install the proper function
- Execute the function
- Solve the function
- The result will be presented
Here we can see the functions and the description.
Function |
Description |
assoc_laguerre(x, n[, k]) |
Compute the generalized (associated) Laguerre polynomial of degree n and order k |
eval_legendre(n, x[, out]) |
Evaluate Legendre polynomial... |