Usage
leftGcd(A, B)
leftGcd(p, q)
Parameter | Type | Description |
---|---|---|
A, B | Difference operators | |
p, q | Polynomials |
Returns
leftGcd(A, B) returns such that , , and every other exact left divisor of and is a left divisor of , while leftGcd(p, q) returns .
See Also
leftLcm, rightGcd, rightLcm