1 | initial version |
Great idea. Please open a ticket for that if there is not already one.
One thing to decide is, for partial factorisations such as:
sage: f = Factorization([(10, 1), (20, 1)])
sage: f
10 * 20
whether f.factor()
and factor(f)
should factor them further.
Somewhat related: