Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 14 found.
[1] < 1 2 > [2]  Sort:

as.character.polynom (Package: PolynomF) : Coerce polynomial object to character

Coerces a polynom object to a printable character representation.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: as.character.polynom
● 0 images

as.function.polynom (Package: PolynomF) : Coerce polynom or polylist objects to function.

Since polynom objects are represented as functions, as.function.polynom simply removes the class attribute. The function as.function.polylist produces allows all polynomials on the list to be evaluated simultaneously at the same argument value.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: as.function.polylist, as.function.polynom
● 0 images

c.polylist (Package: PolynomF) : Utility methods for manipulating polylist objects

These three functions implement methods for well-known generic functions.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: c.polylist, rep.polylist, unique.polylist
● 0 images

change.origin (Package: PolynomF) : Shift oritin

These small convenience functions shift polynomials by relocating the origin to a new position. The primary function is generic and active methods are provided for polynom and polylist objects.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: change.origin, change.origin.default, change.origin.polylist, change.origin.polynom
● 0 images

GCD (Package: PolynomF) : GCD and LCM or two or more polynomials

Functions to find the Greatest Common Divisor (GCD) or Least Common Multipe (LCM) of two or more polynomials, specified either as individual arguments or as a polylist object.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: GCD, GCD.polylist, GCD.polynom, LCM, LCM.polylist, LCM.polynom
● 0 images

integral (Package: PolynomF) : Integral and differential calculus on polynomials or lists of

Performs calculus operations on polynomial objects: differentiation and indefinite or definite integration.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: deriv.polylist, deriv.polynom, integral, integral.polylist, integral.polynom
1 images

Math.polynom (Package: PolynomF) : S3 Group Generic Functions for Polynomial and Polylist Objects

The function Ops.polynom allows arithmetic operations on polynom objects: addition, subtraction, multiplication, division (with remainder), remainder, raising to a non-negaive integer power. It also allows exact equality and exact inequality tests.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: Math.polylist, Math.polynom, Ops.polylist, Ops.polynom, Summary.polylist, Summary.polynom
● 0 images

plot.polynom (Package: PolynomF) : Graphical display of polynomial objects

Standard displsy methods for polynomial or lists of polynomials.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: lines.polylist, lines.polynom, plot.polylist, plot.polynom, points.polylist, points.polynom
1 images

poly.calc (Package: PolynomF) : Functions to generate polynomials in several standard ways

poly.calc (alias poly.from.values) computes the Lagrange interpolating polynomial. poly.from.zeros (alias poly.from.roots) computes the monic polynomial with specified zeros. poly.orth calculates polynomials orthogonal over a discrete set of $x-$values, as done numerically by the standard R function poly.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: poly.calc, poly.from.roots, poly.from.values, poly.from.zeros, poly.orth
1 images

polynom (Package: PolynomF) : Constructor, coercion, predicate and print functions for polynom

The function polynom is the constructor function for objects of the eponymous S3 class. as.polynom is the standad coercion function to the same class and is.polynom tests for inheritance from the class. polylist objects are lists of polynom objects, again with the eponymous class.
● Data Source: CranContrib
● Keywords: symbolmath
● Alias: as.polylist, as.polynom, is.polylist, is.polynom, polylist, polynom, print.polylist, print.polynom
1 images