KnowraHorner's methodLinked fromLinked fromThe 6 pages that link to Horner's method, each with the reason it gives.All 6Related 5Compared with 1Polynomial evaluationRelated: It reorganizes evaluation into nested operations, often using fewer multiplications.Synthetic divisionRelated: The coefficient updates match Horner’s method, with the last value retained as a remainder.Polynomial remainder theoremCompared with: It computes p(a) directly, while the theorem interprets that value as a division remainder.Qin JiushaoRelated: Qin’s root-finding procedure uses a related pattern of successive approximation.Jia XianRelated: Jia Xian's root-extraction procedure is an early method of this general algorithmic kind.Zhu ShijieRelated: A root-finding procedure resembling later forms of Horner's method appears in Zhu's algebraic tradition.