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