Computing the Roots of a Hermite Series with Complex Roots in Python
π‘ Problem Formulation: This article addresses the challenge of calculating the roots of a Hermite polynomial series when the roots are complex numbers. For example, given a Hermite series H(x), we seek to find complex numbers r1, r2, …, rn such that H(r1) = H(r2) = … = H(rn) = 0. The desired output is … Read more