5 Best Ways to Evaluate a 2D Hermite Series on the Cartesian Product of x and y with a 1D Array of Coefficients in Python
π‘ Problem Formulation: When dealing with Hermite polynomial series, we often want to compute the series expansion for a two-dimensional grid of points, using a one-dimensional array of coefficients. This task requires evaluating the product of the Hermite series along two separate dimensions, x and y, to achieve a two-dimensional series expansion. An example input … Read more