powered by
The greatest common divisor of polynomials or polynomial matrices.
GCD(...)# S4 method for polyMatrix GCD(...)
# S4 method for polyMatrix GCD(...)
a list of polynomial objects
polyMatrix: the greatest common divisor of all elements of the polynomial matrix
polyMatrix
polynomial implementation polynom::GCD() and LCM()
polynom::GCD()
LCM()
# NOT RUN { # 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 # }
Run the code above in your browser using DataLab