powered by
polyMatrix
Picks up a given row of the given polyMatrix.
pMrow(pm, which = 1)
a polyMatrix class object
the serial number of the required column
A pVector class list of the elements of the which row of the pm polynomial matrix.
pVector
which
pm
pMrow
# NOT RUN { A <- polyMgen.a() A pMrow(A,2) # clean up # rm(A) # }
Run the code above in your browser using DataLab