Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Examples

const(polynom::polynomial(0:12))
const(polyMgen.a())
const(polyMgen.b())
const(polyMgen.c())
const(polyMgen.d())

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.