A column of the given polyMatrix
Picks up a given column of the given matrix
pMcol(pm, which = 1)
pm |
a |
which |
the serial number of the required column |
A pVector class list of the elements of
the column ‘which’ of the polynomial matrix ‘pm’.
A <- polyMgen.a() A pMcol(A,2) # clean up # rm(A)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.