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 Package
Description
The Student package is a collection of subpackages designed to assist with the teaching and learning of standard undergraduate mathematics. There are many routines for displaying functions, computations, and theorems in various ways. There is also support for stepping through important computations.
The Student package contains the following subpackages.
Calculus1
single-variable calculus
LinearAlgebra
linear algebra
MultivariateCalculus
multiple-variable calculus
NumericalAnalysis
numerical analysis
Precalculus
precalculus
VectorCalculus
multiple-variable vector calculus
The Student package is also designed to provide an introduction to the power of the full Maple system. Thus, incompatibilities between commands in the Student subpackages and similar commands in standard Maple are minimized and are carefully documented.
The Student subpackages make use of the Maple infolevel feature to provide useful feedback from many commands. To access this facility for all the Student subpackages at once, use infolevel[Student] := 1. To access the facility for individual subpackages, use infolevel[Student[<subpackage name>]] := 1, for example, infolevel[Student[Calculus1]] := 1.
A note on boolean options: Many of the commands in the Student packages take boolean options, that is, options of the form option_name = value, where value is one of true or false. These options are used, for example, to control which components are included in a plot. In all cases, the form option_name =true can be abbreviated as simply option_name.
A note on color: Many of the commands in the Student package produce plots. The colors used for the various components of these plots can be adjusted by calling the SetColors command.
The Maple Command Completion facility is helpful for entering the names of Student package commands.
See Also
Command Completion, infolevel, Student[Calculus1], Student[LinearAlgebra], Student[MultivariateCalculus], Student[NumericalAnalysis], Student[Precalculus], Student[VectorCalculus]
Download Help Document