Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
limit/return - values returned by limit
Calling Sequence
limit(f, point, dir)
Parameters
f
-
algebraic expression
point
equation, , where x is a name and a is the limit point
dir
(optional) direction
Description
The meaning of a returned infinity depends on dir. If dir is complex, then infinity denotes complex infinity. Otherwise, the result infinity denotes real positive infinity, and -infinity denotes real negative infinity.
If limit returns a numeric range it means that the value of the limiting expression is known to lie in that range for arguments restricted to some neighborhood of the limit point. It does not necessarily imply that the limiting expression is known to achieve every value infinitely often in this range.
If the limit is known to be undefined, or each side of a two-sided limit has a different value, or for a multi-dimensional limit the limiting value depends on the direction from which the limit is approached, then undefined is returned.
If limit is unable to evaluate the limit, then it returns unevaluated. Unless the limit is unevaluated, the limit returned is independent of the variable given in point.
See limit and limit/dir for more information.
Examples
See Also
limit, limit/dir, limit/multi
Download Help Document