Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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