Polynomial long division: Difference between revisions

m
added related task
m (added related task)
Line 28:
* Error handling (for allocations or for wrong inputs) is not mandatory.
* Conventions can be different; in particular, note that if the first coefficient in the vector is the highest power of x for the polynomial represented by the vector, then the algorithm becomes simpler.
 
 
'''Example for clarification'''
Line 87 ⟶ 88:
q: -27 -9 1 → x<sup>2</sup> - 9x - 27
r: -123 0 0 → -123
 
 
;Related task:
:* &nbsp; [[Polynomial derivative]]
 
 
=={{header|11l}}==
7,796

edits