Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Polynomial Factoring & Decomposition >

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.
  • When variables are not specified, HornerForm puts the polynomial or rational function into Horner form with respect to the variables identified using Variables.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team