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

polyMul

Multiplication of two polynomial by matrix multiplication


Description

...

Usage

polyMul(p,q)

Arguments

p

... polyMgen

q

... polyMgen

Details

more details than the description above

Value

Describe the value returned!! If it is a LIST, use

comp1

Description of 'comp1'

Note

further notes

Author(s)

who you are

References

references to the literature

See Also

objects to See Also as polyMatrix-package

Examples

set.seed(12345)
p <- polynom::polynomial(rpois(rgeom(1,.2)+1,2))
q <- polynom::polynomial(rpois(rgeom(1,.2)+1,2))
p
q
p * q
as.numeric(p * q) # 9 30 30 18 19 14  7  3
polyMul(p, q)
polyMul(q, p)

# clean up
# rm(p, q)

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.