Product of the elements of the given polynomial vector
The product of the elements of the vector pm given in
polyMatrix class object format.
pMprod(pm)
pm |
a |
The input must be a polyMatrix class vector object.
The result is a polynomial class polynom.
A polynomial which is the product of
the elements of the argument ‘pm’.
set.seed(32) A <- polyMgen.a(1,2) A pMprod(A) # clean up # rm(A)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.