Hi,
Im trying to get my head around how to do polynomial division with undetermined coefficients.
Im trying to divide
into
I run into problems when trying to subtractfrom
help appreciated
Printable View
Hi,
Im trying to get my head around how to do polynomial division with undetermined coefficients.
Im trying to divide
into
I run into problems when trying to subtractfrom
help appreciated
According to your explanations I assume that the quotient reads:
Use long division:The remainder can be factored as shown in the final result.Code:(z-1)(2a-12)
z^4-2z^3+az^2-8z+8)÷(z^1-2z+2) = z^2+(a-2) + -----------
z^2-2z+2
-(z^4-2z^3+2z^2)
------------------
(a-2)z^2-8z+8
-((a-2)z^2-2(a-2)z+2(a-2)
--------------------------
-12z+2az-2a+12
And, specifically, subtractingfrom
gives