Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I am working on a physics problem whose solution involves an expansion over a set of Hermite polynomials with complex arguments. Unfortunately the built in Hermites in Mathcad 15 do not accept complex arguments. Aside from calculating the functions myself using the well known recursion, does anyone know a convenient way to evaluate Hermites with complex arguments?
I'm a little surprised that Mathcad has a problem here.
Peter
Solved! Go to Solution.
Thank you Vladimir,
This helped me to figure out the approach. In the end I wrote a three line program that computes the functions recursively from the first two polynomials. Its not always easy though to set things up for the most efficient computation when the number of terms and the number of points to enumerate is large.
Peter
Why don't you try uploading a worksheet. Someone on here could have a work around.
Mike
Hello!
Peter Rosenthal wrote:
... does anyone know a convenient way to evaluate Hermites with complex arguments?...
I hope the attached materials will be useful.
Thank you Vladimir,
This helped me to figure out the approach. In the end I wrote a three line program that computes the functions recursively from the first two polynomials. Its not always easy though to set things up for the most efficient computation when the number of terms and the number of points to enumerate is large.
Peter
No problem.
Thank you Vladimir,
This helped me to figure out the approach. In the end I wrote a three line program that computes the functions recursively from the first two polynomials. Its not always easy though to set things up for the most efficient computation when the number of terms and the number of points to enumerate is large.
Peter