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[VectorCalculus][FlowLine] - compute the flow line of a vector field in R^2 or R^3
Calling Sequence
FlowLine(F, G, options)
Parameters
F
-
'Vector'(algebraic); specify the vector field
G
'Vector'(realcons), {list,set}('Vector'(realcons)); specify the starting point(s) of the flow
options
(optional) equation(s) of the form option=value where option is one of caption, output, fieldoptions, flowlineoptions, frames.
Description
The FlowLine(F, G) calling sequence displays the flow line of the vector field F starting at the point(s) G.
The options arguments primarily control plot options.
caption = string
Give the plot a caption.
* If output = plot, the default caption is Arrows of the vector field, and the flow line(s) emanating from the given initial point(s).
* If output = animation, the default caption is the one when output = plot plus the sentence During the animation, the marker on the flow line serves to show the direction in which it is traced.
For more information on typesetting captions, see plot/typesetting.
output = plot or animation
This option controls the return value of the command.
* output = plot returns a plot of the vector field and flow line(s). This is the default value.
* output = animation returns an animation of an indicator flowing through the vector field (one for each flow line).
fieldoptions = list
A list of plot options for plotting the Vector field. The field is plotted using a call to plots[fieldplot] or plots[fieldplot3d], so options valid for these commands can be passed in this option. For more information on plotting options, see plot/options. The default value is [].
flowlineoptions = list
A list of plot options for plotting the flow line(s). For more information on plotting options, see plot/options. The default value is [].
frames = posint
Specifies the number of frames in the animation. The default value is 5.
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.
Compatibility
The G parameter was updated in Maple 16.
Examples
The option scaling=constrained causes both axes to use the same scale, ensuring that a circle appears round.
The commands to create the plots from the Plotting Guide are
See Also
plot/options, plot3d/option, plots[fieldplot3d], plots[fieldplot], realcons, Student[VectorCalculus], Student[VectorCalculus][SetCoordinates], Student[VectorCalculus][VectorField], Student[VectorCalculus][VectorFieldTutor]
Download Help Document