Description Usage Arguments Methods (by class) See Also Examples
The least common multiple of polynomials or polynomial matrices.
1 2 3 4  | 
... | 
 a list of polynomial objects  | 
polyMatrix: the least common multiple of polynomial matrices
polynomial implementation polynom::GCD() and GCD()
1 2 3 4 5  | # LCM of polynomial matrix
LCM(parse.polyMatrix(
 "  1 - x, 1 - x^2, 1 + 2*x + x^2",
 "x - x^2,   1 + x, 1 - 2*x + x^2"
))  ## 0.25*x - 0.5*x^3 + 0.25*x^5
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.