Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pMcol

A column of the given polyMatrix


Description

Picks up a given column of the given matrix

Usage

pMcol(pm, which = 1)

Arguments

pm

a polyMatrix class object

which

the serial number of the required column

Value

A pVector class list of the elements of the column ‘which’ of the polynomial matrix ‘pm’.

See Also

Examples

A <- polyMgen.a()
A

pMcol(A,2)

# clean up
# rm(A)

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.