Description Usage Arguments Examples
Compute the greatest common divisor (GCD) and least common multiple (LCM) of a collection of polynomials and polylists.
1 2 3 4 5 6 7 8 |
... |
a list of objects of class |
1 2 3 4 5 6 7 | pl <- polylist(poly.from.roots(-1),
poly.from.roots(c(-1, -1)),
poly.from.roots(1))
GCD(pl)
GCD(pl[-3])
LCM(pl)
LCM(pl, pl, pl[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.