JorgeyGari/sym_tfg

Polynomial division not working properly

JorgeyGari opened this issue · 0 comments

Polynomial division only works when the divisor is a monomial.

Example:

(6x) / (2x)
        3
(6x) / (2x + 3)
        2x+3