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[Precalculus][RationalFunctionPlot] - plot rational functions
Calling Sequence
RationalFunctionPlot(f, opts)
Parameters
f
-
rational function (ratio of polynomials) in at most one variable
opts
(optional) equation(s) of the form option = value where option is one functionoptions, showslantasymptotes, showverticalasymptotes, slantasymptoteoptions and verticalasymptoteoptions; specify output options
Description
The RationalFunctionPlot(f) command plots a rational function. If f has any asymptotes, they are also displayed.
The optional parameters opts specify the desired options for the resulting plot. The available options are:
functionoptions = list
Specifies the plot options for f.
showslantasymptotes = true/false
Specifies whether or not to show the slant asymptotes of f.
showverticalasymptotes = true/false
Specifies whether or not to show the vertical asymptotes of f.
slantasymptoteoptions = list
Specifies the plot options for the slant asymptotes (including horizontal) of f.
verticalasymptoteoptions = list
Specifies the plot options for the vertical asymptotes for f.
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][RationalFunctionTutor], Student[Precalculus][VisualizationOverview]
Download Help Document