General Orthogonal Polynomial Series
The base orthax module provides a number of functions useful for dealing with
general orthogonal polynomial series, based around the idea of the three term
recurrence relation.
Arithmetic
|
Add one orthogonal series to another. |
|
Subtract one orthogonal series from another. |
|
Multiply an orthogonal series by x. |
|
Multiply one orthogonal series by another. |
|
Raise an orthogonal series to a power. |
|
Evaluate an orthogonal series. |
|
Evaluate a 2-D orthogonal series at points (x, y). |
|
Evaluate a 3-D orthogonal series at points (x, y, z). |
|
Evaluate a 2-D orthogonal series on the Cartesian product of x and y. |
|
Evaluate a 3-D orthogonal series on the Cartesian product of x, y, and z. |
Calculus
|
Differentiate an orthogonal series. |
|
Integrate an orthogonal series. |
Misc Functions
|
Generate an orthogonal series with given roots. |
|
Compute the roots of an orthogonal series. |
|
Pseudo-Vandermonde matrix of given degree. |
|
Pseudo-Vandermonde matrix of given degrees. |
|
Pseudo-Vandermonde matrix of given degrees. |
|
Compute Gaussian quadrature nodes and weights for given orthogonal polynomials. |
|
Weight function of orthogonal polynomials. |
|
Norm of nth orthogonal polynomial. |
|
Return the companion matrix of c. |
|
Least squares fit of orthogonal series to data. |
|
Remove "small" "trailing" coefficients from a polynomial. |
|
Orthogonal series whose graph is a straight line. |
|
Convert an orthogonal series to a polynomial in standard basis. |
|
Convert a polynomial to an orthogonal series. |