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