Coerce to Laurent polynom object
as.lpolm.Rd
The attribute min_deg
is set to zero for the given function input.
Arguments
- obj
polm
object- ...
other arguments
Value
lpolm
object
Examples
p = test_polm(degree = 2)
as.lpolm(p)
#> ( 1 x 1 ) Laurent polynomial matrix with degree <= 2, and minimal degree >= 0
#> z^0 [,1] z^1 [,1] z^2 [,1]
#> [1,] 110 111 112