Learn R Programming

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

PolynomF (version 1.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

1.0-2

License

GPL-2

Maintainer

Bill Venables

Last Published

May 17th, 2018

Functions in PolynomF (1.0-2)

c.polylist

Utility methods for manipulating polylist objects
as.function.polynom

Coerce polynom or polylist objects to function.
PolynomF-package

PolynomF
change.origin

Shift oritin
GCD

GCD and LCM or two or more polynomials
Math.polynom

S3 Group Generic Functions for Polynomial and Polylist Objects
summary.polynom

Summary, coefficient and prediction methos for polynomial objects.
solve.polynom

Find roots of polynomial equations
poly.calc

Functions to generate polynomials in several standard ways
polynom

Constructor, coercion, predicate and print functions for polynom and polylist objects
plot.polynom

Graphical display of polynomial objects
as.character.polynom

Coerce polynomial object to character
PolynomF-internal

Internal PolynomF objects
integral

Integral and differential calculus on polynomials or lists of polynomials.