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