Rdocumentation
powered by
Learn R Programming
RSEIS (version 2.1-6)
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
jpolyval(
c
(
2
,
3
,
5
),
7
)
Run the code above in your browser using
DataLab