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

pMprod

Product of the elements of the given polynomial vector


Description

The product of the elements of the vector pm given in polyMatrix class object format.

Usage

pMprod(pm)

Arguments

pm

a polyMatrix class object

Details

The input must be a polyMatrix class vector object. The result is a polynomial class polynom.

Value

A polynomial which is the product of the elements of the argument ‘pm’.

See Also

Examples

set.seed(32)
A <- polyMgen.a(1,2)
A
pMprod(A)

# clean up
# rm(A)

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.