Kernel: Python 3
polynomial
.split()
Split the expressions of a polynomial of rational expressions. In other words, when an expression is actually a sum of expressions, breaks it in smaller expressions, and return a polynomial of all these smaller expressions.
See also:
Examples
In [1]:
Out[1]:
Beware that the following polynomial (admittedly badly displayed) is , not : it contains a single expression, .
In [2]:
Out[2]:
In [3]:
Out[3]:
In [4]:
Out[4]:
In [5]:
Out[5]:
In [6]:
Out[6]:
In [7]:
Out[7]: