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