Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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