Rdocumentation
powered by
Learn R Programming
PolynomF (version 2.0-8)
Polynomials in R
Description
Implements univariate polynomial operations in R, including polynomial arithmetic, finding zeros, plotting, and some operations on lists of polynomials.
Copy Link
Link to current version
Version
Version
2.0-8
2.0-5
2.0-3
2.0-2
2.0-0
1.1-0
1.0-2
1.0-1
0.94
0.93
0.92
0.9
Install
install.packages('PolynomF')
Monthly Downloads
1,925
Version
2.0-8
License
GPL-2
Maintainer
Bill Venables
Last Published
March 3rd, 2024
Functions in PolynomF (2.0-8)
Search all functions
solve.polynom
Find Polynomial Zeros
c.polynom
Concatenation of polynomial objects into lists
change_origin
Change origin of a polynomial
[.polylist
Extract components of a list of polynomials
unique.polylist
Unique components
plot.polylist
Plot method for polynomials
neville
Lagrange Interpolation Polynomials
zap
Remove minuscule coefficients
GroupGenerics
Summary and Math methods for polynomials
coef.polynom
Polynomial coefficients
as.character.polynom
Polynomial coercion to character
deriv.polynom
Polynomial Calculus
as.function.polynom
Coercion to function
Ops.polynom
Polynomial arithmetic
GCD
Greatest common divisor
LCM
Lowest Common Multiple
print.polynom
Print method for polynomial objects
predict.polynom
Evaluate a polynomial
poly_calc
Lagrange interpolation polynomial
poly_orth_general
General Orthogonal Polynomials
poly_orth
Simpl orthogonal polynomials
print.polylist
Print method for polynomial objects
rep.polylist
Component repition
summary.polynom
Polynomial summary
tangent
Tangent lines
polynom
Polynomial construction