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[LinearAlgebra][CrossProductPlot] - plot the cross product of two vectors
Calling Sequence
CrossProductPlot(u, v, opts)
Parameters
u
-
3-D Vector
v
opts
plotting options or equation(s) of the form option=value where option is one of crossoptions, vectorcolors, vectoroptions, or Student[plot options]; specify options for the plot
Description
The CrossProductPlot(u,v) command displays two 3-D Vectors u and v and their cross product .
The opts argument can contain any of the Student plot options or any of the following equations that set plot options.
crossoptions = list(algebraic)
A list of options for the plot of the cross product u &x v. For more information on arrow plot options, see plot/arrow. [Default: solid arrow]
vectorcolors = [color, color, color]
A list of colors for u, v, and u &x v. For more information on plot color options, see plot/color. [Default: [red, blue, magenta]].
vectoroptions = list(algebraic)
A list of options for the plot of the two vectors u and v. For more information on arrow plot options, see plot/arrow. [Default: solid arrow]
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.
Examples
The commands to create the plot from the Plotting Guide are
<2, -1, 4> &x <3, -2, 1> = <7, 10, -1>
See Also
plot/color, plot/options, Student plot options, Student[LinearAlgebra], Student[LinearAlgebra][&x]
Download Help Document