Learn R Programming

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

PolynomF (version 2.0-0)

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,646

Version

2.0-0

License

GPL-2

Maintainer

Bill Venables

Last Published

April 24th, 2019

Functions in PolynomF (2.0-0)

coef.polynom

Polynomial coefficients
c.polynom

Concatenation of polynomial objects into lists
change_origin

Change origin of a polynomial
LCM

Lowest Common Multiple
deriv.polynom

Polynomial Calculus
polynom

Polynomial construction
print.polylist

Print method for polynomial objects
print.polynom

Print method for polynomial objects
[.polylist

Extract components of a list of polynomials
Ops.polynom

Polynomial arithmetic
plot.polylist

Plot method for polynomials
poly_calc

Lagrange interpolation polynomial
zap

Remove minuscule coefficients
summary.polynom

Polynomial summary
predict.polynom

Evaluate a polynomial
GCD

Greatest common divisor
as.character.polynom

Polynomial coercion to character
as.function.polynom

Coercion to function
GroupGenerics

Summary and Math methods for polynomials
poly_orth

Simpl orthogonal polynomials
poly_orth_general

General Orthogonal Polynomials
rep.polylist

Component repition
solve.polynom

Find Polynomial Zeros
tangent

Tangent lines
unique.polylist

Unique components