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