Learn R Programming

polyMatrix (version 0.3.1)

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

Value

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

Details

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

See Also

pVsk

Examples

Run this code
# NOT RUN {
set.seed(32)
A <- polyMgen.a(1,2)
A
pMprod(A)

# clean up
# rm(A)
# }

Run the code above in your browser using DataLab