powered by
The product of the elements of the vector pm given in polyMatrix class object format.
pm
polyMatrix
pMprod(pm)
a polyMatrix class object
A polynomial which is the product of the elements of the argument ‘pm’.
polynomial
The input must be a polyMatrix class vector object. The result is a polynomial class polynom.
pVsk
# 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