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
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