Learn R Programming

⚠️There's a newer version (2.0-8) of this package.Take me there.

PolynomF (version 2.0-2)

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

Version

Install

install.packages('PolynomF')

Monthly Downloads

1,829

Version

2.0-2

License

GPL-2

Maintainer

Bill Venables

Last Published

June 18th, 2019

Functions in PolynomF (2.0-2)

poly_calc

Lagrange interpolation polynomial
deriv.polynom

Polynomial Calculus
[.polylist

Extract components of a list of polynomials
predict.polynom

Evaluate a polynomial
print.polylist

Print method for polynomial objects
solve.polynom

Find Polynomial Zeros
change_origin

Change origin of a polynomial
polynom

Polynomial construction
poly_orth_general

General Orthogonal Polynomials
rep.polylist

Component repition
print.polynom

Print method for polynomial objects
summary.polynom

Polynomial summary
unique.polylist

Unique components
poly_orth

Simpl orthogonal polynomials
zap

Remove minuscule coefficients
plot.polylist

Plot method for polynomials
tangent

Tangent lines
Ops.polynom

Polynomial arithmetic
as.function.polynom

Coercion to function
defunct

Defunct functions
coef.polynom

Polynomial coefficients
c.polynom

Concatenation of polynomial objects into lists
GroupGenerics

Summary and Math methods for polynomials
GCD

Greatest common divisor
LCM

Lowest Common Multiple
as.character.polynom

Polynomial coercion to character