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