Skip to main content
1-Visitor
November 17, 2011
Solved

Complex Hermite Polynomials

  • November 17, 2011
  • 5 replies
  • 6716 views

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

Best answer by ptc-4236271

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

5 replies

1-Visitor
November 17, 2011

Why don't you try uploading a worksheet. Someone on here could have a work around.

Mike

24-Ruby IV
November 18, 2011

Hello!

Peter Rosenthal wrote:

... does anyone know a convenient way to evaluate Hermites with complex arguments?...

I hope the attached materials will be useful.

ptc-42362711-VisitorAuthorAnswer
1-Visitor
November 18, 2011

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

24-Ruby IV
November 19, 2011

No problem.