how can I expand a real function by hermite polinomials?

3 views (last 30 days)
How can I expand a monovariable function by Hermite polinomials?

Answers (1)

John D'Errico
John D'Errico on 1 Aug 2016
In the obvious way? :)
Hermite polynomials form an orthogonal set of functions over a specific domain, with a given weight function. A basis set. So you could form the indicated dot products to gain coefficients to be applied to the Hermite polynomials. You will create an expansion for your function as a linear combination of Hermite polynomials.

Categories

Find more on Polynomials in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!