Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Student[Calculus1][Asymptotes] - find the asymptotes of an expression
Calling Sequence
Asymptotes(f(x), x, y, opts)
Asymptotes(f(x), x = a..b, y, opts)
Asymptotes(f(x), a..b, y, opts)
Parameters
f(x)
-
algebraic expression in variable 'x'
x
name; specify the independent variable
y
(optional) name; specify the dependent variable
opts
(optional) equation(s) of the form numeric=true or false; specify computation options
a, b
algebraic expressions; specify restricted interval for vertical asymptotes
Description
The Asymptotes(f(x), x) calling sequence returns all the vertical, horizontal, and diagonal asymptotes of the expression f(x) as a list of equations of the form , , and , respectively.
The Asymptotes(f(x), x = a..b) calling sequence returns all the vertical asymptotes in the interval [a, b], and horizontal and diagonal asymptotes of the expression f(x) as a list of equations of the form , , and , respectively.
The default name of the dependent variable is y unless y is specified as the independent variable.
If the independent variable can be uniquely determined from the expression, the parameter x need not be included in the calling sequence.
If the expression has an infinite number of vertical asymptotes, a warning message and sample vertical asymptotes are returned.
The opts argument can contain the following equation that sets computation options.
numeric = true or false
Whether to use numeric methods (using floating-point computations) to find the asymptotes of the expression. If this option is set to true, the points a and b must be finite and are set to and if they are not provided. By default, the value is false.
Examples
See Also
Student, Student[Calculus1], Student[Calculus1][CriticalPoints], Student[Calculus1][CurveAnalysisTutor], Student[Calculus1][ExtremePoints], Student[Calculus1][FunctionChart], Student[Calculus1][InflectionPoints], Student[Calculus1][Roots]
Download Help Document