Learn R Programming

polyMatrix (version 0.3.1)

const: The constant of a polynom or a polynomial matrix

Description

Returns the constant of a polynom class object or the constant matrix of a polyMatrix class object.

Usage

const(p)

Arguments

p

a polynomial or polyMatrix class object

Value

A numeric object, containing the constant of the given polynom, or of a matrix class object which contains the constant matrix of the given polynomial matrix.

See Also

coefs, lead, const.polyMatrix, const.polynomial

Examples

Run this code
# NOT RUN {
const(polynom::polynomial(0:12))
const(polyMgen.a())
const(polyMgen.b())
const(polyMgen.c())
const(polyMgen.d())
# }

Run the code above in your browser using DataLab