Learn R Programming

RSEIS (version 4.2-4)

jpolyval: Polynomial Value

Description

Polynomila value

Usage

jpolyval(p, x)

Value

Sum of polynomial: \(p_1+p_2*x^1+p_3*x^2...\)

Arguments

p

coefficients

x

input value

Author

Jonathan M. Lees<jonathan.lees.edu>

Examples

Run this code
jpolyval(c(2,3,5), 7)

Run the code above in your browser using DataLab