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
Student[Precalculus][LimitPlot] - plot the limiting behavior of the values of a function as the indeterminate approaches a point
Calling Sequence
LimitPlot(f, pt, opts)
Parameters
f
-
algebraic expression in at most one variable
pt
constant or expression of the form name = constant where name is the indeterminate in f. The default is 0
opts
(optional) equation(s) of the form option = value where option is one of animation, functionoptions, pointoptions and limitpointoptions; specify output options
Description
The LimitPlot(f, pt) command displays an animation or plot that demonstrates the limiting behavior of the curve f as the indeterminate approaches the point pt.
The optional parameters opts specify the desired options for the resulting plot. The available options are:
animation = true/false
Specifies whether to animate the plot. The default value is true.
functionoptions = list
Specifies the plot options for f.
pointoptions = list
Specifies the plot options for the successive approximation points. See also the following limitpointoptions option.
limitpointoptions = list
Specifies the plot options for the limit point. See also the preceding pointoptions option.
caption = anything
A caption for the plot.
The default caption is constructed from the parameters and the command options. caption = "" disables the default caption. For more information about specifying a caption , see plot/typesetting.
For information on including additional plot option(s), see the plot help page.
For information on how to change the default colors, see the Student[SetColors] help page.
Examples
See Also
plot/typesetting, Student, Student[Precalculus], Student[Precalculus][LimitTutor], Student[Precalculus][VisualizationOverview]
Download Help Document