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
Overview of the Student[MultivariateCalculus] Subpackage
Calling Sequence
Student[MultivariateCalculus][command](arguments)
command(arguments)
Description
The Student[MultivariateCalculus] subpackage is designed to help teachers present and students understand the basic material of a standard course in multivariate calculus. There are two principal components to the subpackage: interactive and visualization. These components are described in the following sections.
Each command in the Student[MultivariateCalculus] subpackage can be accessed by using either the long form or the short form of the command name in the command calling sequence.
As the underlying implementation of the Student[MultivariateCalculus] subpackage is a module, it is also possible to use the form Student[MultivariateCalculus]:-command or Student:-MultivariateCalculus:-command to access a command. For more information, see Module Members.
The Maple Command Completion facility is helpful for entering the names of Student package commands.
Visualization
The visualization routines are designed to assist in the understanding of basic multivariate calculus concepts, theorems, and computations. These routines normally produce a Maple plot and most can optionally return one or more symbolic representations of the studied quantity.
You have considerable control over the presentation of plots produced by the visualization routines. The display of each object included in the plot can be adjusted by using a corresponding option in the calling sequence. For details, see the individual command help pages.
For more information on this functionality, see Student[MultivariateCalculus][VisualizationOverview].
The visualization commands are:
ApproximateInt
CenterOfMass
CrossSection
DirectionalDerivative
Gradient
LagrangeMultipliers
SurfaceArea
TaylorApproximation
Interactive
The interactive routines use Maple's Maplet technology to assist you to work through the standard problems of multivariate calculus in a visually directed manner. These commands display one or more dialog boxes allowing you to plot a function and change the various plot options.
For more information on this functionality, see Student[MultivariateCalculus][InteractiveOverview].
The interactive commands are:
ApproximateIntTutor
CrossSectionTutor
DirectionalDerivativeTutor
GradientTutor
TaylorApproximationTutor
Computation
The computation routines provide tools that perform statndard multivariate calculus operations.
For more information on this functionality, see Student[MultivariateCalculus][ComputationOverview].
The computation commands are:
ChangeOfVariables
FunctionAverage
Jacobian
MultiInt
Revert
SecondDerivativeTest
Getting Help with a Command in the Package
To display the help page for a particular Student[MultivariateCalculus] command, see Getting Help with a Command in a Package.
Example Worksheet
For introductory examples, see MultivariateCalculus Example Worksheet.
See Also
Student
Download Help Document