Kernel: Python 3
polynomial.ldivide(poly)
polynomial//poly
A polynomial which denotes the left-quotient of both polynomials. Makes more sense when the labels can be words. Beware that the notation lhs // rhs is somewhat misleading, and corresponds to lhs \ rhs, i.e. lhs is the divisor, and rhs the dividend.
Preconditions:
the division is valid
See also:
Examples
In [1]:
Out[1]:
The division must be valid.
In [2]:
Out[2]:
{abc}*: ldivide: invalid arguments: c, abc
In [3]:
Out[3]:
In [4]:
Out[4]: