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
limit/dir - Directional limits
Calling Sequence
limit(f, x=a, left)
limit(f, x=a, right)
limit(f, x=a, dir)
Parameters
f
-
algebraic expression
x=a
equation, where x is a name and a is the limit point
dir
(optional) direction, can be left, right, real , or complex
Description
If dir is left or right, the limit is a directional limit, taken from the left or right, respectively. If dir is real, the limit is the bidirectional real limit. If dir is complex, the limit is omni-directional, from all complex directions to the point.
If dir is not specified, the limit is the real bidirectional limit, except in the case where the limit point is infinity or -infinity, in which case the limit is from the left to infinity or from the right to -infinity respectively.
If dir is complex, the limit point infinity denotes complex infinity, that is, all infinities in the complex plane. If dir is real, the limit point infinity denotes both positive and negative infinity, and the limit is done bidirectionally. Otherwise, the limit point infinity denotes positive infinity, and -infinity denotes negative infinity.
You can enter the command limit using either the 1-D or 2-D calling sequence.
Examples
Examples using real or complex options
To use the real and complex arguments, the limit command must be written in 1-D Math notation.
limit(1/x, x=0, real);
limit(1/x, x=0, complex);
limit(1/x, x=infinity, real);
limit(-x, x=infinity, complex);
limit(exp(x), x=infinity,real);
See Also
limit, limit/multi, limit/return
Download Help Document