Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (1.4-1) of this package.
Take me there.
polynom (version 1.4-0)
A Collection of Functions to Implement a Class for Univariate Polynomial Manipulations
Description
A collection of functions to implement a class for univariate polynomial manipulations.
Copy Link
Link to current version
Version
Version
1.4-1
1.4-0
1.3-9
1.3-8
1.3-7
1.3-6
1.3-5
1.3-4
1.3-3
1.3-2
1.3-1
1.3-0
1.2-3
1.2-2
1.2-1
1.2-0
1.1-15
1.1-14
1.1-13
1.1-12
1.1-11
1.1-10
1.1-9
1.1-8
1.1-7
1.1-6
1.1-5
1.1-3
1.1-2
Install
install.packages('polynom')
Monthly Downloads
164,416
Version
1.4-0
License
GPL-2
Maintainer
Bill Venables
Last Published
March 22nd, 2019
Functions in polynom (1.4-0)
Search all functions
lines.polynomial
Lines Method for Polynomials
Ops.polynomial
Arithmetic Ops Group Methods for Polynomials
change.origin
Change Origin for a Polynomial
polylist
Lists of Polynomials
poly.orth
Construct Orthogonal Polynomials
poly.calc
Calculate Polynomials from Zeros or Values
points.polynomial
Points Method for Polynomials
polynomial
Polynomials
predict.polynomial
Evaluate a Polynomial
zSummary.polynomial
Summary Group Methods for Polynomials
deriv.polynomial
Differentiate a Polynomial
gcd
GCD and LCM for Polynomials
integral.polynomial
Integrate a Polynomial
monic
Monic Polynomials
Math.polynomial
Math Group Methods for Polynomials
plot.polynomial
Plot Method for Polynomials
solve.polynomial
Zeros of a Polynomial
summary.polynomial
Summary of a Polynomial
as.function.polynomial
Coerce a Polynomial to a Function