Evaluating a 2D Hermite ‘E’ Series on the Cartesian Product of X and Y
π‘ Problem Formulation: In mathematical computations and data analysis, it is often necessary to evaluate polynomial series. Specifically, this article addresses evaluating a 2-dimensional Hermite ‘E’ series, given a 1D array of coefficients, across the Cartesian product of two input arrays x and y. The desired output is a 2D array where each element is … Read more