Learn R Programming

ivmte (version 1.0.1)

polylisteval: Evaluating polynomials

Description

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.

Usage

polylisteval(polynomials, points)

Arguments

polynomials

a list of polynomials.

points

a list/vector of points at which we want to evaluate each polynomial.

Value

A matrix of values, corresponding to the polynomials specified in polynomials evaluated at the points specified in points.