Learn R Programming

RSEIS (version 3.7-4)

jpolyval: Polynomial Value

Description

Polynomila value

Usage

jpolyval(p, x)

Arguments

p

coefficients

x

input value

Value

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

Examples

Run this code
# NOT RUN {
jpolyval(c(2,3,5), 7)

# }

Run the code above in your browser using DataLab