I am trying to divide this polynomial by 2x ...
$ (4x^6 - 3x^3 + 2x + 1) / 2x $
Here's what I'm trying to do (divide all monomial by 2x) : $ (4x^6 / 2x) - (3x^3 / 2x) + (2x / 2x) + (1 / 2x) $
Then, I obtain: $ 2x^5 - 3x^2 + 1 + (1/2x) $
I'm trying to validate my answer with Wolfram bit it doesn't work..