This function allows one to evaluate a list of polynomials at various points (the points are allowed to differ across polynomials). This function will instead be used to evaluate a list of monomials.
polylisteval(polynomials, points)
a list of polynomials.
a list/vector of points at which we want to evaluate each polynomial.
A matrix of values, corresponding to the polynomials
specified in polynomials
evaluated at the points
specified in points
.