Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
convert/horner
Calling Sequence
convert(f, 'horner', x)
Parameters
f
-
polynomial or rational function in x, or set, list or relation of these; expression to be converted
x
(optional) name, list of names or set of names; the variable or variables with respect to which the conversion is performed
Description
The convert(f, 'horner', x) command converts the input to horner form with respect to x, or the names in x if this argument is a list or set.
If x is omitted, it is taken as indets(f,name).
If x is given as a list or set of names, the conversion is applied recursively to the coefficients of f in the first variable given. A list allows for control over the order of the conversions.
If f is a set, list or relation, the result is map(convert, f, 'horner', x).
Any subexpressions of f which are not either polynomials or rational functions in x are frozen via a call to frontend prior to conversion.
Examples
See Also
convert, frontend
Download Help Document