HornerForm
HornerForm[poly]
puts the polynomial poly in Horner form.
HornerForm[poly,vars]
puts poly in Horner form with respect to the variable or variable list vars.
HornerForm[poly1/poly2]
puts the rational function poly1/poly2 in Horner form by nesting poly1 and poly2.
HornerForm[poly1/poly2,vars1,vars2]
puts poly1/poly2 in Horner form using the variables or variable lists vars1 and vars2 for poly1 and poly2, respectively.
Details
- When variables are not specified, HornerForm puts the polynomial or rational function into Horner form with respect to the variables identified using Variables.
Examples
open allclose allBasic Examples (3)
Scope (2)
Properties & Relations (2)
Horner form of a rational function is the ratio of Horner forms:
Obtained as a ratio of Horner forms:
HornerForm recursively factors out powers of variables:
Collect groups based on powers of variables:
Factor gives the factored form:
Neat Examples (1)
Text
Wolfram Research (2007), HornerForm, Wolfram Language function, https://reference.wolfram.com/language/ref/HornerForm.html.
CMS
Wolfram Language. 2007. "HornerForm." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HornerForm.html.
APA
Wolfram Language. (2007). HornerForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HornerForm.html