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
numapprox[infnorm] - compute the L-infinity norm of a function
Calling Sequence
infnorm(f, x=a..b, 'xmax')
infnorm(f, a..b, 'xmax')
Parameters
f
-
procedure or expression representing the function
x
variable name appearing in f, if f is an expression
a, b
numerical values specifying the interval [a, b]
xmax
(optional) name which will be assigned the point of maximum
Description
This procedure computes the (minimax) norm of a given real function f(x) on the interval [a, b]. Specifically, it computes an estimate for the value
If the second argument is a range then the first argument is understood to be a Maple operator. If the second argument is an equation then the first argument is understood to be an expression in the variable x.
If the third argument 'xmax' is present then it must be a name. Upon return, its value will be an estimate for the value of x where the maximum of is attained.
Various levels of user information will be displayed during the computation if infolevel[infnorm] is assigned values between 1 and 4.
The command with(numapprox,infnorm) allows the use of the abbreviated form of this command.
Examples
See Also
maximize
Download Help Document